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

  /external/chromium_org/ui/views/examples/
link_example.cc 30 PrintStatus("Link clicked");
checkbox_example.cc 30 PrintStatus("Pressed! count: %d", ++count_);
example_base.h 34 void PrintStatus(const char* format, ...);
tabbed_pane_example.cc 68 PrintStatus();
73 PrintStatus();
76 void TabbedPaneExample::PrintStatus() {
77 ExampleBase::PrintStatus("Tab Count:%d, Selected Tab:%d",
tabbed_pane_example.h 39 void PrintStatus();
radio_button_example.cc 59 PrintStatus("Group: 1:%s, 2:%s, 3:%s",
64 PrintStatus("Pressed! count:%d", ++count_);
textfield_example.cc 86 PrintStatus("Name [%s]", UTF16ToUTF8(new_contents).c_str());
88 PrintStatus("Password [%s]", UTF16ToUTF8(new_contents).c_str());
90 PrintStatus("Read Only [%s]", UTF16ToUTF8(new_contents).c_str());
101 PrintStatus("HandleMouseEvent click count=%d", mouse_event.GetClickCount());
107 PrintStatus("Password [%s]", UTF16ToUTF8(password_->text()).c_str());
combobox_example.cc 49 PrintStatus("Selected: %s", base::UTF16ToUTF8(combobox_model_.GetItemAt(
example_base.cc 59 void ExampleBase::PrintStatus(const char* format, ...) {
button_example.cc 73 PrintStatus("Label Button Pressed! count: %d", ++count_);
113 PrintStatus("Image Button Pressed! count: %d", ++count_);
message_box_example.cc 59 PrintStatus(message_box_view_->IsCheckBoxSelected() ?
single_split_view_example.cc 86 PrintStatus("Splitter moved");
table_example.cc 145 PrintStatus("Selected: %s",
151 PrintStatus("Double Click: %s",
bubble_example.cc 73 PrintStatus("Click with optional modifiers: [Ctrl] for set_arrow(NONE), "
  /external/qemu/distrib/sdl-1.2.15/test/
testcdrom.c 18 static void PrintStatus(int driveindex, SDL_CD *cdrom)
134 /* PrintStatus(drive, cdrom); */
204 PrintStatus(drive, cdrom);

Completed in 151 milliseconds