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

  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DatabaseIdentifierTest.cpp 207 String expectedProtocol;
230 EXPECT_EQ(validCases[i].expectedProtocol, origin->protocol()) << "test case " << i;
KURLTest.cpp 198 const char* expectedProtocol;
233 EXPECT_STREQ(cases[i].expectedProtocol, kurl.string().utf8().data());

Completed in 206 milliseconds