ToInt64           173 sync/engine/commit_util.cc           meta_entry.GetUniquePosition().ToInt64());
ToInt64            95 sync/internal_api/public/base/unique_position.h   int64 ToInt64() const;
ToInt64           557 sync/internal_api/public/base/unique_position_unittest.cc     const int64 value = pos.ToInt64();
ToInt64            56 ui/aura/window_property.h   static int64 ToInt64(T x) { return static_cast<int64>(x); }
ToInt64            62 ui/aura/window_property.h   static int64 ToInt64(T* x) { return reinterpret_cast<int64>(x); }
ToInt64            68 ui/aura/window_property.h   static int64 ToInt64(bool x) { return static_cast<int64>(x); }
ToInt64            87 ui/aura/window_property.h       WindowPropertyCaster<T>::ToInt64(value),
ToInt64            88 ui/aura/window_property.h       WindowPropertyCaster<T>::ToInt64(property->default_value));
ToInt64            90 ui/aura/window_property.h       old != WindowPropertyCaster<T>::ToInt64(property->default_value)) {
ToInt64            98 ui/aura/window_property.h       property, WindowPropertyCaster<T>::ToInt64(property->default_value)));