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

  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 92 const Link* entry1_alternate_link = local
94 ASSERT_TRUE(entry1_alternate_link);
96 entry1_alternate_link->href().spec());
97 EXPECT_EQ("text/html", entry1_alternate_link->mime_type());
191 const Link* entry1_alternate_link = local
193 ASSERT_TRUE(entry1_alternate_link);
195 entry1_alternate_link->href().spec());
196 EXPECT_EQ("text/html", entry1_alternate_link->mime_type());

Completed in 35 milliseconds