OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:created_session_description
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h
105
webrtc::SessionDescriptionInterface*
created_session_description
() const {
function in class:content::MockPeerConnectionImpl
rtc_peer_connection_handler_unittest.cc
322
EXPECT_FALSE(mock_peer_connection_->
created_session_description
() != NULL);
324
EXPECT_TRUE(mock_peer_connection_->
created_session_description
() != NULL);
334
EXPECT_FALSE(mock_peer_connection_->
created_session_description
() != NULL);
336
EXPECT_TRUE(mock_peer_connection_->
created_session_description
() != NULL);
[
all
...]
Completed in 97 milliseconds