Home
last modified time | relevance | path

Searched refs:GetPropertyInternal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_property.h97 return WindowPropertyCaster<T>::FromInt64(GetPropertyInternal( in GetProperty()
Dwindow.h342 int64 GetPropertyInternal(const void* key, int64 default_value) const;
Dwindow.cc780 return reinterpret_cast<void*>(GetPropertyInternal(key, 0)); in GetNativeWindowProperty()
840 int64 old = GetPropertyInternal(key, default_value); in SetPropertyInternal()
855 int64 Window::GetPropertyInternal(const void* key, in GetPropertyInternal() function in aura::Window