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

  /external/webkit/Source/WebCore/svg/properties/
SVGTransformListPropertyTearOff.h 57 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); local
58 ASSERT(values.size() == wrappers.size());
66 wrappers.append(wrapper);
68 ASSERT(values.size() == wrappers.size());
SVGAnimatedListPropertyTearOff.h 83 ListWrapperCache& wrappers() { return m_wrappers; } function in class:WebCore::SVGAnimatedListPropertyTearOff
SVGListProperty.h 118 ListWrapperCache& wrappers = animatedList->wrappers(); local
121 ASSERT(values.size() == wrappers.size());
131 wrappers.append(newItem);
164 ListWrapperCache& wrappers = animatedList->wrappers();
168 ASSERT(values.size() == wrappers.size());
169 RefPtr<ListItemTearOff> wrapper = wrappers.at(index);
175 wrappers.at(index) = wrapper;
215 ListWrapperCache& wrappers = animatedList->wrappers() local
287 ListWrapperCache& wrappers = animatedList->wrappers(); local
393 ListWrapperCache& wrappers = animatedList->wrappers(); local
    [all...]
SVGListPropertyTearOff.h 48 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); local
51 unsigned size = wrappers.size();
54 RefPtr<ListItemTearOff>& item = wrappers.at(i);
59 wrappers.remove(i);
122 ListWrapperCache& wrappers = m_animatedProperty->wrappers(); local
124 // Update existing wrappers, as the index in the values list has changed.
125 unsigned size = wrappers.size();
128 RefPtr<ListItemTearOff>& item = wrappers.at(i)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-aix5.c 55 #include "priv_syswrap-aix5.h" /* for decls of aix5-common wrappers */
326 PRE/POST wrappers for ppc32/AIX5-specific syscalls
334 /* Add prototypes for the wrappers declared here, so that gcc doesn't
336 the right thing to do is to make these wrappers 'static' since they
726 SyscallTableEntry wrappers; member in struct:__anon12551
    [all...]
syswrap-ppc64-aix5.c 55 #include "priv_syswrap-aix5.h" /* for decls of aix5-common wrappers */
326 PRE/POST wrappers for ppc64/AIX5-specific syscalls
334 /* Add prototypes for the wrappers declared here, so that gcc doesn't
336 the right thing to do is to make these wrappers 'static' since they
636 SyscallTableEntry wrappers; member in struct:__anon12552
790 return &aix5_ppc64_syscall_table[i].wrappers;
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 59 milliseconds