OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:content_window_container_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
219
content_window_container_
(NULL),
366
content_window_container_
= new aura::Window(NULL);
367
content_window_container_
->Init(ui::LAYER_NOT_DRAWN);
368
content_window_container_
->Show();
369
content_window_container_
->AddChild(content_window_);
379
root_window_->window()->AddChild(
content_window_container_
);
466
content_window_container_
);
[
all
...]
desktop_native_widget_aura.h
258
aura::Window*
content_window_container_
;
member in class:views::DesktopNativeWidgetAura
260
// Child of |
content_window_container_
|. This is the return value from
Completed in 44 milliseconds