OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetButtonForUnitTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/
maximize_bubble_controller.h
69
views::CustomButton*
GetButtonForUnitTest
(SnapType state);
maximize_bubble_controller.cc
255
views::CustomButton*
GetButtonForUnitTest
(SnapType state);
301
views::CustomButton*
GetButtonForUnitTest
(SnapType state);
336
views::CustomButton*
GetButtonForUnitTest
(SnapType state) {
337
return buttons_view_->
GetButtonForUnitTest
(state);
561
views::CustomButton* MaximizeBubbleController::Bubble::
GetButtonForUnitTest
(
563
return contents_view_->
GetButtonForUnitTest
(state);
627
views::CustomButton* BubbleContentsButtonRow::
GetButtonForUnitTest
(
794
views::CustomButton* MaximizeBubbleController::
GetButtonForUnitTest
(
796
return bubble_ ? bubble_->
GetButtonForUnitTest
(state) : NULL;
custom_frame_view_ash_unittest.cc
448
GetButtonForUnitTest
(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
495
GetButtonForUnitTest
(SNAP_LEFT)->GetBoundsInScreen().CenterPoint();
650
GetButtonForUnitTest
(snap_type)->GetBoundsInScreen().CenterPoint();
[
all
...]
Completed in 36 milliseconds