OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_showing_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/download/
test_download_shelf.cc
10
:
is_showing_
(false),
21
return
is_showing_
;
51
is_showing_
= true;
55
is_showing_
= false;
test_download_shelf.h
43
bool
is_showing_
;
member in class:TestDownloadShelf
/external/chromium_org/content/test/
test_render_view_host.cc
47
is_showing_
(false),
84
is_showing_
= true;
88
is_showing_
= false;
92
return
is_showing_
;
test_render_view_host.h
159
bool is_showing() const { return
is_showing_
; }
166
bool
is_showing_
;
member in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_android.cc
181
is_showing_
(!widget_host->is_hidden()),
380
if (
is_showing_
)
383
is_showing_
= true;
392
if (!
is_showing_
)
395
is_showing_
= false;
407
return
is_showing_
&& content_view_core_;
433
if (!
is_showing_
&& layer_)
[
all
...]
render_widget_host_view_android.h
308
bool
is_showing_
;
member in class:content::RenderWidgetHostViewAndroid
Completed in 285 milliseconds