HomeSort by relevance Sort by last modified time
    Searched defs:SetActiveURL (Results 1 - 3 of 3) 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);

Completed in 2340 milliseconds