Home
last modified time | relevance | path

Searched refs:GetFocusedViewID (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_views.cc144 void TestingAutomationProvider::GetFocusedViewID(int handle, int* view_id) { in GetFocusedViewID() function in TestingAutomationProvider
Dtesting_automation_provider.h173 void GetFocusedViewID(int handle, int* view_id);
Dtesting_automation_provider.cc302 IPC_MESSAGE_HANDLER(AutomationMsg_GetFocusedViewID, GetFocusedViewID) in OnMessageReceived()