OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_client
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/android_webview/native/
state_serializer_unittest.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/chrome/test/base/
chrome_unit_test_suite.cc
114
ChromeContentClient
content_client
;
local
115
RegisterContentSchemes(&
content_client
);
/external/chromium_org/content/renderer/
render_thread_impl_browsertest.cc
7
#include "content/public/common/
content_client
.h"
49
ContentClient
content_client
;
local
52
SetContentClient(&
content_client
);
/external/chromium_org/content/app/
content_main_runner.cc
37
#include "content/public/common/
content_client
.h"
245
ContentClient*
content_client
= GetContentClient();
local
248
content_client
->browser_ = delegate->CreateContentBrowserClient();
249
if (!
content_client
->browser_)
250
content_client
->browser_ = &g_empty_content_browser_client.Get();
257
content_client
->plugin_ = delegate->CreateContentPluginClient();
258
if (!
content_client
->plugin_)
259
content_client
->plugin_ = &g_empty_content_plugin_client.Get();
265
content_client
->renderer_ = delegate->CreateContentRendererClient();
266
if (!
content_client
->renderer_
[
all
...]
Completed in 122 milliseconds