OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetButtonForUnitTest
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/wm/caption_buttons/
maximize_bubble_controller.cc
74
views::CustomButton* MaximizeBubbleController::
GetButtonForUnitTest
(
76
return bubble_ ? bubble_->
GetButtonForUnitTest
(state) : NULL;
bubble_contents_button_row.cc
161
views::CustomButton* BubbleContentsButtonRow::
GetButtonForUnitTest
(
maximize_bubble_controller_bubble.cc
42
views::CustomButton*
GetButtonForUnitTest
(SnapType state);
123
views::CustomButton* BubbleContentsView::
GetButtonForUnitTest
(SnapType state) {
124
return buttons_view_->
GetButtonForUnitTest
(state);
493
views::CustomButton* MaximizeBubbleControllerBubble::
GetButtonForUnitTest
(
495
return contents_view_->
GetButtonForUnitTest
(state);
Completed in 365 milliseconds