Home | History | Annotate | Download | only in clipboard

Lines Matching refs:url_result

122   std::string url("http://www.example.com/"), url_result;
133 clipboard().ReadHTML(CLIPBOARD_TYPE_COPY_PASTE, &markup_result, &url_result,
139 EXPECT_EQ(url, url_result);
167 std::string url("http://www.example.com/"), url_result;
197 &url_result,
207 std::string url, url_result;
219 clipboard().ReadHTML(CLIPBOARD_TYPE_COPY_PASTE, &markup_result, &url_result,
225 EXPECT_EQ(url, url_result);
233 std::string url, url_result;
244 clipboard().ReadHTML(CLIPBOARD_TYPE_COPY_PASTE, &markup_result, &url_result,
247 EXPECT_EQ(url, url_result);
258 std::string url("http://www.example.com/"), url_result;
267 clipboard().ReadBookmark(&title_result, &url_result);
269 EXPECT_EQ(url, url_result);
276 std::string url("http://www.example.com/"), url_result;
292 clipboard().ReadHTML(CLIPBOARD_TYPE_COPY_PASTE, &markup_result, &url_result,
298 EXPECT_EQ(url, url_result);
618 std::string url_result;
628 clipboard().ReadHTML(CLIPBOARD_TYPE_COPY_PASTE, &html_result, &url_result,