/external/chromium_org/athena/activity/ |
H A D | activity.cc | 13 void Activity::Show(Activity* activity) { function in class:athena::Activity 17 widget->Show();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
H A D | mock_new_credit_card_bubble_controller.cc | 18 void MockNewCreditCardBubbleController::Show( function in class:autofill::MockNewCreditCardBubbleController
|
H A D | test_generated_credit_card_bubble_view.cc | 20 void TestGeneratedCreditCardBubbleView::Show() { function in class:autofill::TestGeneratedCreditCardBubbleView
|
/external/chromium_org/ppapi/cpp/private/ |
H A D | flash_menu.cc | 34 int32_t Menu::Show(const Point& location, function in class:pp::flash::Menu 39 return get_interface<PPB_Flash_Menu>()->Show(
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
H A D | hid_detection_screen.cc | 28 void HIDDetectionScreen::Show() { function in class:chromeos::HIDDetectionScreen 30 actor_->Show();
|
H A D | kiosk_autolaunch_screen.cc | 27 void KioskAutolaunchScreen::Show() { function in class:chromeos::KioskAutolaunchScreen 29 actor_->Show();
|
H A D | kiosk_enable_screen.cc | 27 void KioskEnableScreen::Show() { function in class:chromeos::KioskEnableScreen 29 actor_->Show();
|
H A D | reset_screen.cc | 30 void ResetScreen::Show() { function in class:chromeos::ResetScreen 32 actor_->Show();
|
H A D | wrong_hwid_screen.cc | 30 void WrongHWIDScreen::Show() { function in class:chromeos::WrongHWIDScreen 32 actor_->Show();
|
/external/chromium_org/chrome/browser/ui/translate/ |
H A D | translate_bubble_factory.cc | 28 void TranslateBubbleFactory::Show(BrowserWindow* window, function in class:TranslateBubbleFactory
|
/external/chromium_org/chrome/browser/ui/views/download/ |
H A D | download_started_animation_views.cc | 85 popup_->Show(); 125 void DownloadStartedAnimation::Show(content::WebContents* web_contents) { function in class:DownloadStartedAnimation
|
/external/chromium_org/chrome/browser/ui/views/importer/ |
H A D | import_lock_dialog_view.cc | 26 ImportLockDialogView::Show(parent, callback); 33 void ImportLockDialogView::Show(gfx::NativeWindow parent, function in class:ImportLockDialogView 36 new ImportLockDialogView(callback), NULL, NULL)->Show();
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
H A D | auto_enrollment_check_screen_handler.cc | 29 void AutoEnrollmentCheckScreenHandler::Show() { function in class:chromeos::AutoEnrollmentCheckScreenHandler 56 Show();
|
H A D | wrong_hwid_screen_handler.cc | 32 void WrongHWIDScreenHandler::Show() { function in class:chromeos::WrongHWIDScreenHandler 65 Show();
|
/external/chromium_org/mojo/services/native_viewport/ |
H A D | platform_viewport_headless.cc | 20 void PlatformViewportHeadless::Show() { function in class:mojo::PlatformViewportHeadless
|
/external/chromium_org/ppapi/c/dev/ |
H A D | ppb_file_chooser_dev.h | 101 * the plugin is visible. Show() will fail if the tab is in the background. 106 * it is invisible and the Show() call will fail. This will not generally 122 int32_t (*Show)(PP_Resource chooser, member in struct:PPB_FileChooser_Dev_0_6 134 int32_t (*Show)(PP_Resource chooser, struct PP_CompletionCallback callback); member in struct:PPB_FileChooser_Dev_0_5
|
/external/chromium_org/ppapi/cpp/dev/ |
H A D | file_chooser_dev.cc | 47 int32_t FileChooser_Dev::Show( function in class:pp::FileChooser_Dev 50 return get_interface<PPB_FileChooser_Dev_0_6>()->Show( 62 return get_interface<PPB_FileChooser_Dev_0_5>()->Show(
|
/external/chromium_org/ppapi/cpp/trusted/ |
H A D | file_chooser_trusted.cc | 55 int32_t FileChooser_Trusted::Show( function in class:pp::FileChooser_Trusted
|
/external/chromium_org/ppapi/thunk/ |
H A D | ppb_flash_menu_thunk.cc | 31 int32_t Show(PP_Resource resource, function in namespace:ppapi::thunk::__anon10271 38 return enter.SetResult(enter.object()->Show(location, selected_id, 45 &Show
|
/external/chromium_org/ui/compositor/test/ |
H A D | test_compositor_host_ozone.cc | 27 virtual void Show() OVERRIDE; 49 void TestCompositorHostOzone::Show() { function in class:ui::TestCompositorHostOzone
|
/external/chromium_org/ui/gfx/animation/ |
H A D | throb_animation.cc | 33 SlideAnimation::Show(); 46 void ThrobAnimation::Show() { function in class:gfx::ThrobAnimation 48 SlideAnimation::Show(); 71 SlideAnimation::Show();
|
/external/chromium_org/ash/shelf/ |
H A D | overflow_bubble.cc | 32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { function in class:ash::OverflowBubble 45 bubble_->GetWidget()->Show();
|
/external/chromium_org/ash/wm/ |
H A D | drag_window_controller.cc | 36 void DragWindowController::Show() { function in class:ash::DragWindowController 39 drag_widget_->Show(); 75 // Show shadow for the dragging window. 87 // Show the widget after all the setups. 88 drag_widget_->Show();
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
H A D | step.cc | 50 void Step::Show() { function in class:chromeos::first_run::Step
|
/external/chromium_org/chrome/browser/devtools/ |
H A D | devtools_toggle_action.cc | 38 DevToolsToggleAction DevToolsToggleAction::Show() { function in class:DevToolsToggleAction
|