OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kbrokerunsandboxed
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/tests/
test_broker.cc
33
const char
kBrokerUnsandboxed
[] = "Broker is Unsandboxed!";
35
// needs to be longer than |
kBrokerUnsandboxed
| because the plugin is expecting
36
// |
kBrokerUnsandboxed
|. If it's shorter and the broker doesn't close its handle
37
// properly the plugin will hang waiting for all data of |
kBrokerUnsandboxed
| to
186
if (!WriteMessage(file, sizeof(
kBrokerUnsandboxed
),
kBrokerUnsandboxed
)) {
298
ASSERT_TRUE(VerifyMessage(file, sizeof(
kBrokerUnsandboxed
),
299
kBrokerUnsandboxed
));
Completed in 32 milliseconds