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 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.h
38
bool
find_ui_active
() const { return find_ui_active_; }
function in class:FindTabHelper
39
void set_find_ui_active(bool
find_ui_active
) {
40
find_ui_active_ =
find_ui_active
;
find_bar_controller.cc
47
if (!find_tab_helper->
find_ui_active
()) {
98
(!find_tab_helper || !find_tab_helper->
find_ui_active
())) {
115
if (find_tab_helper && find_tab_helper->
find_ui_active
()) {
find_bar_host_browsertest.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
find_bar_host.cc
121
if (!find_tab_helper || !find_tab_helper->
find_ui_active
())
Completed in 201 milliseconds