HomeSort by relevance Sort by last modified time
    Searched defs:ScopedTestNativeMessagingHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 37 "chrome-extension://%s/", ScopedTestNativeMessagingHost::kExtensionId));
58 const char ScopedTestNativeMessagingHost::kHostName[] =
60 const char ScopedTestNativeMessagingHost::kBinaryMissingHostName[] =
62 const char ScopedTestNativeMessagingHost::kExtensionId[] =
65 ScopedTestNativeMessagingHost::ScopedTestNativeMessagingHost() {}
67 void ScopedTestNativeMessagingHost::RegisterTestHost(bool user_level) {
69 ScopedTestNativeMessagingHost test_host;
99 ScopedTestNativeMessagingHost::~ScopedTestNativeMessagingHost() {}
    [all...]
native_messaging_test_util.h 25 class ScopedTestNativeMessagingHost {
31 ScopedTestNativeMessagingHost();
32 ~ScopedTestNativeMessagingHost();
45 DISALLOW_COPY_AND_ASSIGN(ScopedTestNativeMessagingHost);

Completed in 465 milliseconds