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

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 65 bool TabStripSelectionModel::IsSelected(int index) const {
71 if (!IsSelected(index)) {
103 if (!IsSelected(i))
115 bool was_selected = IsSelected(from);
tab_strip_selection_model.h 61 bool IsSelected(int index) const;
tab_strip_selection_model_unittest.cc 73 TEST_F(TabStripSelectionModelTest, IsSelected) {
76 EXPECT_FALSE(model.IsSelected(0));
77 EXPECT_TRUE(model.IsSelected(2));
tab_strip_model.cc 580 if (selection_model_.IsSelected(index)) {
606 return selection_model_.IsSelected(index);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc 111 return IsSelected() || !controller();
base_tab.cc 202 HasSwitch(switches::kReloadKilledTabs) && !IsSelected()) {
276 bool BaseTab::IsSelected() const {
296 if (!IsSelected()) {
300 } else if (!IsSelected()) {
base_tab.h 83 virtual bool IsSelected() const;
tab.cc 208 GetColor(IsSelected() ?
638 bool is_selected = IsSelected();
side_tab_strip.cc 41 virtual bool IsSelected() const OVERRIDE { return false; }
tab_strip.cc 290 if (!tab->IsSelected())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.h 104 virtual bool IsSelected() const;
tab_renderer_gtk.cc 348 bool TabRendererGtk::IsSelected() const {
389 if (IsSelected()) {
406 if (!IsSelected()) {
433 } else if (IsSelected()) {
820 SkColor title_color = IsSelected() ? selected_title_color_
877 if (IsSelected()) {
    [all...]
tab_strip_gtk.cc 167 tab_width = tab->IsSelected() ? selected : unselected;
301 if (tabstrip_->GetTabAt(index)->IsSelected()) {
382 if (tab->IsSelected()) {
490 if (tab->IsSelected()) {
508 if (current_tab->IsSelected()) {
562 if (tab->IsSelected()) {
660 if (tab->IsSelected()) {
    [all...]
tab_gtk.cc 179 bool just_selected = !IsSelected();
296 bool TabGtk::IsSelected() const {
tab_renderer_gtk.h 136 virtual bool IsSelected() const;
  /external/webkit/Source/WebKit/wx/
WebFrame.h 67 bool IsSelected() const { return m_isSelected; }
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc 142 if (tab->IsSelected()) {
300 } else if (!tab->IsSelected()) {
touch_tab.cc 86 GetColor(IsSelected() ?
130 if (IsSelected()) {
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 903 ASSERT_TRUE(menu->GetSubmenu()->GetMenuItemAt(0)->IsSelected());
915 ASSERT_FALSE(menu->GetSubmenu()->GetMenuItemAt(0)->IsSelected());
916 ASSERT_TRUE(menu->GetSubmenu()->GetMenuItemAt(1)->IsSelected());
930 ASSERT_TRUE(submenu->IsSelected());
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 195 for (newIndex = 0; newIndex < options->Count() && !options->At(newIndex).IsSelected(); newIndex++) {}

Completed in 775 milliseconds