OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentTextIsURL
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit.h
153
bool
CurrentTextIsURL
() const;
412
// and
CurrentTextIsURL
()). The view needs this because it calls this
autocomplete_edit.cc
301
bool AutocompleteEditModel::
CurrentTextIsURL
() const {
330
// We can't use
CurrentTextIsURL
() or GetDataForURLExport() because right now
[
all
...]
autocomplete_edit_view_gtk.cc
[
all
...]
autocomplete_edit_view_win.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h
123
bool
CurrentTextIsURL
() const;
omnibox_edit_model.cc
423
bool OmniboxEditModel::
CurrentTextIsURL
() const {
464
// We can't use
CurrentTextIsURL
() or GetDataForURLExport() because right now
[
all
...]
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
[
all
...]
Completed in 357 milliseconds