OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateTestWindowWithBounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/aura/test/
test_windows.h
20
Window*
CreateTestWindowWithBounds
(const gfx::Rect& bounds, Window* parent);
test_windows.cc
20
Window*
CreateTestWindowWithBounds
(const gfx::Rect& bounds, Window* parent) {
/external/chromium_org/ui/aura/
root_window_unittest.cc
228
test::
CreateTestWindowWithBounds
(root_window_->bounds(), root_window_);
231
test::
CreateTestWindowWithBounds
(root_window_->bounds(), root_window_);
288
Window* w1 = test::
CreateTestWindowWithBounds
(gfx::Rect(10, 10, 20, 20),
291
Window* w2 = test::
CreateTestWindowWithBounds
(gfx::Rect(30, 30, 20, 20),
[
all
...]
window_unittest.cc
[
all
...]
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc
350
aura::test::
CreateTestWindowWithBounds
(gfx::Rect(5, 6, 7, 8),
/external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc
[
all
...]
Completed in 703 milliseconds