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

/external/chromium_org/chrome/browser/autocomplete/
H A Dkeyword_extensions_delegate_impl.h5 // KeywordExtensionsDelegateImpl contains the extensions-only logic used by
28 class KeywordExtensionsDelegateImpl : public KeywordExtensionsDelegate, class in inherits:KeywordExtensionsDelegate,content::NotificationObserver
31 KeywordExtensionsDelegateImpl(Profile* profile, KeywordProvider* provider);
32 virtual ~KeywordExtensionsDelegateImpl();
87 DISALLOW_COPY_AND_ASSIGN(KeywordExtensionsDelegateImpl);
H A Dkeyword_extensions_delegate_impl.cc19 int KeywordExtensionsDelegateImpl::global_input_uid_ = 0;
21 KeywordExtensionsDelegateImpl::KeywordExtensionsDelegateImpl( function in class:KeywordExtensionsDelegateImpl
45 KeywordExtensionsDelegateImpl::~KeywordExtensionsDelegateImpl() {
48 void KeywordExtensionsDelegateImpl::IncrementInputId() {
52 bool KeywordExtensionsDelegateImpl::IsEnabledExtension(
62 bool KeywordExtensionsDelegateImpl::Start(
102 void KeywordExtensionsDelegateImpl::EnterExtensionKeywordMode(
111 void KeywordExtensionsDelegateImpl
[all...]

Completed in 54 milliseconds