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.h 5 // This file defines the interface class OmniboxView. Each toolkit will
36 class OmniboxView {
38 virtual ~OmniboxView();
262 OmniboxView(Profile* profile,
omnibox_view.cc 6 // of OmniboxView.
25 base::string16 OmniboxView::StripJavascriptSchemas(const base::string16& text) {
37 base::string16 OmniboxView::SanitizeTextForPaste(const base::string16& text) {
57 base::string16 OmniboxView::GetClipboardText() {
87 OmniboxView::~OmniboxView() {
90 void OmniboxView::HandleOriginChipMouseRelease() {
97 void OmniboxView::OnDidKillFocus() {
102 void OmniboxView::OpenMatch(const AutocompleteMatch& match,
115 bool OmniboxView::IsEditingOrEmpty() const
    [all...]

Completed in 2952 milliseconds