HomeSort by relevance Sort by last modified time
    Searched refs:host0 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 152 // +-- host0 (NativeViewHost)
153 // +-- child0 (Widget, attached to host0)
160 // grandchild as child widget of host0.
161 NativeViewHost* host0 = new NativeViewHost; local
165 host0));
172 scoped_ptr<Widget> test_child(CreateChildForHost(host0->native_view(),
173 host0,
177 // Remove test_host from host0, expect 1 parent change.
180 host0->RemoveChildView(test_host);
183 // Add test_host back to host0, expect 1 parent change
226 ViewHierarchyChangedTestHost* host0 = new ViewHierarchyChangedTestHost; local
    [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc 1384 aura::WindowTreeHost* host0 = root_windows[0]->GetHost(); local
    [all...]
  /external/chromium_org/ash/
extended_desktop_unittest.cc 278 aura::WindowTreeHost* host0 = root_windows[0]->GetHost(); local
280 EXPECT_EQ(ui::kCursorPointer, host0->last_cursor().native_type());
283 EXPECT_EQ(ui::kCursorCopy, host0->last_cursor().native_type());
    [all...]

Completed in 199 milliseconds