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

  /external/chromium_org/components/web_modal/
native_web_contents_modal_dialog.h 25 typedef void* NativePopup;
27 typedef gfx::NativeView NativePopup;
single_popup_manager.h 24 virtual void WillClose(NativePopup popup) = 0;
31 // Each object will manage a single NativePopup window during its lifecycle.
35 // Implementation classes should accept a NativePopup at construction time
65 virtual NativePopup popup() = 0;
69 // popups and move the newly-created NativePopup to the top of the display
popup_manager.h 41 virtual void ShowModalDialog(NativePopup popup,
50 // Called when a NativePopup we own is about to be closed.
51 virtual void WillClose(NativePopup popup) OVERRIDE;
popup_manager.cc 59 void PopupManager::ShowModalDialog(NativePopup popup,
88 void PopupManager::WillClose(NativePopup popup) {

Completed in 104 milliseconds