Searched defs:IsExpected (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_request_unittest.cc35 bool IsExpected(const WebCString& web_string, const char* expected) { function in namespace:__anon7803
40 bool IsExpected(const WebString& web_string, const char* expected) { function in namespace:__anon7803
41 return IsExpected(web_string.utf8(), expected);
210 EXPECT_TRUE(IsExpected(GetURL(), url));
222 EXPECT_TRUE(IsExpected(GetMethod(), "GET"));
224 EXPECT_TRUE(IsExpected(GetMethod(), "POST"));
229 EXPECT_TRUE(IsExpected(GetHeaderValue("foo"), ""));
232 EXPECT_TRUE(IsExpected(GetHeaderValue("foo"), "bar"));
236 EXPECT_TRUE(IsExpected(GetHeaderValue("foo"), "bar"));
237 EXPECT_TRUE(IsExpected(GetHeaderValu
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py438 def IsExpected(url): function in function:VersionFinder.GetAvailablePlatformArchivesFor
441 expected_archive_urls = [u for u in archive_urls if IsExpected(u)]

Completed in 163 milliseconds