Home
last modified time | relevance | path

Searched refs:GetWindowForBrowser (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h202 void GetWindowForBrowser(int window_handle, bool* success, int* handle);
Dtesting_automation_provider.cc315 IPC_MESSAGE_HANDLER(AutomationMsg_WindowForBrowser, GetWindowForBrowser) in OnMessageReceived()
1264 void TestingAutomationProvider::GetWindowForBrowser(int browser_handle, in GetWindowForBrowser() function in TestingAutomationProvider