Searched defs:endObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DSerializedScriptValue.cpp373 context.endObject(inObject, outObject);
629 void endObject(JSObject* inObject, RefPtr<SerializedObject>) function in struct:WebCore::SerializedArray::SerializingTreeWalker
797 void endObject(RefPtr<SerializedObject>, JSObject*) function in struct:WebCore::SerializedArray::DeserializingTreeWalker
951 void endObject(RefPtr<SerializedObject> object, bool) function in struct:WebCore::SerializedArray::TeardownTreeWalker
/external/webkit/WebCore/rendering/
H A DInlineFlowBox.cpp180 bool InlineFlowBox::onEndChain(RenderObject* endObject) argument
182 if (!endObject)
185 if (endObject == renderer())
188 RenderObject* curr = endObject;
201 void InlineFlowBox::determineSpacingForFlowBoxes(bool lastLine, RenderObject* endObject) argument
233 ((lastLine && !inlineFlow->continuation()) || nextOnLineExists() || onEndChain(endObject)))
237 ((lastLine && !inlineFlow->continuation()) || prevOnLineExists() || onEndChain(endObject)))
249 currFlow->determineSpacingForFlowBoxes(lastLine, endObject);
H A DRenderBlockLineLayout.cpp264 RootInlineBox* RenderBlock::constructLine(unsigned runCount, BidiRun* firstRun, BidiRun* lastRun, bool firstLine, bool lastLine, RenderObject* endObject) argument
311 lastLineBox()->determineSpacingForFlowBoxes(lastLine, endObject);

Completed in 37 milliseconds