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

  /external/webkit/Source/WebCore/css/
CSSSelectorList.cpp 117 template <typename Functor>
118 static bool forEachTagSelector(Functor& functor, CSSSelector* selector)
123 if (functor(selector))
127 if (forEachTagSelector(functor, subSelector))
136 template <typename Functor>
137 static bool forEachSelector(Functor& functor, const CSSSelectorList* selectorList)
140 if (forEachTagSelector(functor, selector))
161 SelectorNeedsNamespaceResolutionFunctor functor; local
175 SelectorHasUnknownPseudoElementFunctor functor; local
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 345 Functor *functor = (Functor *) getInt(); local
346 ALOGD("%s%s %p", (char*) indent, OP_NAMES[op], functor);
923 Functor *functor = (Functor *) getInt(); local
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 45 #include "utils/Functor.h"
354 // Call through JNI to ask Java side to update the rectangles for GL functor.
550 void setFunctor(Functor* functor) {
552 m_glDrawFunctor = functor;
555 Functor* getFunctor() {
768 Functor* m_glDrawFunctor;
779 * viewport. The pointer to the Functor will be put on a framework display list to be called
782 class GLDrawFunctor : Functor {
841 // return 1 if invalidation needed, 2 to request non-drawing functor callback, 0 otherwis
917 GLDrawFunctor* functor = (GLDrawFunctor*) wvInstance->getFunctor(); local
947 GLDrawFunctor* functor = (GLDrawFunctor*) wvInstance->getFunctor(); local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 4248 int functor = nativeCreateDrawGLFunction(mNativeClass, invScreenRect, local
7964 int functor = 0; local
    [all...]

Completed in 510 milliseconds