OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OmniboxUIHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.h
29
class
OmniboxUIHandler
: public AutocompleteControllerDelegate,
32
explicit
OmniboxUIHandler
(Profile* profile);
33
virtual ~
OmniboxUIHandler
();
89
DISALLOW_COPY_AND_ASSIGN(
OmniboxUIHandler
);
omnibox_ui_handler.cc
28
OmniboxUIHandler
::
OmniboxUIHandler
(Profile* profile): profile_(profile) {
32
OmniboxUIHandler
::~
OmniboxUIHandler
() {}
34
void
OmniboxUIHandler
::RegisterMessages() {
36
base::Bind(&
OmniboxUIHandler
::StartOmniboxQuery,
77
void
OmniboxUIHandler
::OnResultChanged(bool default_match_changed) {
111
void
OmniboxUIHandler
::AddResultToDictionary(const std::string& prefix,
161
bool
OmniboxUIHandler
::LookupIsTypedHost(const base::string16& host,
175
void
OmniboxUIHandler
::StartOmniboxQuery(const base::ListValue* input)
[
all
...]
Completed in 30 milliseconds