OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyState
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h
89
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/
status.cc
11
const char* Status::
CopyState
(const char* state) {
/external/chromium_org/ui/message_center/
notification.cc
113
void Notification::
CopyState
(Notification* base) {
notification_list.cc
97
new_notification->
CopyState
(*iter);
335
notification->
CopyState
(*iter);
notification.h
73
void
CopyState
(Notification* base);
Completed in 226 milliseconds