OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SearchIPCRouterPolicyImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_impl.h
15
class
SearchIPCRouterPolicyImpl
: public SearchIPCRouter::Policy {
17
explicit
SearchIPCRouterPolicyImpl
(const content::WebContents* web_contents);
18
virtual ~
SearchIPCRouterPolicyImpl
();
49
DISALLOW_COPY_AND_ASSIGN(
SearchIPCRouterPolicyImpl
);
search_ipc_router_policy_impl.cc
11
SearchIPCRouterPolicyImpl
::
SearchIPCRouterPolicyImpl
(
23
SearchIPCRouterPolicyImpl
::~
SearchIPCRouterPolicyImpl
() {}
25
bool
SearchIPCRouterPolicyImpl
::ShouldProcessSetVoiceSearchSupport() {
29
bool
SearchIPCRouterPolicyImpl
::ShouldProcessFocusOmnibox(bool is_active_tab) {
33
bool
SearchIPCRouterPolicyImpl
::ShouldProcessNavigateToURL(bool is_active_tab) {
37
bool
SearchIPCRouterPolicyImpl
::ShouldProcessDeleteMostVisitedItem() {
41
bool
SearchIPCRouterPolicyImpl
::ShouldProcessUndoMostVisitedDeletion() {
45
bool
SearchIPCRouterPolicyImpl
::ShouldProcessUndoAllMostVisitedDeletions()
[
all
...]
Completed in 26 milliseconds