OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_client
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/android_webview/native/
state_serializer_unittests.cc
15
#include "content/public/common/
content_client
.h"
36
content::ContentClient
content_client
;
local
37
content::SetContentClient(&
content_client
);
/external/chromium_org/chrome/common/
chrome_content_client_unittest.cc
18
ChromeContentClient
content_client
;
local
19
std::string buffer =
content_client
.GetUserAgent();
/external/chromium_org/content/app/
content_main_runner.cc
38
#include "content/public/common/
content_client
.h"
297
ContentClient*
content_client
= GetContentClient();
local
300
content_client
->browser_ = delegate->CreateContentBrowserClient();
301
if (!
content_client
->browser_)
302
content_client
->browser_ = &g_empty_content_browser_client.Get();
309
content_client
->plugin_ = delegate->CreateContentPluginClient();
310
if (!
content_client
->plugin_)
311
content_client
->plugin_ = &g_empty_content_plugin_client.Get();
317
content_client
->renderer_ = delegate->CreateContentRendererClient();
318
if (!
content_client
->renderer_
[
all
...]
Completed in 2404 milliseconds