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

/external/chromium_org/ui/aura/
H A Dwindow_property.h97 return WindowPropertyCaster<T>::FromInt64(GetPropertyInternal(
H A Dwindow.h342 int64 GetPropertyInternal(const void* key, int64 default_value) const;
H A Dwindow.cc793 return reinterpret_cast<void*>(GetPropertyInternal(key, 0));
851 int64 old = GetPropertyInternal(key, default_value);
866 int64 Window::GetPropertyInternal(const void* key, function in class:aura::Window

Completed in 115 milliseconds