HomeSort by relevance Sort by last modified time
    Searched refs:is_active_tab_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.cc 37 is_active_tab_(false) {
100 if (!policy_->ShouldSendSetInputInProgress(is_active_tab_))
146 is_active_tab_ = true;
150 is_active_tab_ = false;
215 if (!policy_->ShouldProcessFocusOmnibox(is_active_tab_))
230 if (!policy_->ShouldProcessNavigateToURL(is_active_tab_))
315 if (!policy_->ShouldProcessPasteIntoOmnibox(is_active_tab_))
search_ipc_router.h 232 bool is_active_tab_; member in class:SearchIPCRouter
search_ipc_router_unittest.cc 194 return GetSearchTabHelper(contents)->ipc_router().is_active_tab_;
    [all...]

Completed in 148 milliseconds