Searched defs:window_context (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/examples/
H A Dexamples_window_with_content.cc15 gfx::NativeWindow window_context) {
19 ShowExamplesWindow(operation, window_context, extra_examples.Pass());
13 ShowExamplesWindowWithContent(Operation operation, content::BrowserContext* browser_context, gfx::NativeWindow window_context) argument
H A Dexamples_with_content_main_exe.cc18 gfx::NativeWindow window_context) {
21 window_context);
17 ShowContentExampleWindow(content::BrowserContext* browser_context, gfx::NativeWindow window_context) argument
H A Dexamples_window.cc214 gfx::NativeWindow window_context,
223 params.context = window_context;
213 ShowExamplesWindow(Operation operation, gfx::NativeWindow window_context, ScopedExamples extra_examples) argument
/external/chromium_org/ui/app_list/demo/
H A Dapp_list_demo_views.cc39 app_list::AppListView* InitView(gfx::NativeWindow window_context);
55 gfx::NativeWindow window_context) {
61 container = window_context;
110 gfx::NativeWindow window_context) {
113 app_list::AppListView* view = delegate->InitView(window_context);
54 InitView( gfx::NativeWindow window_context) argument
109 ShowAppList(content::BrowserContext* browser_context, gfx::NativeWindow window_context) argument
/external/chromium_org/ui/events/test/
H A Devent_generator.cc498 gfx::NativeWindow window_context) {
499 delegate()->SetContext(this, root_window, window_context);
500 if (window_context)
501 current_location_ = delegate()->CenterOfWindow(window_context);
497 Init(gfx::NativeWindow root_window, gfx::NativeWindow window_context) argument

Completed in 1442 milliseconds