HomeSort by relevance Sort by last modified time
    Searched defs:TabProxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/automation/
tab_proxy.h 41 class TabProxy : public AutomationResourceProxy {
45 virtual bool OnMessageReceived(TabProxy* tab, const IPC::Message& msg) {
48 virtual void OnChannelError(TabProxy* tab) {}
54 TabProxy(AutomationMessageSender* sender,
105 // TabProxy we attach won't know about it. See bug 666730.
245 virtual ~TabProxy();
263 DISALLOW_COPY_AND_ASSIGN(TabProxy);
tab_proxy.cc 20 TabProxy::TabProxy(AutomationMessageSender* sender,
26 bool TabProxy::GetTabTitle(std::wstring* title) const {
42 bool TabProxy::GetTabIndex(int* index) const {
54 int TabProxy::FindInPage(const std::wstring& search_string,
81 AutomationMsg_NavigationResponseValues TabProxy::NavigateToURL(
87 TabProxy::NavigateToURLBlockUntilNavigationsComplete(
101 AutomationMsg_NavigationResponseValues TabProxy::GoBack() {
106 TabProxy::GoBackBlockUntilNavigationsComplete(int number_of_navigations) {
117 AutomationMsg_NavigationResponseValues TabProxy::GoForward()
    [all...]

Completed in 50 milliseconds