Searched defs:OmniboxUIHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.h25 class OmniboxUIHandler : public AutocompleteControllerDelegate, class in inherits:AutocompleteControllerDelegate,mojo::InterfaceImpl,MojoWebUIHandler
29 explicit OmniboxUIHandler(Profile* profile);
30 virtual ~OmniboxUIHandler();
72 DISALLOW_COPY_AND_ASSIGN(OmniboxUIHandler);
H A Domnibox_ui_handler.cc110 OmniboxUIHandler::OmniboxUIHandler(Profile* profile) function in class:OmniboxUIHandler
115 OmniboxUIHandler::~OmniboxUIHandler() {}
117 void OmniboxUIHandler::OnResultChanged(bool default_match_changed) {
163 bool OmniboxUIHandler::LookupIsTypedHost(const base::string16& host,
177 void OmniboxUIHandler::StartOmniboxQuery(const mojo::String& input_string,
199 void OmniboxUIHandler::ResetController() {

Completed in 373 milliseconds