HomeSort by relevance Sort by last modified time
    Searched defs:Sound (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundAnnotationDictionary_autogen.cpp 23 SkPdfStream* SkPdfSoundAnnotationDictionary::Sound(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
SkPdfSoundActionDictionary_autogen.cpp 23 SkPdfStream* SkPdfSoundActionDictionary::Sound(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundAnnotationDictionary_autogen.cpp 23 SkPdfStream* SkPdfSoundAnnotationDictionary::Sound(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
SkPdfSoundActionDictionary_autogen.cpp 23 SkPdfStream* SkPdfSoundActionDictionary::Sound(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Sound", "");
32 return get("Sound", "") != NULL;
  /external/chromium_org/ui/keyboard/resources/
constants.js 32 var Sound = {
103 * enable the same sound to be overlayed, for example, when a repeat key is
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 36 private FixedSizeArray<Sound> mSounds;
37 private Sound mSearchDummy;
44 mSounds = new FixedSizeArray<Sound>(MAX_SOUNDS, sSoundComparator);
45 mSearchDummy = new Sound();
62 public Sound load(int resource) {
64 Sound result = null;
66 // new sound.
69 result = new Sound();
82 synchronized public final int play(Sound sound, boolean loop, int priority)
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 306 Sound,
415 return m_pDict->GetStream("Sound");
    [all...]

Completed in 308 milliseconds