Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/automation/
Dautomation_provider.cc637 RenderViewHost* view = GetViewForTab(tab_handle); in SelectAll()
647 RenderViewHost* view = GetViewForTab(tab_handle); in Cut()
657 RenderViewHost* view = GetViewForTab(tab_handle); in Copy()
667 RenderViewHost* view = GetViewForTab(tab_handle); in Paste()
690 RenderViewHost* view = GetViewForTab(tab_handle); in StopAsync()
736 RenderViewHost* view = GetViewForTab(tab_handle); in JavaScriptStressTestControl()
745 RenderViewHost* AutomationProvider::GetViewForTab(int tab_handle) { in GetViewForTab() function in AutomationProvider
Dautomation_provider.h172 RenderViewHost* GetViewForTab(int tab_handle);
Dautomation_provider_win.cc420 RenderViewHost* view_host = GetViewForTab(handle); in OnMessageFromExternalHost()