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

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h 33 bool find_ui_active() const { return find_ui_active_; } function in class:FindTabHelper
34 void set_find_ui_active(bool find_ui_active) {
35 find_ui_active_ = find_ui_active;
find_bar_controller.cc 38 if (!find_tab_helper->find_ui_active()) {
79 (!tab_contents_ || !tab_contents_->find_tab_helper()->find_ui_active())) {
93 if (tab_contents_->find_tab_helper()->find_ui_active()) {
find_bar_host_browsertest.cc 790 ASSERT_TRUE(find_tab_helper->find_ui_active());
    [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h 37 bool find_ui_active() const { return find_ui_active_; } function in class:FindTabHelper
38 void set_find_ui_active(bool find_ui_active) {
39 find_ui_active_ = find_ui_active;
find_bar_controller.cc 47 if (!find_tab_helper->find_ui_active()) {
93 (!find_tab_helper || !find_tab_helper->find_ui_active())) {
110 if (find_tab_helper && find_tab_helper->find_ui_active()) {
find_bar_host_browsertest.cc     [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_host.cc 117 tab_contents()->find_tab_helper()->find_ui_active()) {
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc 122 if (!find_tab_helper || !find_tab_helper->find_ui_active())
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc     [all...]

Completed in 117 milliseconds