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

/external/chromium_org/components/omnibox/
H A Dkeyword_extensions_delegate.h5 // KeywordExtensionsDelegate contains the extensions-only logic used by
7 // This file contains the dummy implementation of KeywordExtensionsDelegate,
23 class KeywordExtensionsDelegate { class
25 explicit KeywordExtensionsDelegate(KeywordProvider* provider);
26 virtual ~KeywordExtensionsDelegate();
56 DISALLOW_COPY_AND_ASSIGN(KeywordExtensionsDelegate);
H A Dkeyword_extensions_delegate.cc7 KeywordExtensionsDelegate::KeywordExtensionsDelegate( function in class:KeywordExtensionsDelegate
11 KeywordExtensionsDelegate::~KeywordExtensionsDelegate() {
14 void KeywordExtensionsDelegate::IncrementInputId() {
17 bool KeywordExtensionsDelegate::IsEnabledExtension(
22 bool KeywordExtensionsDelegate::Start(const AutocompleteInput& input,
29 void KeywordExtensionsDelegate::EnterExtensionKeywordMode(
33 void KeywordExtensionsDelegate::MaybeEndExtensionKeywordMode() {

Completed in 52 milliseconds