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

  /external/chromium/chrome/common/
child_process_logging_linux.cc 34 void SetActiveURL(const GURL& 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"));
chrome_content_client.cc 171 void ChromeContentClient::SetActiveURL(const GURL& url) {
172 child_process_logging::SetActiveURL(url);
  /external/chromium_org/content/public/common/
content_client.h 90 virtual void SetActiveURL(const GURL& url) {}
  /external/chromium_org/chrome/common/
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"));
child_process_logging_posix.cc 62 void SetActiveURL(const GURL& url) {
chrome_content_client.cc 387 void ChromeContentClient::SetActiveURL(const GURL& url) {
388 child_process_logging::SetActiveURL(url);
  /external/chromium_org/ppapi/proxy/
plugin_globals.cc 180 void PluginGlobals::SetActiveURL(const std::string& url) {
181 plugin_proxy_delegate_->SetActiveURL(url);
plugin_main_nacl.cc 80 virtual void SetActiveURL(const std::string& url) OVERRIDE;
173 void PpapiDispatcher::SetActiveURL(const std::string& url) {
ppapi_proxy_test.cc 281 void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL(
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 206 void PpapiThread::SetActiveURL(const std::string& url) {
207 GetContentClient()->SetActiveURL(GURL(url));
  /external/chromium_org/chrome/app/
breakpad_win.cc 616 extern "C" void __declspec(dllexport) __cdecl SetActiveURL(
    [all...]

Completed in 744 milliseconds