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

  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 42 , orphans(RenderStyle::initialOrphans())
78 , orphans(o.orphans)
129 && orphans == o.orphans
StyleRareInheritedData.h 74 short orphans; member in class:WebCore::StyleRareInheritedData
RenderStyle.h 640 short orphans() const { return rareInheritedData->orphans; } function in class:WebCore::RenderStyle
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 81 GCVtx** orphans; member in struct:CvStereoGCState2
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans )
126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) );
128 newOrphans[i] = orphans[i];
129 cvFree( &orphans );
130 orphans = newOrphans;
142 GCVtx** orphans = _orphans; local
242 // modify weights of the edges along the path and collect orphans
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
259 orphans[norphans++] = v
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMCSS.h 200 - (NSString *)orphans;
201 - (void)setOrphans:(NSString *)orphans;
DOMCSS.mm 867 - (NSString *)orphans
869 return [self getPropertyValue:@"orphans"];
872 - (void)setOrphans:(NSString *)orphans
874 [self setProperty:@"orphans" value:orphans priority:@""];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 103 orphans
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 177 milliseconds