HomeSort by relevance Sort by last modified time
    Searched refs:dataSource (Results 76 - 94 of 94) sorted by null

1 2 34

  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 25 #include <media/stagefright/DataSource.h>
95 DataSource::RegisterDefaultSniffers();
802 // In order to avoid jumps in the DataSource offset caused by
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 77 return loader ? static_cast<WebDocumentLoader*>(loader)->dataSource() : 0;
670 COMPtr<WebDataSource> dataSource(AdoptCOM, WebDataSource::createInstance(loader.get()));
672 loader->setDataSource(dataSource.get());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 533 WebDataSource *dataSource;
629 [dataSource release];
654 [dataSource release];
664 dataSource = nil;
698 return _private->dataSource;
703 return [_private->dataSource _webView];
708 return [[_private->dataSource webFrame] frameView];
    [all...]
WebFrame.mm 484 static inline WebDataSource *dataSource(DocumentLoader* loader)
486 return loader ? static_cast<WebDocumentLoaderMac*>(loader)->dataSource() : nil;
491 return dataSource(_private->coreFrame->loader()->documentLoader());
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 648 return loader ? static_cast<WebDocumentLoader*>(loader)->dataSource() : 0;
651 HRESULT STDMETHODCALLTYPE WebFrame::dataSource(
    [all...]
WebFrame.h 133 virtual HRESULT STDMETHODCALLTYPE dataSource(
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 28 #include <media/stagefright/DataSource.h>
368 AVIExtractor::AVIExtractor(const sp<DataSource> &dataSource)
369 : mDataSource(dataSource) {
    [all...]
MPEG4Extractor.cpp 34 #include <media/stagefright/DataSource.h>
47 // Caller retains ownership of both "dataSource" and "sampleTable".
49 const sp<DataSource> &dataSource,
68 sp<DataSource> mDataSource;
94 // all remaining requests to the wrapped datasource.
99 struct MPEG4DataSource : public DataSource {
100 MPEG4DataSource(const sp<DataSource> &source);
115 sp<DataSource> mSource;
126 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 514 const WebDataSource* ds = dataSource();
1018 WebDataSource* WebFrameImpl::dataSource() const
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 162 return loader ? static_cast<WebKit::DocumentLoader*>(loader)->dataSource() : 0;
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp 464 string mimeType = frame->dataSource()->response().mimeType().utf8();
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm     [all...]
LayoutTestControllerMac.mm 348 NSURL *nsurl = [NSURL URLWithString:urlNS relativeToURL:[[[mainFrame dataSource] response] URL]];
650 id rep = [[mainFrame dataSource] representation];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 798 - (WebDataSource *)dataSource
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 742 DocumentLoader* documentLoader = [[m_pluginView dataSource] _documentLoader];
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1132 milliseconds

1 2 34