Searched refs:dataSource (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/tools/perf/utils/results_viewer/src/
H A Dmain.js70 var dataSource = [];
81 dataSource.push(dataSourceLine);
84 return dataSource});
154 var dataSource = createYUIDataSource(this.dataSet_);
156 dataSource, {caption:'Results'});
/external/chromium/webkit/glue/
H A Diframe_redirect_unittest.cc42 WebDataSource* iframe_ds = iframe->dataSource();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DTypeAhead.cpp38 TypeAhead::TypeAhead(TypeAheadDataSource* dataSource) argument
39 : m_dataSource(dataSource)
/external/chromium_org/chrome/renderer/
H A Dloadtimes_extension_bindings.cc102 WebDataSource* data_source = frame->dataSource();
161 WebDataSource* data_source = frame->dataSource();
H A Dpage_load_histograms.cc96 DocumentState::FromDataSource(frame->dataSource());
101 frame->dataSource()->response().httpHeaderField(kViaHeaderName)));
304 if (frame->dataSource()->response().isMultipartPayload())
308 DocumentState::FromDataSource(frame->dataSource());
775 LogPageLoadTime(document_state, frame->dataSource());
H A Dcontent_settings_observer.cc136 frame->dataSource());
340 frame->dataSource()->response().extraData());
H A Dchrome_render_view_observer.cc752 WebDataSource* ds = main_frame->dataSource();
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier.cc126 WebKit::WebDataSource* ds = frame->dataSource();
H A Dphishing_classifier_delegate.cc155 frame->dataSource());
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1680 StopAltErrorPageFetcher(main_frame->dataSource());
1962 WebDataSource* ds = frame->dataSource();
3168 if (frame && frame->dataSource())
3169 security_info = frame->dataSource()->response().securityInfo();
3292 GURL old_url(frame->dataSource()->request().url());
3432 webview()->mainFrame()->dataSource()) {
3434 DocumentState::FromDataSource(webview()->mainFrame()->dataSource());
3469 old_frame->dataSource())->was_prefetcher()) {
3471 WebDataSource* old_frame_ds = old_frame->dataSource();
3633 frame->dataSource());
[all...]
H A Drender_frame_impl.cc309 DocumentState::FromDataSource(frame->dataSource());
337 // dataSource's NavigationState (as opposed to the provisionalDataSource's,
341 DocumentState::FromDataSource(frame->dataSource());
519 WebDataSource* top_data_source = top_frame->dataSource();
885 data_source = main_frame->dataSource();
H A Drender_view_browsertest.cc1936 const_cast<WebKit::WebURLResponse&>(frame->dataSource()->response()).
/external/chromium_org/android_webview/renderer/
H A Daw_render_view_ext.cc209 content::DocumentState::FromDataSource(frame->dataSource());
/external/chromium_org/content/child/appcache/
H A Dweb_application_cache_host_impl.cc64 WebDataSource* data_source = frame->dataSource();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h356 virtual WebDataSource* dataSource() const = 0;
/external/chromium_org/chrome/renderer/extensions/
H A Duser_script_slave.cc248 // the compose iframe's dataSource URL is about:blank, but the document URL
253 frame->provisionalDataSource() : frame->dataSource();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h155 virtual WebDataSource* dataSource() const;
H A DWebFrameImpl.cpp1002 WebDataSource* WebFrameImpl::dataSource() const function in class:WebFrameImpl
2246 return static_cast<WebDataSourceImpl*>(dataSource());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1985 m_webView->mainFrame()->dataSource()->request().url());
2001 WebDataSource* iframeDataSource = iframe->dataSource();
3281 if (frame->dataSource()->response().url() != WebURL(URLTestHelpers::toKURL("about:blank")))
3895 EXPECT_EQ(WebURLRequest::ReloadIgnoringCacheData, frame->dataSource()->request().cachePolicy());
3911 EXPECT_EQ(WebString::fromUTF8("POST"), frame->dataSource()->request().httpMethod());
3915 EXPECT_EQ(WebURLRequest::ReloadIgnoringCacheData, frame->dataSource()->request().cachePolicy());
3916 EXPECT_EQ(WebNavigationTypeFormResubmitted, frame->dataSource()->navigationType());
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.cpp471 string mimeType = m_webView->mainFrame()->dataSource()->response().mimeType().utf8();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 318 milliseconds