Searched refs:KeywordExtensionsDelegate (Results 1 - 8 of 8) sorted by last modified time

/external/chromium_org/components/omnibox/
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() {
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_provider.cc45 explicit ScopedEndExtensionKeywordMode(KeywordExtensionsDelegate* delegate);
51 KeywordExtensionsDelegate* delegate_;
57 KeywordExtensionsDelegate* delegate)
H A Dkeyword_provider.h25 class KeywordExtensionsDelegate;
57 scoped_ptr<KeywordExtensionsDelegate> extensions_delegate) {
153 scoped_ptr<KeywordExtensionsDelegate> extensions_delegate_;
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc205 scoped_ptr<KeywordExtensionsDelegate>(
H A Dkeyword_extensions_delegate_impl.cc24 : KeywordExtensionsDelegate(provider),
H A Dkeyword_extensions_delegate_impl.h6 // KeywordProvider. Overrides KeywordExtensionsDelegate which does nothing.
28 class KeywordExtensionsDelegateImpl : public KeywordExtensionsDelegate,
35 // KeywordExtensionsDelegate:
H A Dkeyword_extensions_delegate_impl_unittest.cc113 KeywordExtensionsDelegate* delegate = &delegate_impl;

Completed in 117 milliseconds