Searched refs:open_with_links (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/google_apis/
H A Ddrive_api_parser_unittest.cc300 ASSERT_EQ(1U, file1.open_with_links().size());
301 EXPECT_EQ("1234567890", file1.open_with_links()[0].app_id);
303 file1.open_with_links()[0].open_url);
331 EXPECT_EQ(0U, file2.open_with_links().size());
343 EXPECT_EQ(0U, file3.open_with_links().size());
H A Ddrive_api_parser.h551 const std::vector<OpenWithLink>& open_with_links() const { function in class:google_apis::FileResource
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_service.cc249 const std::vector<FileResource::OpenWithLink>& open_with_links = local
250 value->open_with_links();
251 for (size_t i = 0; i < open_with_links.size(); ++i) {
252 if (open_with_links[i].app_id == app_id) {
253 callback.Run(HTTP_SUCCESS, open_with_links[i].open_url);

Completed in 212 milliseconds