Searched refs:GetPropertyInternal (Results 1 – 3 of 3) sorted by relevance
97 return WindowPropertyCaster<T>::FromInt64(GetPropertyInternal( in GetProperty()
342 int64 GetPropertyInternal(const void* key, int64 default_value) const;
780 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