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

  /external/chromium_org/win8/metro_driver/
metro_dialog_box.cc 32 DCHECK(dialog_box_.Get() == NULL);
50 dialog_box_.GetAddressOf());
54 hr = dialog_box_->get_Commands(commands.GetAddressOf());
83 hr = dialog_box_->ShowAsync(ret.GetAddressOf());
119 if (!dialog_box_)
126 dialog_box_.Reset();
metro_dialog_box.h 59 mswr::ComPtr<winui::Popups::IMessageDialog> dialog_box_; member in class:MetroDialogBox
chrome_app_view.h 144 MetroDialogBox dialog_box_; member in class:ChromeAppView
chrome_app_view.cc 364 dialog_box_.Show(dialog_box_info);
369 dialog_box_.Dismiss();
    [all...]
  /external/chromium_org/printing/
printing_context_win.h 91 volatile HWND dialog_box_; member in class:printing::PrintingContextWin
printing_context_win.cc 122 if (!owner_.dialog_box_) {
125 owner_.dialog_box_ = GetAncestor(dialog, GA_ROOT);
140 owner_.dialog_box_ = NULL;
170 dialog_box_(NULL),
513 if (dialog_box_) {
514 DestroyWindow(dialog_box_);

Completed in 63 milliseconds