Home
last modified time | relevance | path

Searched defs:setDataSource (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSHTMLDataGridElementCustom.cpp48 void JSHTMLDataGridElement::setDataSource(ExecState*, JSValue value) in setDataSource() function in WebCore::JSHTMLDataGridElement
/external/webkit/Source/WebKit/win/
DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource() function in WebDocumentLoader
DWebHTMLRepresentation.cpp224 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::setDataSource( in setDataSource() function in WebHTMLRepresentation
/external/webkit/Source/WebKit/mac/WebView/
DWebDocumentLoaderMac.mm65 void WebDocumentLoaderMac::setDataSource(WebDataSource *dataSource, WebView *webView) function
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDocumentLoaderGtk.cpp48 void DocumentLoader::setDataSource(WebKitWebDataSource* dataSource) in setDataSource() function in WebKit::DocumentLoader
/external/webkit/Source/WebCore/html/
DHTMLDataGridElement.cpp93 void HTMLDataGridElement::setDataSource(PassRefPtr<DataGridDataSource> ds) in setDataSource() function in WebCore::HTMLDataGridElement
/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js45 setDataSource: function(snapshotView, snapshot) method in WebInspector.HeapSnapshotContainmentDataGrid
137 setDataSource: function(snapshotView, snapshot) method in WebInspector.HeapSnapshotConstructorsDataGrid
189 setDataSource: function(snapshotView, snapshot) method in WebInspector.HeapSnapshotDiffDataGrid
253 setDataSource: function(snapshotView, snapshot) method in WebInspector.HeapSnapshotDominatorsDataGrid
293 setDataSource: function(snapshotView, snapshot, nodeIndex, prefix) method in WebInspector.HeapSnapshotRetainingPathsList
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowMediaPlayer.java56 public void setDataSource(Context context, Uri uri) { in setDataSource() method in ShadowMediaPlayer