OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
710
virtual bool
IsDialogBox
() const OVERRIDE;
[
all
...]
widget.cc
993
bool Widget::
IsDialogBox
() const {
[
all
...]
Completed in 1074 milliseconds