OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omnibox_view_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h
76
OmniboxView*
omnibox_view_
;
member in class:OmniboxPopupViewMac
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h
144
OmniboxView*
omnibox_view_
;
member in class:OmniboxPopupContentsView
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h
221
scoped_ptr<OmniboxViewMac>
omnibox_view_
;
member in class:LocationBarViewMac
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h
227
OmniboxViewViews* omnibox_view() { return
omnibox_view_
; }
228
const OmniboxViewViews* omnibox_view() const { return
omnibox_view_
; }
433
OmniboxViewViews*
omnibox_view_
;
member in class:LocationBarView
532
// the |
omnibox_view_
| in its place, containing the complete URL. However, we
550
// amount necessary to shift the |
omnibox_view_
| by such that the hostname
Completed in 49 milliseconds