Home
last modified time | relevance | path

Searched defs:kRenderNativeControlFocus (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/native/
Dnative_view_host.cc23 const bool NativeViewHost::kRenderNativeControlFocus = false; member in views::NativeViewHost
26 const bool NativeViewHost::kRenderNativeControlFocus = true; member in views::NativeViewHost
Dnative_view_host.h32 static const bool kRenderNativeControlFocus; variable