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

  /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 181 void PluginGlobals::SetActiveURL(const std::string& url) {
182 plugin_proxy_delegate_->SetActiveURL(url);
plugin_globals.h 85 void SetActiveURL(const std::string& url);
plugin_main_nacl.cc 82 virtual void SetActiveURL(const std::string& url) OVERRIDE;
174 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 285 void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL(
  /external/chromium_org/chrome/common/
chrome_content_client.h 22 virtual void SetActiveURL(const GURL& url) OVERRIDE;
chrome_content_client.cc 425 void ChromeContentClient::SetActiveURL(const GURL& url) {
  /external/chromium_org/content/public/common/
content_client.h 90 virtual void SetActiveURL(const GURL& url) {}
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.h 87 virtual void SetActiveURL(const std::string& url) OVERRIDE;
ppapi_thread.cc 172 void PpapiThread::SetActiveURL(const std::string& url) {
173 GetContentClient()->SetActiveURL(GURL(url));
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 72 GetContentClient()->SetActiveURL(page_url_);
95 GetContentClient()->SetActiveURL(page_url_);
169 GetContentClient()->SetActiveURL(page_url_);
webplugin_proxy.cc 676 GetContentClient()->SetActiveURL(page_url_);
  /external/chromium_org/content/child/npapi/
npobject_stub.cc 77 GetContentClient()->SetActiveURL(page_url_);
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 79 // FastSetActiveURL will shortcut the expensive call to SetActiveURL when the
91 GetContentClient()->SetActiveURL(url);
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 439 GetContentClient()->SetActiveURL(page_url_);
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc     [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 1533 milliseconds