HomeSort by relevance Sort by last modified time
    Searched refs:tab_index (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/chromium_org/chrome/browser/extensions/
browser_event_router.cc 543 int tab_index; local
545 if (ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index)) {
548 tab_strip->IsTabPinned(tab_index));
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 233 int tab_index);
401 int tab_index) {
403 browser->tab_strip_model()->GetWebContentsAt(tab_index));
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 59 const extensions::Extension* extension, int tab_index) const OVERRIDE;
106 const extensions::Extension* extension, int tab_index) const {
107 if (tab_index > 0)
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1223 int tab_index = GetIndexOfTab(tab); local
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 1147 int tab_index = it->tab_strip_model()->GetIndexOfWebContents( local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 250 AppendIndexOfCount(tab_info->tab_index() + 1,
  /external/chromium/chrome/browser/ui/
browser.cc 662 int tab_index = model->GetWrapperIndex(existing_tab); local
667 model->SetTabPinned(tab_index, true);
668 tab_index = model->GetWrapperIndex(existing_tab);
671 model->ActivateTabAt(tab_index, true);
    [all...]
browser.h 383 // system. If select is true, the tab is selected. |tab_index| gives the index
387 // extension. If |pin| is true and |tab_index|/ is the last pinned tab, then
391 int tab_index,
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 67 byte[] state, int tab_index);
125 name='tab_index')],
246 jint tab_index);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 582 int tab_index = -1; local
584 NULL, NULL, &contents, &tab_index)) {
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.cc 1143 int tab_index = chrome::IndexOfFirstBlockedTab(browser_->tab_strip_model()); local
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 131 void GetTab(int win_handle, int tab_index, int* tab_handle);
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.h 114 void GetTab(int win_handle, int tab_index, int* tab_handle);
337 // input: { "tab_index": 1,
639 // output: { "windex": 1, "tab_index": 5 }
672 // input: { "tab_index": 1,
688 // The pair |windex| and |tab_index| or the single |auto_id| must be given
692 // "tab_index": 3,
704 // output: { "tab_index": 3 }
719 // The pair |windex| and |tab_index| or the single |auto_id| must be given
723 // "tab_index": 1,
733 // The pair |windex| and |tab_index| or the single |auto_id| must be give
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 375 milliseconds

1 2 3 45