OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_visible
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc
66
bool
link_visible
= true;
local
75
link_visible
= false;
77
if (
link_visible
) {
/external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc
229
bool
link_visible
= true;
local
237
link_visible
= false;
240
if (
link_visible
) {
248
link_->SetVisible(
link_visible
);
249
mouse_lock_exit_instruction_->SetVisible(!
link_visible
);
Completed in 4446 milliseconds