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();
265 OmniboxView(Profile* profile,
omnibox_view.cc 6 // of OmniboxView.
27 base::string16 OmniboxView::StripJavascriptSchemas(const base::string16& text) {
39 base::string16 OmniboxView::SanitizeTextForPaste(const base::string16& text) {
59 base::string16 OmniboxView::GetClipboardText() {
89 OmniboxView::~OmniboxView() {
92 void OmniboxView::HandleOriginChipMouseRelease() {
99 void OmniboxView::OnDidKillFocus() {
104 void OmniboxView::OpenMatch(const AutocompleteMatch& match,
117 bool OmniboxView::IsEditingOrEmpty() const
    [all...]

Completed in 31 milliseconds