Searched refs:setDataSource (Results 1 - 25 of 28) sorted by relevance

12

/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/win/
H A DWebDocumentLoader.cpp57 void WebDocumentLoader::setDataSource(WebDataSource *dataSource) function in class:WebDocumentLoader
83 setDataSource(m_detachedDataSource);
H A DWebDocumentLoader.h38 void setDataSource(WebDataSource*);
H A DWebHTMLRepresentation.h108 virtual HRESULT STDMETHODCALLTYPE setDataSource(
H A DWebHTMLRepresentation.cpp224 HRESULT STDMETHODCALLTYPE WebHTMLRepresentation::setDataSource( function in class:WebHTMLRepresentation
/external/webkit/Source/WebCore/html/
H A DHTMLDataGridElement.h51 void setDataSource(PassRefPtr<DataGridDataSource>);
H A DHTMLDataGridElement.cpp45 setDataSource(DOMDataGridDataSource::create());
93 void HTMLDataGridElement::setDataSource(PassRefPtr<DataGridDataSource> ds) function in class:WebCore::HTMLDataGridElement
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDocument.h41 @method setDataSource:
45 - (void)setDataSource:(WebDataSource *)dataSource;
161 @method setDataSource:
165 - (void)setDataSource:(WebDataSource *)dataSource;
H A DWebDocumentLoaderMac.h47 void setDataSource(WebDataSource *, WebView*);
H A DWebDocumentLoaderMac.mm65 void WebDocumentLoaderMac::setDataSource(WebDataSource *dataSource, WebView *webView)
H A DWebPDFRepresentation.mm73 - (void)setDataSource:(WebDataSource *)dataSource
H A DWebDataSource.mm369 [_private->representation setDataSource:self];
H A DWebHTMLRepresentation.mm157 - (void)setDataSource:(WebDataSource *)dataSource
H A DWebTextCompletionController.mm102 [_tableView setDataSource:self];
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDocumentLoaderGtk.cpp48 void DocumentLoader::setDataSource(WebKitWebDataSource* dataSource) function in class:WebKit::DocumentLoader
73 setDataSource(dataSource.get());
H A DDocumentLoaderGtk.h51 void setDataSource(WebKitWebDataSource*);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLDataGridElementCustom.cpp64 imp->setDataSource(dataSource.get());
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginController.h55 - (void)setDataSource:(WebDataSource *)dataSource;
H A DWebPluginController.mm132 - (void)setDataSource:(WebDataSource *)dataSource
/external/webkit/Source/WebKit/win/Interfaces/
H A 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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java44 mp.setDataSource(context, uri);
56 public void setDataSource(Context context, Uri uri) { method in class:ShadowMediaPlayer
/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);
/external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
H A DAndroidAudioRenderer.java390 mp.setDataSource(afd.getFileDescriptor(), afd.getStartOffset(),
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A 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];
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp672 loader->setDataSource(dataSource.get());

Completed in 1187 milliseconds

12