HomeSort by relevance Sort by last modified time
    Searched refs:tab_index (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 141 void SuppressEventByType(int tab_index, const wchar_t* type, bool suppress) {
142 ASSERT_LT(tab_index, browser()->tab_count());
145 browser()->GetTabContentsAt(tab_index)->render_view_host(),
152 void SuppressEvents(int tab_index, bool keydown, bool keypress,
155 SuppressEventByType(tab_index, L"keydown", keydown));
157 SuppressEventByType(tab_index, L"keypress", keypress));
159 SuppressEventByType(tab_index, L"keyup", keyup));
161 SuppressEventByType(tab_index, L"textInput", textinput));
164 void SuppressAllEvents(int tab_index, bool suppress) {
165 SuppressEvents(tab_index, suppress, suppress, suppress, suppress)
358 int tab_index = browser()->active_index(); local
443 int tab_index = browser()->active_index(); local
488 int tab_index = browser()->active_index(); local
585 int tab_index = browser()->active_index(); local
750 int tab_index = browser()->active_index(); local
787 int tab_index = browser()->active_index(); local
828 int tab_index = browser()->active_index(); local
    [all...]
accessibility_events.h 131 int tab_index,
138 void SetTab(int tab_index, std::string tab_name) {
139 tab_index_ = tab_index;
143 int tab_index() const { return tab_index_; } function in class:AccessibilityTabInfo
custom_home_pages_table_model.cc 113 for (int tab_index = 0; tab_index < browser->tab_count(); ++tab_index) {
114 const GURL url = browser->GetTabContentsAt(tab_index)->GetURL();
accessibility_events.cc 108 int tab_index,
111 tab_index_(tab_index),
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 81 int browser_index, tab_index; local
86 if (!args->GetInteger("tab_index", &tab_index)) {
87 *error = "'tab_index' missing or invalid";
90 *tab = automation_util::GetTabContentsAt(browser_index, tab_index);
automation_util.h 31 // Returns the tab at |tab_index| within the browser at |browser_index| in the
33 TabContents* GetTabContentsAt(int browser_index, int tab_index);
automation_util.cc 99 TabContents* GetTabContentsAt(int browser_index, int tab_index) {
100 if (tab_index < 0)
103 if (!browser || tab_index >= browser->tab_count())
105 return browser->GetTabContentsAt(tab_index);
testing_automation_provider.cc 2385 int tab_index; local
2601 int tab_index; local
3249 int tab_index = 0; local
3547 int tab_index; local
3960 int tab_index = 0; local
4025 int tab_index = 0; local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.h 34 int tab_index);
37 // Gets the |tab_strip_model| and |tab_index| for the given |tab_contents|.
40 int* tab_index);
43 // Any out parameter (|browser|, |tab_strip|, |contents|, & |tab_index|) may
49 int* tab_index);
extension_tabs_module.cc 68 int* tab_index, std::string* error_message);
103 int tab_index; local
104 if (ExtensionTabUtil::GetTabStripModel(contents, &tab_strip, &tab_index))
105 return ExtensionTabUtil::CreateTabValue(contents, tab_strip, tab_index);
123 const TabContents* contents, TabStripModel* tab_strip, int tab_index) {
126 result->SetInteger(keys::kIndexKey, tab_index);
132 tab_strip && tab_index == tab_strip->active_index());
134 tab_strip && tab_strip->IsTabPinned(tab_index));
182 int* tab_index) {
185 DCHECK(tab_index);
383 int tab_index = -1; local
775 int tab_index = -1; local
808 int tab_index = -1; local
959 int tab_index = -1; local
    [all...]
extension_devtools_bridge.cc 53 int tab_index; local
56 &contents, &tab_index)) {
extension_processes_api.cc 164 int tab_index = -1; local
166 NULL, NULL, &contents, &tab_index)) {
extension_browser_event_router.cc 487 int tab_index; local
490 contents->tab_contents(), &tab_strip, &tab_index)) {
493 tab_strip->IsTabPinned(tab_index));
  /external/chromium/chrome/browser/sessions/
tab_restore_service_delegate.h 41 int tab_index,
session_restore.cc 203 int tab_index; local
204 Browser* browser = Browser::GetBrowserForController(tab, &tab_index);
205 if (browser && browser->active_index() != tab_index) {
636 const int tab_index = static_cast<int>(i - window.tabs.begin()); local
639 RestoreTab(tab, tab_index, browser, tab_index != selected_tab_index);
644 const int tab_index,
668 tab_index,
tab_restore_service.cc 246 for (int tab_index = 0; tab_index < delegate->GetTabCount(); ++tab_index) {
248 tab_index,
250 &delegate->GetTabContentsAt(tab_index)->controller());
905 int tab_index = -1; local
907 tab_index = tab.tabstrip_index;
915 if (tab_index < 0 || tab_index > delegate->GetTabCount()) {
916 tab_index = delegate->GetTabCount()
    [all...]
  /external/chromium/chrome/browser/ui/
browser_tab_restore_service_delegate.h 38 int tab_index,
browser_tab_restore_service_delegate.cc 42 int tab_index,
49 return browser_->AddRestoredTab(navigations, tab_index, selected_navigation,
browser_navigator.cc 101 int tab_index = (start_index + i) % tab_count; local
103 params->browser->GetTabContentsWrapperAt(tab_index);
118 return tab_index;
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.h 80 BaseTab* base_tab_at_tab_index(int tab_index) const {
81 return tab_data_[tab_index].tab;
side_tab_strip.h 73 // Make sure the tab at |tab_index| is visible.
74 void MakeTabVisible(int tab_index);
side_tab_strip.cc 456 void SideTabStrip::MakeTabVisible(int tab_index) {
460 if (ideal_bounds(tab_index).y() < kTabStripInset) {
461 SetFirstTabYOffset(first_tab_y_offset_ - ideal_bounds(tab_index).y() +
463 } else if (ideal_bounds(tab_index).bottom() > GetMaxTabY()) {
464 SetFirstTabYOffset(GetMaxTabY() - (ideal_bounds(tab_index).bottom() -
browser_tab_strip_controller.cc 250 for (int tab_index = 0, tab_count = tabstrip_->tab_count();
251 tab_index < tab_count; ++tab_index) {
252 BaseTab* tab = tabstrip_->base_tab_at_tab_index(tab_index);
  /external/chromium/chrome/browser/tabs/
tab_strip_model.cc     [all...]
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 253 int tab_index = (*it)->GetIndexOfController(&controller); local
254 if (tab_index != TabStripModel::kNoTab) {
256 *tab = tab_index;

Completed in 1305 milliseconds

1 2