Home
last modified time | relevance | path

Searched refs:ContentMainRunner (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/patch/patches/
Dcontent_main_654986.patch13 - ContentMainRunner* content_main_runner) {
15 + ContentMainRunner* content_main_runner) {
49 +ContentMainRun(ContentMainRunner* content_main_runner) {
67 +void ContentMainShutdown(ContentMainRunner* content_main_runner) {
77 + ContentMainRunner* content_main_runner) {
124 std::unique_ptr<ContentMainRunner> ContentMainRunner::Create() {
134 -class ContentMainRunnerImpl : public ContentMainRunner {
135 +class CONTENT_EXPORT ContentMainRunnerImpl : public ContentMainRunner {
139 @@ -50,6 +50,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
172 + ContentMainRunner* content_main_runner);
[all …]
/third_party/cef/libcef/browser/
Dmain_runner.h22 class ContentMainRunner; variable
86 std::unique_ptr<content::ContentMainRunner> main_runner_;
Dmain_runner.cc368 main_runner_ = content::ContentMainRunner::Create(); in ContentMainInitialize()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch45445 @@ -55,7 +55,9 @@ class CONTENT_EXPORT ContentMainRunnerImpl : public ContentMainRunner {