Searched refs:IsDialogBox (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget_hwnd_utils.cc97 if (native_widget_delegate->IsDialogBox()) {
111 native_widget_delegate->IsDialogBox() ? WS_EX_DLGMODALFRAME : 0;
H A Dnative_widget_delegate.h49 virtual bool IsDialogBox() const = 0;
H A Dwidget.h746 virtual bool IsDialogBox() const OVERRIDE;
H A Dwidget.cc1009 bool Widget::IsDialogBox() const { function in class:views::Widget
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc87 if (!widget || !widget->IsDialogBox())

Completed in 106 milliseconds