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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_browsertest.cc 68 // TODO(phajdan.jr): check state of IsSelectAll when it's consistent across
76 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
82 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
89 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
97 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
116 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
133 EXPECT_FALSE(location_bar->location_entry()->IsSelectAll());
156 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());
autocomplete_edit_view_browsertest.cc 388 EXPECT_FALSE(edit_view->IsSelectAll());
390 EXPECT_TRUE(edit_view->IsSelectAll());
394 EXPECT_FALSE(edit_view->IsSelectAll());
407 EXPECT_FALSE(edit_view->IsSelectAll());
427 EXPECT_TRUE(edit_view->IsSelectAll());
448 EXPECT_TRUE(edit_view->IsSelectAll());
453 EXPECT_TRUE(edit_view->IsSelectAll());
458 EXPECT_TRUE(edit_view->IsSelectAll());
531 EXPECT_TRUE(edit_view->IsSelectAll());
540 EXPECT_TRUE(edit_view->IsSelectAll());
    [all...]
autocomplete_edit_view.h 100 virtual bool IsSelectAll() = 0;
autocomplete_edit_view_mac.h 66 virtual bool IsSelectAll();
autocomplete_edit_unittest.cc 39 virtual bool IsSelectAll() { return false; }
autocomplete_edit_view_views.h 98 virtual bool IsSelectAll() OVERRIDE;
autocomplete_edit_view_gtk.h 121 virtual bool IsSelectAll();
autocomplete_edit_view_win.h 116 virtual bool IsSelectAll();
autocomplete_edit_view_views.cc 385 bool AutocompleteEditViewViews::IsSelectAll() {
autocomplete_edit_view_gtk.cc 574 bool AutocompleteEditViewGtk::IsSelectAll() {
    [all...]
autocomplete_edit_view_win.cc 674 bool AutocompleteEditViewWin::IsSelectAll() {
    [all...]
autocomplete_edit.cc 618 if (!user_input_in_progress_ && view_->IsSelectAll())
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 112 EXPECT_TRUE(location_bar->location_entry()->IsSelectAll());

Completed in 80 milliseconds