Searched defs:setDataSource (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDataGridElementCustom.cpp48 void JSHTMLDataGridElement::setDataSource(ExecState*, JSValue value) function in class:WebCore::JSHTMLDataGridElement
51 static_cast<HTMLDataGridElement*>(impl())->setDataSource(0);
55 static_cast<HTMLDataGridElement*>(impl())->setDataSource(JSDataGridDataSource::create(value, impl()->document()->frame()));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDocumentLoaderGtk.cpp48 void DocumentLoader::setDataSource(WebKitWebDataSource* dataSource) function in class:WebKit::DocumentLoader
73 setDataSource(dataSource.get());
/external/webkit/Source/WebKit/win/
H A DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) function in class:WebDocumentLoader
83 setDataSource(m_detachedDataSource);
H A DWebHTMLRepresentation.cpp224 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::setDataSource( function in class:WebHTMLRepresentation
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridElement.cpp45 setDataSource(DOMDataGridDataSource::create());
93 void HTMLDataGridElement::setDataSource(PassRefPtr<DataGridDataSource> ds) function in class:WebCore::HTMLDataGridElement
/external/webkit/Source/WebCore/inspector/front-end/
H A DDetailedHeapshotView.js45 setDataSource: function(snapshotView, snapshot)
137 setDataSource: function(snapshotView, snapshot)
189 setDataSource: function(snapshotView, snapshot)
253 setDataSource: function(snapshotView, snapshot)
293 setDataSource: function(snapshotView, snapshot, nodeIndex, prefix)
495 this.dataGrid.setDataSource(this, this.profileWrapper);
783 this.retainmentDataGrid.setDataSource(this, nodeItem.isDeletedNode ? nodeItem.dataGrid.baseSnapshot : nodeItem.dataGrid.snapshot, nodeItem.snapshotNodeIndex, nodeItem.isDeletedNode ? this.baseSelectElement.childNodes[this.baseSelectElement.selectedIndex].label + " | " : "");
803 this.dataGrid.setDataSource(this, this.profileWrapper);
814 this.dataGrid.setDataSource(this, this.profileWrapper);

Completed in 233 milliseconds