HomeSort by relevance Sort by last modified time
    Searched refs:dataSource (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate.cc 155 frame->dataSource());
  /external/chromium_org/extensions/renderer/
script_context.cc 158 // the compose iframe's dataSource URL is about:blank, but the document URL
164 : frame->dataSource();
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 379 virtual WebDataSource* dataSource() const = 0;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 37 #include <media/stagefright/DataSource.h>
956 DataSource::RegisterDefaultSniffers();
966 sp<DataSource> dataSource =
967 DataSource::CreateFromURI(NULL /* httpService */, filename);
969 if (strncasecmp(filename, "sine:", 5) && dataSource == NULL) {
985 mediaSource = new JPEGSource(dataSource);
1001 sp<MediaExtractor> extractor = MediaExtractor::Create(dataSource);
    [all...]
sf2.cpp 35 #include <media/stagefright/DataSource.h>
117 sp<DataSource> dataSource =
118 DataSource::CreateFromURI(
122 MediaExtractor::Create(dataSource);
624 DataSource::RegisterDefaultSniffers();
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotView.js 815 var dataSource = nodeItem && nodeItem.retainersDataSource();
816 if (dataSource) {
817 this._retainmentDataGrid.setDataSource(dataSource.snapshot, dataSource.snapshotNodeIndex);
819 this._allocationStackView.setAllocatedObject(dataSource.snapshot, dataSource.snapshotNodeIndex)
    [all...]
  /external/chromium_org/chrome/renderer/
content_settings_observer.cc 236 frame->dataSource());
675 frame->dataSource()->response().extraData());
chrome_render_view_observer.cc 400 WebDataSource* ds = main_frame->dataSource();
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 300 DCHECK(!EqualsASCII(web_frame->dataSource()->request().httpMethod(), "POST"));
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 146 virtual WebDataSource* dataSource() const OVERRIDE;
264 // Getters for the impls corresponding to Get(Provisional)DataSource. They
WebRemoteFrameImpl.h 93 virtual WebDataSource* dataSource() const OVERRIDE;
WebRemoteFrameImpl.cpp 406 WebDataSource* WebRemoteFrameImpl::dataSource() const
WebLocalFrameImpl.cpp 923 WebDataSource* WebLocalFrameImpl::dataSource() const
    [all...]
  /external/chromium_org/content/renderer/
render_view_browsertest.cc     [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /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 50 // Caller retains ownership of both "dataSource" and "sampleTable".
53 const sp<DataSource> &dataSource,
77 sp<DataSource> mDataSource;
164 // all remaining requests to the wrapped datasource.
169 struct MPEG4DataSource : public DataSource {
170 MPEG4DataSource(const sp<DataSource> &source);
185 sp<DataSource> mSource;
196 MPEG4DataSource::MPEG4DataSource(const sp<DataSource> &source)
353 MPEG4Extractor::MPEG4Extractor(const sp<DataSource> &source
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
AdapterHelperTest.java 1000 TestAdapter dataSource) {
1005 mItems.add(op.positionStart + i, dataSource.consumeNextAdded());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 28 #include <media/stagefright/DataSource.h>
61 DataSource::RegisterDefaultSniffers();
236 void NuPlayer::GenericSource::checkDrmStatus(const sp<DataSource>& dataSource) {
237 dataSource->getDrmInfo(mDecryptHandle, &mDrmManagerClient);
296 mHttpSource = DataSource::CreateMediaHTTP(mHTTPService);
304 mDataSource = DataSource::CreateFromURI(
321 if (mDataSource->flags() & DataSource::kIsCachingDataSource) {
403 // could block on the datasource for a significant amount of time.
503 if (mDataSource->flags() & DataSource::kIsCachingDataSource)
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 568 milliseconds

12 3