OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativeconstrainedwindow
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/
constrained_window_views.h
28
// Called after the
NativeConstrainedWindow
has been destroyed and is about to
32
// Called when the
NativeConstrainedWindow
is clicked on when inactive.
40
class
NativeConstrainedWindow
{
42
virtual ~
NativeConstrainedWindow
() {}
44
// Creates a platform-specific implementation of
NativeConstrainedWindow
.
47
static
NativeConstrainedWindow
* CreateNativeConstrainedWindow(
88
NativeConstrainedWindow
* native_constrained_window_;
native_constrained_window_win.cc
15
class NativeConstrainedWindowWin : public
NativeConstrainedWindow
,
32
// Overridden from
NativeConstrainedWindow
:
64
//
NativeConstrainedWindow
, public:
67
NativeConstrainedWindow
*
NativeConstrainedWindow
::CreateNativeConstrainedWindow(
constrained_window_views.cc
575
NativeConstrainedWindow
::CreateNativeConstrainedWindow(
Completed in 140 milliseconds