Searched defs:SetActiveURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/
H A Dchild_process_logging_linux.cc34 void SetActiveURL(const GURL& url) { function in namespace:child_process_logging
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"));
H A Dchrome_content_client.cc171 void ChromeContentClient::SetActiveURL(const GURL& url) { function in class:chrome::ChromeContentClient
172 child_process_logging::SetActiveURL(url);

Completed in 167 milliseconds