HomeSort by relevance Sort by last modified time
    Searched refs:SetActiveURL (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/common/
chrome_content_client.h 17 virtual void SetActiveURL(const GURL& url);
child_process_logging.h 40 void SetActiveURL(const GURL& url);
68 SetActiveURL(url);
72 SetActiveURL(GURL());
child_process_logging_linux.cc 34 void SetActiveURL(const GURL& url) {
chrome_content_client.cc 171 void ChromeContentClient::SetActiveURL(const GURL& url) {
172 child_process_logging::SetActiveURL(url);
child_process_logging_win.cc 19 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetActiveURL.
42 void SetActiveURL(const GURL& url) {
50 GetProcAddress(exe_module, "SetActiveURL"));
  /external/chromium_org/ppapi/proxy/
plugin_proxy_delegate.h 36 virtual void SetActiveURL(const std::string& url) = 0;
plugin_globals.cc 180 void PluginGlobals::SetActiveURL(const std::string& url) {
181 plugin_proxy_delegate_->SetActiveURL(url);
plugin_globals.h 86 void SetActiveURL(const std::string& url);
plugin_main_nacl.cc 80 virtual void SetActiveURL(const std::string& url) OVERRIDE;
173 void PpapiDispatcher::SetActiveURL(const std::string& url) {
flash_resource.cc 92 PluginGlobals::Get()->SetActiveURL(url_string_var->value());
ppapi_proxy_test.h 150 virtual void SetActiveURL(const std::string& url) OVERRIDE;
ppapi_proxy_test.cc 281 void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL(
  /external/chromium_org/chrome/common/
child_process_logging.h 84 void SetActiveURL(const GURL& url);
129 SetActiveURL(url);
133 SetActiveURL(GURL());
chrome_content_client.h 22 virtual void SetActiveURL(const GURL& url) OVERRIDE;
chrome_content_client.cc 387 void ChromeContentClient::SetActiveURL(const GURL& url) {
388 child_process_logging::SetActiveURL(url);
child_process_logging_posix.cc 62 void SetActiveURL(const GURL& url) {
child_process_logging_win.cc 24 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetActiveURL.
70 void SetActiveURL(const GURL& url) {
78 GetProcAddress(exe_module, "SetActiveURL"));
  /external/chromium_org/content/public/common/
content_client.h 90 virtual void SetActiveURL(const GURL& url) {}
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 71 GetContentClient()->SetActiveURL(page_url_);
93 GetContentClient()->SetActiveURL(page_url_);
166 GetContentClient()->SetActiveURL(page_url_);
webplugin_proxy.cc 667 GetContentClient()->SetActiveURL(page_url_);
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 104 virtual void SetActiveURL(const std::string& url) OVERRIDE;
ppapi_thread.cc 206 void PpapiThread::SetActiveURL(const std::string& url) {
207 GetContentClient()->SetActiveURL(GURL(url));
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 77 GetContentClient()->SetActiveURL(page_url_);
  /external/chromium_org/chrome/app/
breakpad_win.cc 616 extern "C" void __declspec(dllexport) __cdecl SetActiveURL(
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 76 // FastSetActiveURL will shortcut the expensive call to SetActiveURL when the
88 GetContentClient()->SetActiveURL(url);
    [all...]

Completed in 937 milliseconds

1 2