HomeSort by relevance Sort by last modified time
    Searched refs:GetTabCount (Results 51 - 66 of 66) sorted by null

1 23

  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 411 int tab_count = attached_tabstrip_->GetTabCount();
526 for (int i = 0; i < attached_tabstrip_->GetTabCount(); i++) {
547 index = attached_tabstrip_->GetTabCount();
561 attached_tabstrip_-> GetTabCount() - static_cast<int>(drag_data_->size());
    [all...]
tab_strip_gtk.h 301 int GetTabCount() const;
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 118 bool BrowserProxy::GetTabCount(int* num_tabs) const {
automation_proxy.cc 273 if (!window->GetTabCount(&tab_count))
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 355 int tab_count = attached_tabstrip_->GetTabCount();
466 for (int i = 0; i < attached_tabstrip_->GetTabCount(); i++) {
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 326 "Tabs.Discard.TabCount", GetTabCount(), 1, 100, 50);
407 int OomPriorityManager::GetTabCount() const {
  /external/chromium_org/chrome/test/functional/
test_utils.py 399 self.assertEqual(1, self.GetTabCount(),
nacl_sdk.py 264 tab_count = self.GetTabCount()
perf.py 640 self.assertEqual(1 + num_tabs, self.GetTabCount(),
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.cc 205 if (ShouldSyncWindow(*i) && (*i)->GetTabCount() && (*i)->HasWindow()) {
209 << (*i)->GetTabCount() << " tabs.";
225 for (int j = 0; j < (*i)->GetTabCount(); ++j) {
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 129 void GetTabCount(int handle, int* tab_count);
    [all...]
testing_automation_provider.cc 274 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h 112 void GetTabCount(int handle, int* tab_count);
    [all...]
testing_automation_provider.cc 346 IPC_MESSAGE_HANDLER(AutomationMsg_TabCount, GetTabCount)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 331 DCHECK_EQ(tabbed_pane_->GetTabCount(), NUM_TAB_IDS);
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 217 milliseconds

1 23