Searched defs:getData (Results 1 - 25 of 27) sorted by relevance

12

/external/opencore/fileformats/mp4/composer/include/
H A Dfreespaceatom.h40 Oscl_Vector<uint8, OsclMemAllocator>* getData() function in class:PVA_FF_FreeSpaceAtom
/external/opencore/fileformats/mp4/parser/include/
H A Dfreespaceatom.h50 vector<uint8>* getData() function in class:FreeSpaceAtom
/external/skia/src/animator/
H A DSkBase64.h33 char* getData() { return fData; } function in struct:SkBase64
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Copy.py8 def getData(): function
44 stream = cStringIO.StringIO(getData())
H A Dimg_Cut.py8 def getData(): function
97 stream = cStringIO.StringIO(getData())
H A Dimg_Find.py8 def getData(): function
78 stream = cStringIO.StringIO(getData())
H A Dimg_New.py8 def getData(): function
54 stream = cStringIO.StringIO(getData())
H A Dimg_Open.py8 def getData(): function
72 stream = cStringIO.StringIO(getData())
H A Dimg_Paste.py8 def getData(): function
34 stream = cStringIO.StringIO(getData())
H A Dimg_Print.py8 def getData(): function
55 stream = cStringIO.StringIO(getData())
H A Dimg_Redo.py8 def getData(): function
72 stream = cStringIO.StringIO(getData())
H A Dimg_Save.py8 def getData(): function
92 stream = cStringIO.StringIO(getData())
H A Dimg_Undo.py8 def getData(): function
74 stream = cStringIO.StringIO(getData())
H A Dimg_favicon.py8 def getData(): function
54 stream = cStringIO.StringIO(getData())
H A Dimg_splash.py8 def getData(): function
1150 stream = cStringIO.StringIO(getData())
/external/webkit/WebCore/bindings/js/
H A DJSClipboardCustom.cpp84 JSValue JSClipboard::getData(ExecState* exec, const ArgList& args) function in class:WebCore::JSClipboard
88 return throwError(exec, SyntaxError, "getData: Invalid number of arguments");
93 String result = clipboard->getData(args.at(0).toString(exec), success);
/external/webkit/WebCore/platform/android/
H A DClipboardAndroid.cpp57 String ClipboardAndroid::getData(const String&, bool& success) const function in class:WebCore::ClipboardAndroid
/external/webkit/WebCore/platform/gtk/
H A DClipboardGtk.cpp59 String ClipboardGtk::getData(const String&, bool &success) const function in class:WebCore::ClipboardGtk
/external/webkit/WebCore/platform/haiku/
H A DClipboardHaiku.cpp73 String ClipboardHaiku::getData(const String& type, bool& success) const function in class:WebCore::ClipboardHaiku
/external/webkit/WebCore/platform/wx/
H A DClipboardWx.cpp55 String ClipboardWx::getData(const String& type, bool& success) const function in class:WebCore::ClipboardWx
/external/webkit/WebCore/platform/chromium/
H A DClipboardChromium.cpp111 String ClipboardChromium::getData(const String& type, bool& success) const function in class:WebCore::ClipboardChromium
/external/webkit/WebCore/platform/graphics/win/
H A DFontCustomPlatformData.cpp100 const void* getData(void* info) function in namespace:WebCore
202 CGDataProviderDirectAccessCallbacks callbacks = { &getData, &releaseData, &getBytesWithOffset, NULL };
/external/webkit/WebCore/platform/qt/
H A DClipboardQt.cpp125 String ClipboardQt::getData(const String& type, bool& success) const function in class:WebCore::ClipboardQt
/external/webkit/WebCore/platform/win/
H A DClipboardWin.cpp492 String ClipboardWin::getData(const String& type, bool& success) const function in class:WebCore::ClipboardWin
/external/icu4c/i18n/
H A Dbmsearch.cpp628 CollData *BoyerMooreSearch::getData() function in class:BoyerMooreSearch

Completed in 92 milliseconds

12