OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativeWidgetCapture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/test/
widget_test.h
37
class
NativeWidgetCapture
: public NativeWidgetPlatform {
39
explicit
NativeWidgetCapture
(internal::NativeWidgetDelegate* delegate);
40
virtual ~
NativeWidgetCapture
();
49
DISALLOW_COPY_AND_ASSIGN(
NativeWidgetCapture
);
53
typedef
NativeWidgetCapture
NativeWidgetPlatformForTest;
widget_test.cc
16
NativeWidgetCapture
::
NativeWidgetCapture
(
20
NativeWidgetCapture
::~
NativeWidgetCapture
() {}
22
void
NativeWidgetCapture
::SetCapture() {
26
void
NativeWidgetCapture
::ReleaseCapture() {
32
bool
NativeWidgetCapture
::HasCapture() const {
Completed in 1331 milliseconds