OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasAssociatedInterfaces
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/mojo/public/cpp/bindings/
binding.h
113
bool
HasAssociatedInterfaces
() const {
114
return internal_state_.
HasAssociatedInterfaces
();
126
CHECK(!
HasAssociatedInterfaces
());
167
CHECK(!
HasAssociatedInterfaces
());
interface_ptr.h
144
bool
HasAssociatedInterfaces
() const {
145
return internal_state_.
HasAssociatedInterfaces
();
185
CHECK(!
HasAssociatedInterfaces
());
/external/libchrome/mojo/public/cpp/bindings/lib/
binding_state.cc
21
bool BindingStateBase::
HasAssociatedInterfaces
() const {
binding_state.h
43
bool
HasAssociatedInterfaces
() const;
interface_ptr_state.h
53
bool
HasAssociatedInterfaces
() const {
/external/libchrome/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc
588
EXPECT_FALSE(connection.binding()->
HasAssociatedInterfaces
());
601
EXPECT_TRUE(connection.binding()->
HasAssociatedInterfaces
());
[
all
...]
Completed in 5105 milliseconds