HomeSort by relevance Sort by last modified time
    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 chrome::ChromeContentClient content_client; local
19 std::string buffer = content_client.GetUserAgent();
  /external/chromium_org/content/app/
content_main_runner.cc 34 #include "content/public/common/content_client.h"
289 ContentClient* content_client = GetContentClient(); local
292 content_client->browser_ = delegate->CreateContentBrowserClient();
293 if (!content_client->browser_)
294 content_client->browser_ = &g_empty_content_browser_client.Get();
301 content_client->plugin_ = delegate->CreateContentPluginClient();
302 if (!content_client->plugin_)
303 content_client->plugin_ = &g_empty_content_plugin_client.Get();
309 content_client->renderer_ = delegate->CreateContentRendererClient();
310 if (!content_client->renderer_
    [all...]

Completed in 52 milliseconds