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) {
101 if (!policy_->ShouldSendSetInputInProgress(is_active_tab_))
147 is_active_tab_ = true;
151 is_active_tab_ = false;
216 if (!policy_->ShouldProcessFocusOmnibox(is_active_tab_))
231 if (!policy_->ShouldProcessNavigateToURL(is_active_tab_))
316 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 36 milliseconds