Searched refs:SetActiveURL (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/common/
H A Dchild_process_logging.h40 void SetActiveURL(const GURL& url);
68 SetActiveURL(url);
72 SetActiveURL(GURL());
H A Dchrome_content_client.h17 virtual void SetActiveURL(const GURL& url);
H A Dchild_process_logging_linux.cc34 void SetActiveURL(const GURL& url) { function in namespace:child_process_logging
H A Dchrome_content_client.cc171 void ChromeContentClient::SetActiveURL(const GURL& url) { function in class:chrome::ChromeContentClient
172 child_process_logging::SetActiveURL(url);
H A Dchild_process_logging_win.cc19 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetActiveURL.
42 void SetActiveURL(const GURL& url) { function in namespace:child_process_logging
50 GetProcAddress(exe_module, "SetActiveURL"));

Completed in 432 milliseconds