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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareInheritedData.cpp 62 , orphans(RenderStyle::initialOrphans())
118 , orphans(o.orphans)
182 && orphans == o.orphans
StyleRareInheritedData.h 99 short orphans; member in class:WebCore::StyleRareInheritedData
RenderStyle.h 731 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/chromium_org/ui/gfx/geometry/
r_tree_unittest.cc 545 RTreeNodes orphans; local
549 test_parent->RemoveChild(test_parent->child(1), &orphans));
550 EXPECT_EQ(0U, orphans.size());
557 test_parent->RemoveChild(test_parent->child(1), &orphans));
558 EXPECT_EQ(0U, orphans.size());
565 test_parent->RemoveChild(test_parent->child(0), &orphans));
566 EXPECT_EQ(0U, orphans.size());
602 // Now remove all of the level 0 nodes so we get the record nodes as orphans.
603 RTreeNodes orphans; local
605 level_1_children[i / 2]->RemoveChild(level_0_children[i], &orphans);
    [all...]
r_tree_base.cc 131 NodeBase* child_node, Nodes* orphans) {
136 orphans->push_back(orphan.release());
606 Nodes orphans; local
607 scoped_ptr<NodeBase> removed_node(parent->RemoveChild(node, &orphans));
622 parent->RemoveChild(child, &orphans);
633 while (!orphans.empty()) {
634 Nodes::iterator last_element = orphans.end() - 1;
636 orphans.weak_erase(last_element);
r_tree_base.h 144 scoped_ptr<NodeBase> RemoveChild(NodeBase* child_node, Nodes* orphans);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 182 return a.orphans() == b.orphans();
CSSAnimatableValueFactory.cpp 381 return createFromDouble(style.orphans());
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 254 are orphans and cannot be reached simply by clicking through the server.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 1117 int orphans = style()->hasAutoOrphans() ? style()->initialOrphans() : style()->orphans(); local
    [all...]
RenderBlock.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2394 Orphans orphans; local
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 409 * @param table the table whose orphans are to be removed
767 final Cursor orphans = db.rawQuery(ORPHAN_BODY_MESSAGE_ID_SELECT, null); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1260 orphans: 4;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css 1324 orphans: 4;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-1.6.2.min.js     [all...]
  /external/chromium_org/third_party/flot/
jquery.min.js     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css 1359 orphans: 4;
    [all...]

Completed in 894 milliseconds

1 2