OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_context
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/apps/shell/
web_view_window.h
20
aura::Window*
window_context
);
web_view_window.cc
72
aura::Window*
window_context
) {
76
params.context =
window_context
;
77
params.bounds =
window_context
->bounds();
/external/chromium_org/ui/views/examples/
examples_window_with_content.h
27
gfx::NativeView
window_context
);
examples_window_with_content.cc
205
gfx::NativeView
window_context
) {
212
params.context =
window_context
;
/external/chromium_org/ui/views/examples/content_client/
examples_browser_main_parts.cc
50
gfx::NativeView
window_context
= NULL;
local
59
window_context
= wm_test_helper_->root_window()->window();
68
QUIT_ON_CLOSE, browser_context_.get(),
window_context
);
Completed in 39 milliseconds