Home
last modified time | relevance | path

Searched refs:InitWithWindowLayerType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_unittest.cc3062 layerless_window->InitWithWindowLayerType(WINDOW_LAYER_NONE); in TEST_F()
3074 layerless_window2->InitWithWindowLayerType(WINDOW_LAYER_NONE); in TEST_F()
3100 root.InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN); in TEST_F()
3104 w1ll->InitWithWindowLayerType(WINDOW_LAYER_NONE); in TEST_F()
3108 w11ll->InitWithWindowLayerType(WINDOW_LAYER_NONE); in TEST_F()
3113 w111->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN); in TEST_F()
3118 w12->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN); in TEST_F()
3123 w121->InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN); in TEST_F()
3180 root.InitWithWindowLayerType(WINDOW_LAYER_NOT_DRAWN); in TEST_F()
3184 w1ll->InitWithWindowLayerType(WINDOW_LAYER_NONE); in TEST_F()
[all …]
Dwindow.h86 void InitWithWindowLayerType(WindowLayerType layer_type);
Dwindow.cc298 InitWithWindowLayerType(UILayerTypeToWindowLayerType(layer_type)); in Init()
301 void Window::InitWithWindowLayerType(WindowLayerType window_layer_type) { in InitWithWindowLayerType() function in aura::Window