
Chromium:智能指针部分
scoped_refptr AdoptRef template <typename T> scoped_refptr<T> AdoptRef(T* t); RefCounted及基类概要 cl...
scoped_refptr AdoptRef template <typename T> scoped_refptr<T> AdoptRef(T* t); RefCounted及基类概要 cl...
启动部分(chrome.exe) wWinMain int MainDllLoader::Launch(HINSTANCE instance, base::TimeTicks exe_entry_point_tick...
sys_info 类 namespace base class SysInfo 函数 返回当前计算机上的逻辑处理器/内核数 static int NumberOfProcessors(); 返回当前机器上物理内存的字...
类图 类Clock 接口类 virtual Time Now() const = 0; 类DefaultClock Clock的派生类 Time DefaultClock::Now() const { return ...
跨平台 主要使用c++进行开发 通过base库和ui库,接管了系统的消息,不直接调用系统API 使用skia,统一了不同平台的绘制 DUI DirectUI意为直接在父窗口上绘图,子窗口和子控件不以实际窗口的方式创建...
Views框架 由不同的UI空间组成不同的UI模块 比如标签栏,地址栏,书签栏等等 最后由BrowserView这个主要UI容器将不同的UI模块组织到一起 View 概述 Chromium 的 Views 框架中的基...
json_writer Write 写json文件。 static bool Write(const Value& node, std::string* json, size_t max_depth = in...
file 操作类型 class BASE_EXPORT File { enum Flags { FLAG_OPEN = 1 << 0, // Opens a file, only if it exists...
closure Chromium多线程通信用到的Closure实际上是一个特殊的Callback。 void MyFunc(int i, const std::string& str) {} base::Ca...
地址 最新cef二进制下载地址: 下载 介绍: 文档 cef升级: 文档 步骤记录一 检查VS环境,相关组件是否正确安装 Windows SDK ATL MFC Native 创建相关目录 e:\Google_Rep...