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

  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 145 TEST_F(CustomButtonTest, AsCustomButton) {
149 EXPECT_TRUE(CustomButton::AsCustomButton(&text_button));
152 EXPECT_TRUE(CustomButton::AsCustomButton(&image_button));
155 EXPECT_TRUE(CustomButton::AsCustomButton(&checkbox));
158 EXPECT_TRUE(CustomButton::AsCustomButton(&radio_button));
161 EXPECT_TRUE(CustomButton::AsCustomButton(&menu_button));
164 EXPECT_FALSE(CustomButton::AsCustomButton(&label));
167 EXPECT_FALSE(CustomButton::AsCustomButton(&link));
170 EXPECT_FALSE(CustomButton::AsCustomButton(&textfield));
custom_button.h 32 static const CustomButton* AsCustomButton(const views::View* view);
33 static CustomButton* AsCustomButton(views::View* view);
menu_button_unittest.cc 86 CustomButton* custom_button = CustomButton::AsCustomButton(sender);
112 CustomButton* custom_button = CustomButton::AsCustomButton(source);
custom_button.cc 33 const CustomButton* CustomButton::AsCustomButton(const views::View* view) {
34 return AsCustomButton(const_cast<views::View*>(view));
37 CustomButton* CustomButton::AsCustomButton(views::View* view) {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 182 CustomButton* button = CustomButton::AsCustomButton(view);
460 DCHECK(CustomButton::AsCustomButton(button));
668 DCHECK(CustomButton::AsCustomButton(fullscreen_button_));
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 99 CustomButton* button = CustomButton::AsCustomButton(view);
    [all...]

Completed in 192 milliseconds