OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteTextMessage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/mojo/public/tests/
test_support.h
26
bool
WriteTextMessage
(MessagePipeHandle handle, const std::string& text);
bindings_handle_passing_unittest.cc
42
EXPECT_TRUE(
WriteTextMessage
(pipe1_.get(), text2));
71
EXPECT_TRUE(
WriteTextMessage
(pipe1_.get(), kText1));
76
EXPECT_TRUE(
WriteTextMessage
(pipe3_.get(), kText2));
test_support.cc
20
bool
WriteTextMessage
(MessagePipeHandle handle, const std::string& text) {
Completed in 56 milliseconds