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

  /external/chromium_org/ui/views/test/
widget_test.cc 15 NativeWidgetCapture::NativeWidgetCapture(
20 NativeWidgetCapture::~NativeWidgetCapture() {}
22 void NativeWidgetCapture::SetCapture() {
26 void NativeWidgetCapture::ReleaseCapture() {
32 bool NativeWidgetCapture::HasCapture() const {
41 return new NativeWidgetCapture(delegate);
widget_test.h 49 class NativeWidgetCapture : public PlatformNativeWidget {
51 explicit NativeWidgetCapture(internal::NativeWidgetDelegate* delegate);
52 virtual ~NativeWidgetCapture();
61 DISALLOW_COPY_AND_ASSIGN(NativeWidgetCapture);
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 327 class OwnershipTestNativeWidgetAura : public NativeWidgetCapture {
331 : NativeWidgetCapture(delegate),
    [all...]

Completed in 360 milliseconds