HomeSort by relevance Sort by last modified time
    Searched refs:CallbackInfo (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/html/
ImageResizerThread.h 45 static bool start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo*, AsyncImageResizer::OutputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption, AsyncImageResizer::OrientationOption);
49 ImageResizerThread(AsyncImageResizer::CallbackInfo*, AsyncImageResizer::OutputType, IntSize desiredBounds, float quality, AsyncImageResizer::AspectRatioOption, AsyncImageResizer::OrientationOption);
57 AsyncImageResizer::CallbackInfo* m_callbackInfo;
ImageResizerThread.cpp 45 AsyncImageResizer::CallbackInfo* callbackInfo = static_cast<AsyncImageResizer::CallbackInfo*>(callbackInformation);
46 if (!callbackInfo->blob)
47 callbackInfo->asyncImageResizer->resizeError();
49 callbackInfo->asyncImageResizer->resizeComplete(callbackInfo->blob);
50 delete callbackInfo;
53 bool ImageResizerThread::start(PassRefPtr<SharedBuffer> imageData, AsyncImageResizer::CallbackInfo* callbackInfo, AsyncImageResizer::OutputType outputType, IntSize desiredBounds, float quality, AsyncImageResizer (…)
    [all...]
AsyncImageResizer.cpp 70 CallbackInfo* callbackInfo = new CallbackInfo(this);
71 if (!ImageResizerThread::start(imageData, callbackInfo, m_outputType, m_desiredBounds, m_quality, m_aspectRatioOption, m_orientationOption))
AsyncImageResizer.h 54 struct CallbackInfo {
55 CallbackInfo(PassRefPtr<AsyncImageResizer> asyncImageResizer)
  /frameworks/base/media/java/android/media/
MediaRouter.java 63 final CopyOnWriteArrayList<CallbackInfo> mCallbacks =
64 new CopyOnWriteArrayList<CallbackInfo>();
232 CallbackInfo cbi = mCallbacks.get(i);
445 CallbackInfo info;
452 info = new CallbackInfo(cb, types, flags, this);
468 CallbackInfo info = sStatic.mCallbacks.remove(index);
480 final CallbackInfo info = sStatic.mCallbacks.get(i);
781 for (CallbackInfo cbi : sStatic.mCallbacks) {
789 for (CallbackInfo cbi : sStatic.mCallbacks) {
797 for (CallbackInfo cbi : sStatic.mCallbacks)
    [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 299 struct CallbackInfo {
340 static std::vector<CallbackInfo> callback_list;
342 CallbackInfo c = {entry, callback, result};
346 CallbackInfo& c = callback_list[i];
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1229 milliseconds