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

  /external/chromium_org/ui/views/controls/
native_control.h 68 virtual HWND GetNativeControlHWND();
native_control.cc 201 EnableWindow(GetNativeControlHWND(), enabled());
288 HWND NativeControl::GetNativeControlHWND() {
313 if (GetNativeControlHWND())
314 EnableWindow(GetNativeControlHWND(), enabled());

Completed in 5664 milliseconds