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

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 95 if (native_widget_delegate->IsDialogBox()) {
109 native_widget_delegate->IsDialogBox() ? WS_EX_DLGMODALFRAME : 0;
native_widget_delegate.h 49 virtual bool IsDialogBox() const = 0;
widget.h 670 virtual bool IsDialogBox() const OVERRIDE;
    [all...]
widget.cc 953 bool Widget::IsDialogBox() const {
    [all...]

Completed in 254 milliseconds