OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindStateBase
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/
callback_internal.h
23
//
BindStateBase
is used to provide an opaque handle that the Callback
29
class
BindStateBase
: public RefCountedThreadSafe<
BindStateBase
> {
31
friend class RefCountedThreadSafe<
BindStateBase
>;
32
virtual ~
BindStateBase
() {}
59
explicit CallbackBase(
BindStateBase
* bind_state);
66
scoped_refptr<
BindStateBase
> bind_state_;
callback_internal.cc
24
CallbackBase::CallbackBase(
BindStateBase
* bind_state)
callback_unittest.cc
18
typedef void(RunType)(internal::
BindStateBase
*);
19
static void Run(internal::
BindStateBase
*) {
36
: public
BindStateBase
{
44
: public
BindStateBase
{
bind_internal.h
[
all
...]
callback.h
263
//
BindStateBase
*. This is safe as long as this
BindStateBase
pointer
406
internal::
BindStateBase
*);
446
internal::
BindStateBase
*,
489
internal::
BindStateBase
*,
535
internal::
BindStateBase
*,
584
internal::
BindStateBase
*,
637
internal::
BindStateBase
*,
693
internal::
BindStateBase
*,
752
internal::
BindStateBase
*,
[
all
...]
Completed in 84 milliseconds