HomeSort by relevance Sort by last modified time
    Searched defs:SendResource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/search/
iframe_source.cc 74 void IframeSource::SendResource(
iframe_source_unittest.cc 35 using IframeSource::SendResource;
116 void SendResource(int resource_id) {
117 source()->SendResource(resource_id, callback_);
189 TEST_F(IframeSourceTest, SendResource) {
190 SendResource(IDR_MOST_VISITED_TITLE_HTML);

Completed in 102 milliseconds