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

  /external/chromium_org/ui/views/controls/
native_control.cc 30 // Maps to the NativeControl.
38 explicit NativeControlContainer(NativeControl* parent)
85 friend class NativeControl;
92 control_, &NativeControl::NativeControlWndProc);
163 NativeControl* parent_;
174 NativeControl::NativeControl() : hwnd_view_(NULL),
183 NativeControl::~NativeControl() {
190 void NativeControl::ValidateNativeControl()
    [all...]
native_control.h 20 // NativeControl is an abstract view that is used to implement views wrapping
25 class VIEWS_EXPORT NativeControl : public View {
32 NativeControl();
33 virtual ~NativeControl();
121 DISALLOW_COPY_AND_ASSIGN(NativeControl);

Completed in 31 milliseconds