OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_state_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/common/
handle_watcher.h
60
scoped_ptr<StartState>
start_state_
;
member in class:mojo::common::HandleWatcher
handle_watcher.cc
277
start_state_
.reset(new StartState(this));
278
start_state_
->callback = callback;
279
start_state_
->watcher_id =
285
start_state_
->weak_factory.GetWeakPtr()));
289
if (!
start_state_
.get())
292
scoped_ptr<StartState> old_state(
start_state_
.Pass());
297
DCHECK(
start_state_
.get());
298
scoped_ptr<StartState> old_state(
start_state_
.Pass());
Completed in 23 milliseconds