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

  /external/chromium_org/ui/views/controls/button/
menu_button_unittest.cc 86 CustomButton* custom_button = CustomButton::AsCustomButton(sender); variable
87 DCHECK(custom_button); variable
88 last_sender_state_ = custom_button->state();
112 CustomButton* custom_button = CustomButton::AsCustomButton(source); variable
113 DCHECK(custom_button); variable
114 last_source_state_ = custom_button->state();
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 337 final Button customButton = (Button) findViewById(R.id.custom_button);

Completed in 177 milliseconds