HomeSort by relevance Sort by last modified time
    Searched defs:OmniboxView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 6 // 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::SetUserText(const string16& text)
    [all...]
omnibox_view.h 5 // This file defines the interface class OmniboxView. Each toolkit will
52 class OmniboxView {
54 virtual ~OmniboxView();
252 OmniboxView(Profile* profile,

Completed in 59 milliseconds