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

  /external/chromium_org/ui/aura/
window_property.h 57 static T FromInt64(int64 x) { return static_cast<T>(x); }
63 static T* FromInt64(int64 x) { return reinterpret_cast<T*>(x); }
69 static bool FromInt64(int64 x) { return x != 0; }
97 return WindowPropertyCaster<T>::FromInt64(GetPropertyInternal(
137 delete aura::WindowPropertyCaster<TYPE*>::FromInt64(p); \
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 78 UniquePosition UniquePosition::FromInt64(

Completed in 448 milliseconds