Home
last modified time | relevance | path

Searched refs:PrintStatus (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/ui/views/examples/
Dtabbed_pane_example.cc68 PrintStatus(); in ButtonPressed()
73 PrintStatus(); in TabSelectedAt()
76 void TabbedPaneExample::PrintStatus() { in PrintStatus() function in views::examples::TabbedPaneExample
77 ExampleBase::PrintStatus("Tab Count:%d, Selected Tab:%d", in PrintStatus()
Dtextfield_example.cc86 PrintStatus("Name [%s]", UTF16ToUTF8(new_contents).c_str()); in ContentsChanged()
88 PrintStatus("Password [%s]", UTF16ToUTF8(new_contents).c_str()); in ContentsChanged()
90 PrintStatus("Read Only [%s]", UTF16ToUTF8(new_contents).c_str()); in ContentsChanged()
101 PrintStatus("HandleMouseEvent click count=%d", mouse_event.GetClickCount()); in HandleMouseEvent()
107 PrintStatus("Password [%s]", UTF16ToUTF8(password_->text()).c_str()); in ButtonPressed()
Dradio_button_example.cc59 PrintStatus("Group: 1:%s, 2:%s, 3:%s", in ButtonPressed()
64 PrintStatus("Pressed! count:%d", ++count_); in ButtonPressed()
Dbutton_example.cc73 PrintStatus("Label Button Pressed! count: %d", ++count_); in LabelButtonPressed()
113 PrintStatus("Image Button Pressed! count: %d", ++count_); in ButtonPressed()
Dlink_example.cc30 PrintStatus("Link clicked"); in LinkClicked()
Dcheckbox_example.cc30 PrintStatus("Pressed! count: %d", ++count_); in ButtonPressed()
Dtable_example.cc145 PrintStatus("Selected: %s", in OnSelectionChanged()
151 PrintStatus("Double Click: %s", in OnDoubleClick()
Dexample_base.h34 void PrintStatus(const char* format, ...);
Dtabbed_pane_example.h39 void PrintStatus();
Dexample_base.cc59 void ExampleBase::PrintStatus(const char* format, ...) { in PrintStatus() function in views::examples::ExampleBase
Dcombobox_example.cc49 PrintStatus("Selected: %s", base::UTF16ToUTF8(combobox_model_.GetItemAt( in OnPerformAction()
Dmessage_box_example.cc59 PrintStatus(message_box_view_->IsCheckBoxSelected() ? in ButtonPressed()
Dsingle_split_view_example.cc86 PrintStatus("Splitter moved"); in SplitHandleMoved()
Dbubble_example.cc73 PrintStatus("Click with optional modifiers: [Ctrl] for set_arrow(NONE), " in CreateExampleView()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestcdrom.c18 static void PrintStatus(int driveindex, SDL_CD *cdrom) in PrintStatus() function
204 PrintStatus(drive, cdrom); in main()