Home
last modified time | relevance | path

Searched refs:setDataSource (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DJSHTMLDataGridElementCustom.cpp48 void JSHTMLDataGridElement::setDataSource(ExecState*, JSValue value) in setDataSource() function in WebCore::JSHTMLDataGridElement
51 static_cast<HTMLDataGridElement*>(impl())->setDataSource(0); in setDataSource()
55 …static_cast<HTMLDataGridElement*>(impl())->setDataSource(JSDataGridDataSource::create(value, impl(… in setDataSource()
/external/webkit/Source/WebKit/win/
DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) in setDataSource() function in WebDocumentLoader
83 setDataSource(m_detachedDataSource); in attachToFrame()
DWebDocumentLoader.h38 void setDataSource(WebDataSource*);
DWebHTMLRepresentation.h108 virtual HRESULT STDMETHODCALLTYPE setDataSource(
DWebHTMLRepresentation.cpp224 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::setDataSource( in setDataSource() function in WebHTMLRepresentation
/external/webkit/Source/WebKit/mac/WebView/
DWebDocument.h45 - (void)setDataSource:(WebDataSource *)dataSource;
165 - (void)setDataSource:(WebDataSource *)dataSource;
DWebDocumentLoaderMac.h47 void setDataSource(WebDataSource *, WebView*);
DWebDocumentLoaderMac.mm65 void WebDocumentLoaderMac::setDataSource(WebDataSource *dataSource, WebView *webView) function
DWebPDFRepresentation.mm73 - (void)setDataSource:(WebDataSource *)dataSource
DWebHTMLRepresentation.mm157 - (void)setDataSource:(WebDataSource *)dataSource
DWebTextCompletionController.mm102 [_tableView setDataSource:self];
DWebDataSource.mm369 [_private->representation setDataSource:self];
/external/webkit/Source/WebCore/html/
DHTMLDataGridElement.cpp45 setDataSource(DOMDataGridDataSource::create()); in HTMLDataGridElement()
93 void HTMLDataGridElement::setDataSource(PassRefPtr<DataGridDataSource> ds) in setDataSource() function in WebCore::HTMLDataGridElement
DHTMLDataGridElement.h51 void setDataSource(PassRefPtr<DataGridDataSource>);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDocumentLoaderGtk.cpp48 void DocumentLoader::setDataSource(WebKitWebDataSource* dataSource) in setDataSource() function in WebKit::DocumentLoader
73 setDataSource(dataSource.get()); in attachToFrame()
DDocumentLoaderGtk.h51 void setDataSource(WebKitWebDataSource*);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDocument.idl51 @method setDataSource:
54 - (void)setDataSource:(WebDataSource *)dataSource;
56 HRESULT setDataSource([in] IWebDataSource* dataSource);
191 @method setDataSource:
194 - (void)setDataSource:(WebDataSource *)dataSource;
196 HRESULT setDataSource([in] IWebDataSource* dataSource);
/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
495 this.dataGrid.setDataSource(this, this.profileWrapper);
783 …this.retainmentDataGrid.setDataSource(this, nodeItem.isDeletedNode ? nodeItem.dataGrid.baseSnapsho…
803 this.dataGrid.setDataSource(this, this.profileWrapper);
814 this.dataGrid.setDataSource(this, this.profileWrapper);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLDataGridElementCustom.cpp64 imp->setDataSource(dataSource.get()); in ACCESSOR_SETTER()
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.h55 - (void)setDataSource:(WebDataSource *)dataSource;
/external/chromium/chrome/browser/ui/cocoa/
Dtab_view_picker_table.mm30 [self setDataSource:self];
38 [self setDataSource:self];
Dhung_renderer_controller.mm47 [tableView_ setDataSource:self];
54 [tableView_ setDataSource:nil];
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
DAndroidAudioRenderer.java390 mp.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(), in playSource()
/external/webkit/Source/WebKit/mac/
DWebKit.order185 -[WebHTMLView setDataSource:]
186 -[WebPluginController setDataSource:]
500 -[WebHTMLRepresentation setDataSource:]
1667 -[WebPDFRepresentation setDataSource:]
1678 -[WebPDFView setDataSource:]
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebFrameLoaderClient.mm1177 loader->setDataSource(dataSource, getWebView(m_webFrame.get()));
1218 [cachedView setDataSource:dataSource(cachedFrame->documentLoader())];
1238 [[m_webFrame->_private->webFrameView documentView] setDataSource:dataSource];
1282 // Call setDataSource on the document view after it has been placed in the view hierarchy.
1284 [documentView setDataSource:dataSource];

12