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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_request_unittest.cc36 bool IsExpected(const WebCString& web_string, const char* expected) { function in namespace:__anon8055
41 bool IsExpected(const WebString& web_string, const char* expected) { function in namespace:__anon8055
42 return IsExpected(web_string.utf8(), expected);
217 EXPECT_TRUE(IsExpected(GetURL(), url));
229 EXPECT_TRUE(IsExpected(GetMethod(), "GET"));
232 EXPECT_TRUE(IsExpected(GetMethod(), "POST"));
237 EXPECT_TRUE(IsExpected(
242 EXPECT_TRUE(IsExpected(
247 EXPECT_TRUE(IsExpected(
249 EXPECT_TRUE(IsExpected(
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py414 def IsExpected(url): function in function:VersionFinder.GetAvailablePlatformArchivesFor
417 expected_archive_urls = [u for u in archive_urls if IsExpected(u)]

Completed in 82 milliseconds