Searched defs:SendResource (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Diframe_source.cc73 void IframeSource::SendResource( function in class:IframeSource
H A Dcontextual_search_promo_source_android.cc78 SendResource(IDR_CONTEXTUAL_SEARCH_PROMO_CSS, callback);
80 SendResource(IDR_CONTEXTUAL_SEARCH_PROMO_JS, callback);
84 SendResource(IDR_ROBOTO_WOFF, callback);
86 SendResource(IDR_ROBOTO_WOFF2, callback);
117 void ContextualSearchPromoSourceAndroid::SendResource( function in class:ContextualSearchPromoSourceAndroid
H A Diframe_source_unittest.cc37 using IframeSource::SendResource;
120 void SendResource(int resource_id) { function in class:IframeSourceTest
121 source()->SendResource(resource_id, callback_);
193 TEST_F(IframeSourceTest, SendResource) {
194 SendResource(IDR_MOST_VISITED_TITLE_HTML);

Completed in 63 milliseconds