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

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 92 if (native_widget_delegate->IsDialogBox()) {
106 native_widget_delegate->IsDialogBox() ? WS_EX_DLGMODALFRAME : 0;
native_widget_delegate.h 49 virtual bool IsDialogBox() const = 0;
widget.h 743 virtual bool IsDialogBox() const OVERRIDE;
    [all...]
widget.cc 998 bool Widget::IsDialogBox() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 89 if (!widget || !widget->IsDialogBox())
    [all...]

Completed in 58 milliseconds