Home
last modified time | relevance | path

Searched refs:WindowGetViewBounds (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider_gtk.cc32 void TestingAutomationProvider::WindowGetViewBounds(int handle, in WindowGetViewBounds() function in TestingAutomationProvider
Dtesting_automation_provider_views.cc116 void TestingAutomationProvider::WindowGetViewBounds(int handle, in WindowGetViewBounds() function in TestingAutomationProvider
Dtesting_automation_provider_mac.mm40 void TestingAutomationProvider::WindowGetViewBounds(int handle, function
Dtesting_automation_provider.h113 void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
Dtesting_automation_provider.cc267 IPC_MESSAGE_HANDLER(AutomationMsg_WindowViewBounds, WindowGetViewBounds) in OnMessageReceived()