OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_ui_active
(Results
1 - 5
of
5
) 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/chrome/browser/ui/views/
find_bar_host.cc
117
tab_contents()->find_tab_helper()->
find_ui_active
()) {
/external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc
[
all
...]
Completed in 239 milliseconds