Home
last modified time | relevance | path

Searched refs:hello_message (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
Dmisc_unittest.py86 hello_message = messages_node.children[1].children[0]
91 self.assertTrue(hello_message.name == 'message')
98 self.failUnless(hello_message in active)
105 self.failUnless(hello_message not in active)
112 self.failUnless(hello_message not in active)
/external/chromium_org/chrome/test/automation/
Dautomation_proxy.cc77 void OnAutomationHello(const IPC::Message& hello_message) { in OnAutomationHello() argument
79 PickleIterator iter(hello_message); in OnAutomationHello()
80 if (!hello_message.ReadString(&iter, &server_version)) { in OnAutomationHello()