Searched refs:OmniboxView (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.cc6 // of OmniboxView.
17 string16 OmniboxView::StripJavascriptSchemas(const string16& text) {
27 string16 OmniboxView::SanitizeTextForPaste(const string16& text) {
47 string16 OmniboxView::GetClipboardText() {
77 OmniboxView::~OmniboxView() {
80 void OmniboxView::OpenMatch(const AutocompleteMatch& match,
91 bool OmniboxView::IsEditingOrEmpty() const {
96 int OmniboxView::GetIcon() const {
106 void OmniboxView
144 OmniboxView::OmniboxView(Profile* profile, function in class:OmniboxView
[all...]
H A Domnibox_view_unittest.cc43 OmniboxView::StripJavascriptSchemas(ASCIIToUTF16(urls[i])));
56 EXPECT_EQ(kFixedURL, OmniboxView::SanitizeTextForPaste(kWrappedURL));
64 EXPECT_EQ(kFixedAddress, OmniboxView::SanitizeTextForPaste(kWrappedAddress));
79 EXPECT_EQ(kPlainText, OmniboxView::GetClipboardText());
89 EXPECT_EQ(kSpace1, OmniboxView::GetClipboardText());
97 EXPECT_EQ(string16(), OmniboxView::GetClipboardText());
110 EXPECT_EQ(ASCIIToUTF16(kURL), OmniboxView::GetClipboardText());
119 EXPECT_EQ(kPlainText, OmniboxView::GetClipboardText());
129 EXPECT_TRUE(OmniboxView::GetClipboardText().empty());
H A Dlocation_bar.h22 class OmniboxView;
80 virtual const OmniboxView* GetLocationEntry() const = 0;
81 virtual OmniboxView* GetLocationEntry() = 0;
H A Domnibox_view.h5 // This file defines the interface class OmniboxView. Each toolkit will
52 class OmniboxView { class
54 virtual ~OmniboxView();
252 OmniboxView(Profile* profile,
H A Domnibox_edit_unittest.cc22 class TestingOmniboxView : public OmniboxView {
25 : OmniboxView(NULL, NULL, model, NULL) {}
H A Domnibox_view_browsertest.cc168 OmniboxView** omnibox_view) {
177 void GetOmniboxView(OmniboxView** omnibox_view) {
242 OmniboxView* omnibox_view = NULL;
380 OmniboxView* omnibox_view = NULL;
443 OmniboxView* omnibox_view = NULL;
489 OmniboxView* omnibox_view = NULL;
546 OmniboxView* omnibox_view = NULL;
564 OmniboxView* omnibox_view = NULL;
587 OmniboxView* omnibox_view = NULL;
598 OmniboxView* omnibox_vie
[all...]
H A Domnibox_edit_model.h27 class OmniboxView;
73 OmniboxEditModel(OmniboxView* view,
235 // OmniboxView::SetFocus(), and the mouse handlers in OmniboxView. See
287 // Called by the OmniboxView after something changes, with details about what
415 OmniboxView* view_;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_views.h11 class OmniboxView;
26 OmniboxViewViews* GetOmniboxViewViews(OmniboxView* view);
29 OmniboxViewWin* GetOmniboxViewWin(OmniboxView* view);
31 // Creates an OmniboxView of the appropriate type; Views or Win.
32 OmniboxView* CreateOmniboxView(OmniboxEditController* controller,
H A Domnibox_views.cc16 OmniboxViewViews* GetOmniboxViewViews(OmniboxView* view) {
21 OmniboxViewWin* GetOmniboxViewWin(OmniboxView* view) {
30 OmniboxView* CreateOmniboxView(OmniboxEditController* controller,
H A Domnibox_view_views_browsertest.cc27 OmniboxView* view = browser()->window()->GetLocationBar()->GetLocationEntry();
H A Dtouch_omnibox_popup_contents_view.h13 class OmniboxView;
46 OmniboxView* omnibox_view,
H A Domnibox_popup_contents_view.h22 class OmniboxView;
33 OmniboxView* omnibox_view,
78 OmniboxView* omnibox_view,
143 OmniboxView* omnibox_view_;
H A Dtouch_omnibox_popup_contents_view.cc60 OmniboxView* omnibox_view,
/external/chromium_org/chrome/test/base/
H A Dtest_location_bar.cc26 const OmniboxView* TestLocationBar::GetLocationEntry() const {
30 OmniboxView* TestLocationBar::GetLocationEntry() {
H A Dtest_location_bar.h44 virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
45 virtual OmniboxView* GetLocationEntry() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_popup_view_mac.h21 class OmniboxView;
28 OmniboxPopupViewMac(OmniboxView* omnibox_view,
85 OmniboxView* omnibox_view_;
H A Domnibox_view_mac.h21 // Implements OmniboxView on an AutocompleteTextField.
22 class OmniboxViewMac : public OmniboxView,
32 // OmniboxView:
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.h27 class OmniboxView;
42 OmniboxView* omnibox_view,
109 OmniboxView* omnibox_view_;
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_interactive_test.cc22 OmniboxView* omnibox_view = location_bar->GetLocationEntry();
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.h26 class OmniboxView;
62 OmniboxView* omnibox() {
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc78 OmniboxView* location_entry = location_bar->GetLocationEntry();
137 OmniboxView* location_entry = location_bar->GetLocationEntry();
160 OmniboxView* location_entry = location_bar->GetLocationEntry();
182 OmniboxView* location_entry = location_bar->GetLocationEntry();
206 OmniboxView* location_entry = location_bar->GetLocationEntry();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h204 // we can't show the autocompletion inside the actual OmniboxView. See
309 virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
310 virtual OmniboxView* GetLocationEntry() OVERRIDE;
430 scoped_ptr<OmniboxView> location_entry_;
468 // we shouldn't change the text or selection inside the OmniboxView itself,
470 // we show any autocompletion in a separate field after the OmniboxView.
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc157 OmniboxView* omnibox_view = browser_->window()->GetLocationBar()->
219 OmniboxView* omnibox_view = browser_->window()->GetLocationBar()->
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h69 virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
70 virtual OmniboxView* GetLocationEntry() OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.h141 virtual const OmniboxView* GetLocationEntry() const OVERRIDE;
142 virtual OmniboxView* GetLocationEntry() OVERRIDE;

Completed in 446 milliseconds

12