HomeSort by relevance Sort by last modified time
    Searched refs:ToInt64 (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/aura/
window_property.h 56 static int64 ToInt64(T x) { return static_cast<int64>(x); }
62 static int64 ToInt64(T* x) { return reinterpret_cast<int64>(x); }
68 static int64 ToInt64(bool x) { return static_cast<int64>(x); }
87 WindowPropertyCaster<T>::ToInt64(value),
88 WindowPropertyCaster<T>::ToInt64(property->default_value));
90 old != WindowPropertyCaster<T>::ToInt64(property->default_value)) {
98 property, WindowPropertyCaster<T>::ToInt64(property->default_value)));
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 95 int64 ToInt64() const;
unique_position.cc 198 int64 UniquePosition::ToInt64() const {
unique_position_unittest.cc 557 const int64 value = pos.ToInt64();
  /external/chromium_org/sync/engine/
build_commit_command.cc 211 meta_entry.Get(UNIQUE_POSITION).ToInt64());
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 174 return memory_.ToInt64() + Marshal.SizeOf(typeof(StatsFileHeader));

Completed in 173 milliseconds