HomeSort by relevance Sort by last modified time
    Searched full:isinline (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/wtf/
BitVector.cpp 41 if (other.isInline())
48 if (!isInline())
56 if (isInline())
70 if (isInline())
98 if (isInline()) {
BitVector.h 80 if (isInline())
87 if (isInline() && other.isInline())
96 if (isInline())
217 bool isInline() const { return m_bitsOrPointer >> maxInlineBits(); }
227 if (isInline())
234 if (isInline())
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ErrorHandler.h 45 static PassRefPtr<V8ErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
47 return adoptRef(new V8ErrorHandler(listener, isInline, scriptState));
53 V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState*);
V8WorkerGlobalScopeEventListener.h 44 static PassRefPtr<V8WorkerGlobalScopeEventListener> create(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
46 return adoptRef(new V8WorkerGlobalScopeEventListener(listener, isInline, scriptState));
52 V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, ScriptState*);
V8ErrorHandler.cpp 45 V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
46 : V8EventListener(listener, isInline, scriptState)
V8WorkerGlobalScopeEventListener.cpp 48 V8WorkerGlobalScopeEventListener::V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
49 : V8EventListener(listener, isInline, scriptState)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderIFrame.cpp 51 return isInline();
RenderRuby.cpp 48 || (object->isInline() && (object->isBeforeContent() || object->isAfterContent()))
130 if (child->isInline()) {
145 if (child->isInline()) {
236 if (child->isInline()) {
251 if (child->isInline()) {
RenderReplica.cpp 44 // the if (!isInline() || isReplaced()) check before setHasTransform().
RenderRubyBase.cpp 57 return child->isInline();
RenderRubyText.cpp 49 return child->isInline();
RenderInline.cpp 135 if (!continuation || continuation->isInline())
297 if (renderer->isInline() && !renderer->isReplaced())
333 if (!newChild->isInline() && !newChild->isFloatingOrOutOfFlowPositioned()) {
539 bool childInline = newChild->isInline();
540 bool bcpInline = beforeChildParent->isInline();
541 bool flowInline = flow->isInline();
548 if (childInline == bcpInline || (beforeChild && beforeChild->isInline()))
    [all...]
RenderMultiColumnFlowThread.h 128 void setProgressionIsInline(bool isInline) { m_progressionIsInline = isInline; }
RenderObject.h 532 bool isInlineElementContinuation() const { return isElementContinuation() && isInline(); }
543 bool isInline() const { return m_bitfields.isInline(); } // inline object
686 void setInline(bool isInline) { m_bitfields.setIsInline(isInline); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SplitTextNodeContainingElementCommand.cpp 55 if (!parentRenderer || !parentRenderer->isInline()) {
IndentOutdentCommand.cpp 157 VisiblePosition startOfEnclosingBlock = (enclosingElement->renderer() && enclosingElement->renderer()->isInline()) ? positionInEnclosingBlock : startOfBlock(positionInEnclosingBlock);
192 Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
htmlediting.cpp 319 return node && node->renderer() && !node->renderer()->isInline() && !node->renderer()->isRubyText();
322 bool isInline(const Node* node)
324 return node && node->renderer() && node->renderer()->isInline();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 20 if (m_pImage->IsInline() || (m_pImage->GetStream() && m_pImage->GetStream()->GetObjNum() == 0)) {
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 384 bool isInline = false;// heuristic for inline functions
387 isInline = true;
397 if (isInline) return false; //do not trace inline functions
  /external/doclava/src/com/google/doclava/
Comment.java 302 private void tag(String name, String text, boolean isInline, SourcePositionInfo pos) {
304 * String s = isInline ? "inline" : "outofline"; System.out.println("---> " + s + " name=[" +
364 if (isInline) {
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 384 bool isInline = false;// heuristic for inline functions
387 isInline = true;
397 if (isInline) return false; //do not trace inline functions
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 266 if (prev && !prev->isInline())
269 if (parent.isRenderBlock() && !parent.childrenInline() && (!prev || !prev->isInline()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h 111 bool isInline() const { return m_isInlineStylesheet; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceContentLoader.cpp 125 if (styleSheet->isInline() || !styleSheet->contents()->loadCompleted())
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 92 if (!pImageObj->m_pImage->IsInline()) {

Completed in 559 milliseconds

1 2 3 4