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

  /external/webkit/Source/WebCore/rendering/style/
StyleRareInheritedData.cpp 53 , orphans(RenderStyle::initialOrphans())
101 , orphans(o.orphans)
152 && orphans == o.orphans
StyleRareInheritedData.h 85 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/webkit/Source/WebCore/css/
CSSPropertyNames.in 103 orphans
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
jquery-1.6.2.min.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 486 milliseconds