HomeSort by relevance Sort by last modified time
    Searched refs:wait_until_closed (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/test/automation/
tab_proxy.h 138 // until the tab has completely closed (wait_until_closed == true) or block
139 // until the browser has initiated the close (wait_until_closed = false).
147 bool Close(bool wait_until_closed) WARN_UNUSED_RESULT;
tab_proxy.cc 281 bool TabProxy::Close(bool wait_until_closed) {
286 sender_->Send(new AutomationMsg_CloseTab(handle_, wait_until_closed,
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc 496 bool wait_until_closed,
503 new TabClosedNotificationObserver(this, wait_until_closed, reply_message,
    [all...]
testing_automation_provider.h 87 void CloseTab(int tab_handle, bool wait_until_closed,
    [all...]
automation_provider_observers.cc 438 bool wait_until_closed,
441 : TabStripNotificationObserver((wait_until_closed ?
    [all...]
automation_provider_observers.h 290 bool wait_until_closed,
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 222 bool wait_until_closed,
    [all...]
testing_automation_provider.h 70 void CloseTab(int tab_handle, bool wait_until_closed,
    [all...]
automation_provider_observers.cc 362 AutomationProvider* automation, bool wait_until_closed,
364 : TabStripNotificationObserver(wait_until_closed ?
    [all...]
testing_automation_provider.cc 497 bool wait_until_closed,
504 new TabClosedNotificationObserver(this, wait_until_closed, reply_message);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 389 milliseconds