OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetWindowVisibility
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc
251
SetWindowVisibility
(window, false);
293
SetWindowVisibility
(window, true);
295
SetWindowVisibility
(window, false);
388
SetWindowVisibility
(window, should_be_visible);
455
SetWindowVisibility
(window, false);
461
SetWindowVisibility
(window, false);
519
void MultiUserWindowManagerChromeOS::
SetWindowVisibility
(
614
SetWindowVisibility
(window, false);
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_guest.cc
463
void RenderWidgetHostViewGuest::
SetWindowVisibility
(bool visible) {
464
platform_view_->
SetWindowVisibility
(visible);
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
726
void InProcessViewRenderer::
SetWindowVisibility
(bool window_visible) {
728
"InProcessViewRenderer::
SetWindowVisibility
",
[
all
...]
/external/chromium_org/android_webview/native/
aw_contents.cc
732
void AwContents::
SetWindowVisibility
(JNIEnv* env, jobject obj, bool visible) {
734
browser_view_renderer_->
SetWindowVisibility
(visible);
[
all
...]
Completed in 40 milliseconds