Searched refs:isPlaced (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DLabel.java59 public boolean isPlaced() { method in class:Label
H A DMethodImplementationBuilder.java73 if (label.isPlaced()) {
H A DMethodLocation.java157 if (label.isPlaced()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h61 bool isPlaced() const { return m_isPlaced; } function in class:blink::FloatingObject
64 LayoutUnit x() const { ASSERT(isPlaced()); return m_frameRect.x(); }
65 LayoutUnit maxX() const { ASSERT(isPlaced()); return m_frameRect.maxX(); }
66 LayoutUnit y() const { ASSERT(isPlaced()); return m_frameRect.y(); }
67 LayoutUnit maxY() const { ASSERT(isPlaced()); return m_frameRect.maxY(); }
76 const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }
H A DFloatingObjects.cpp216 if (floatingObject->isPlaced()) {
231 if (floatingObject->isPlaced() && floatingObject->type() == floatType)
321 ASSERT(floatingObject->isPlaced() && floatingObject->isInPlacedTree());
340 if (newObject->isPlaced())
350 ASSERT(floatingObject->isPlaced() || !floatingObject->isInPlacedTree());
351 if (floatingObject->isPlaced())
367 if (floatingObject->isPlaced())
474 ASSERT(floatingObject->isPlaced());
H A DRenderBlockFlow.cpp2360 while (curr != lastFloat && (!curr->isPlaced() || logicalTopForFloat(curr) >= logicalOffset)) {
2378 if (floatingObjectSet.last()->isPlaced())
2390 if ((*it)->isPlaced()) {

Completed in 847 milliseconds