Home
last modified time | relevance | path

Searched refs:SearchIPCRouterPolicyImpl (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/search/
Dsearch_ipc_router_policy_impl.cc11 SearchIPCRouterPolicyImpl::SearchIPCRouterPolicyImpl( in SearchIPCRouterPolicyImpl() function in SearchIPCRouterPolicyImpl
23 SearchIPCRouterPolicyImpl::~SearchIPCRouterPolicyImpl() {} in ~SearchIPCRouterPolicyImpl()
25 bool SearchIPCRouterPolicyImpl::ShouldProcessSetVoiceSearchSupport() { in ShouldProcessSetVoiceSearchSupport()
29 bool SearchIPCRouterPolicyImpl::ShouldProcessFocusOmnibox(bool is_active_tab) { in ShouldProcessFocusOmnibox()
33 bool SearchIPCRouterPolicyImpl::ShouldProcessNavigateToURL(bool is_active_tab) { in ShouldProcessNavigateToURL()
37 bool SearchIPCRouterPolicyImpl::ShouldProcessDeleteMostVisitedItem() { in ShouldProcessDeleteMostVisitedItem()
41 bool SearchIPCRouterPolicyImpl::ShouldProcessUndoMostVisitedDeletion() { in ShouldProcessUndoMostVisitedDeletion()
45 bool SearchIPCRouterPolicyImpl::ShouldProcessUndoAllMostVisitedDeletions() { in ShouldProcessUndoAllMostVisitedDeletions()
49 bool SearchIPCRouterPolicyImpl::ShouldProcessLogEvent() { in ShouldProcessLogEvent()
53 bool SearchIPCRouterPolicyImpl::ShouldProcessPasteIntoOmnibox( in ShouldProcessPasteIntoOmnibox()
[all …]
Dsearch_ipc_router_policy_impl.h15 class SearchIPCRouterPolicyImpl : public SearchIPCRouter::Policy {
17 explicit SearchIPCRouterPolicyImpl(const content::WebContents* web_contents);
18 virtual ~SearchIPCRouterPolicyImpl();
52 DISALLOW_COPY_AND_ASSIGN(SearchIPCRouterPolicyImpl);
Dsearch_ipc_router_policy_unittest.cc38 SearchIPCRouterPolicyImpl* policy = in SetIncognitoProfile()
39 static_cast<SearchIPCRouterPolicyImpl*>(GetSearchIPCRouterPolicy()); in SetIncognitoProfile()
Dsearch_tab_helper.cc160 make_scoped_ptr(new SearchIPCRouterPolicyImpl(web_contents)) in SearchTabHelper()