Searched refs:CopyState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dstatus.h89 static const char* CopyState(const char* s);
93 state_ = (s.state_ == NULL) ? NULL : CopyState(s.state_);
100 state_ = (s.state_ == NULL) ? NULL : CopyState(s.state_);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dstatus.cc11 const char* Status::CopyState(const char* state) { function in class:leveldb::Status
/external/chromium_org/ui/message_center/
H A Dnotification.cc110 void Notification::CopyState(Notification* base) { function in class:message_center::Notification
H A Dnotification_list.cc99 new_notification->CopyState(*iter);
336 notification->CopyState(*iter);
H A Dnotification.h73 void CopyState(Notification* base);

Completed in 162 milliseconds