HomeSort by relevance Sort by last modified time
    Searched refs:SetSource (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium_org/extensions/browser/api/web_request/
form_data_parser.h 60 // succesfully called the SetSource method.
64 // expected to be associated with one source, so generally, SetSource should
67 // to call SetSource multiple times to add all chunks of a single source. The
69 // until |this| dies or |this->SetSource()| is called again, whichever comes
71 virtual bool SetSource(base::StringPiece source) = 0;
form_data_parser.cc 87 virtual bool SetSource(base::StringPiece source) OVERRIDE;
186 // This parser supports sources split into multiple chunks. Therefore SetSource
198 virtual bool SetSource(base::StringPiece source) OVERRIDE;
392 bool FormDataParserUrlEncoded::SetSource(base::StringPiece source) {
527 bool FormDataParserMultipart::SetSource(base::StringPiece source) {
form_data_parser_unittest.cc 39 if (!parser->SetSource(*(bytes[block])))
60 if (!parser->SetSource(*(bytes[block])))
upload_data_presenter.cc 118 if (!parser_->SetSource(base::StringPiece(bytes_reader->bytes(),
  /external/chromium_org/content/browser/
safe_util_win.cc 81 // Note: SetSource looks like it needs to be called, even if empty.
84 hr = attachment_services->SetSource(base::UTF8ToWide(source_url).c_str());
  /art/compiler/optimizing/
parallel_move_resolver.cc 138 moves_.Get(i)->SetSource(destination);
140 moves_.Get(i)->SetSource(source);
nodes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 93 void SetSource(CGenLexSource *pSrc);
oaidl.h     [all...]
  /external/chromium_org/win8/metro_driver/
print_handler.cc 305 hr = args->SetSource(print_source.Get());
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayerTest.cpp 62 player->setSource(makeAnimation().get());
442 player->setSource(0);
520 player->setSource(Animation::create(0, nullptr, timing).get());
555 player->setSource(0);
634 TEST_F(AnimationAnimationPlayerTest, SetSource)
640 player->setSource(source1.get());
644 player->setSource(source2.get());
654 player->setSource(makeAnimation(10).get());
664 player->setSource(makeAnimation(60).get());
687 player->setSource(animationNode)
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 865 SLresult (*SetSource) (
    [all...]

Completed in 858 milliseconds

1 2 3 4