OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MasterSM
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/dump_cache/
upgrade.cc
212
class
MasterSM
: public BaseSM {
214
MasterSM
(const std::wstring& path, HANDLE channel, bool dump_to_disk)
217
create_callback_(this, &
MasterSM
::DoCreateEntryComplete)),
219
write_callback_(this, &
MasterSM
::DoReadDataComplete)) {
221
virtual ~
MasterSM
() {
269
net::CompletionCallbackImpl<
MasterSM
> create_callback_;
270
net::CompletionCallbackImpl<
MasterSM
> write_callback_;
273
void
MasterSM
::OnIOCompleted(MessageLoopForIO::IOContext* context,
318
bool
MasterSM
::DoInit() {
355
void
MasterSM
::SendGetPrevEntry()
[
all
...]
/external/chromium_org/net/tools/dump_cache/
upgrade_win.cc
216
class
MasterSM
: public BaseSM {
218
MasterSM
(const base::FilePath& path, HANDLE channel)
222
virtual ~
MasterSM
() {
272
void
MasterSM
::OnIOCompleted(base::MessageLoopForIO::IOContext* context,
318
bool
MasterSM
::DoInit() {
349
void
MasterSM
::SendGetPrevEntry() {
358
void
MasterSM
::DoGetEntry() {
377
void
MasterSM
::DoGetKey(int bytes_read) {
395
base::Bind(&
MasterSM
::DoCreateEntryComplete, base::Unretained(this)));
401
void
MasterSM
::DoCreateEntryComplete(int result)
[
all
...]
Completed in 1148 milliseconds