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

  /external/chromium_org/chrome_frame/
chrome_active_document.cc 31 #include "chrome/test/automation/tab_proxy.h"
1155 TabProxy* tab_proxy = GetTabProxy(); local
    [all...]
chrome_frame_automation.cc 27 #include "chrome/test/automation/tab_proxy.h"
53 void AddTabProxy(AutomationHandle tab_proxy) {
55 tabs_list_.push_back(tab_proxy);
58 void RemoveTabProxy(AutomationHandle tab_proxy) {
60 tabs_list_.remove(tab_proxy);
172 TabProxy* tab_proxy = new TabProxy(this, tracker_.get(), handle); local
173 if (tab_proxy != NULL)
175 return tab_proxy;
    [all...]

Completed in 83 milliseconds