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

  /external/chromium/base/
timer.h 137 typedef BaseTimer<Receiver, kIsRepeating> SelfType;
172 SelfType* self = static_cast<SelfType*>(timer_);
189 SelfType* self = static_cast<SelfType*>(timer_);
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 924 typedef ValueIteratorBase SelfType;
934 bool operator ==( const SelfType &other ) const
939 bool operator !=( const SelfType &other ) const
944 difference_type operator -( const SelfType &other ) const
965 difference_type computeDistance( const SelfType &other ) const;
967 bool isEqual( const SelfType &other ) const;
969 void copy( const SelfType &other );
    [all...]

Completed in 437 milliseconds