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

1 2 3

  /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/v8/
V8ErrorHandler.h 45 static PassRefPtr<V8ErrorHandler> create(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
47 return adoptRef(new V8ErrorHandler(listener, isInline, isolate));
53 V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, v8::Isolate*);
V8WorkerGlobalScopeEventListener.h 44 static PassRefPtr<V8WorkerGlobalScopeEventListener> create(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
46 return adoptRef(new V8WorkerGlobalScopeEventListener(listener, isInline, isolate));
52 V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, v8::Isolate*);
V8ErrorHandler.cpp 47 V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
48 : V8EventListener(listener, isInline, isolate)
V8WorkerGlobalScopeEventListener.cpp 47 V8WorkerGlobalScopeEventListener::V8WorkerGlobalScopeEventListener(v8::Local<v8::Object> listener, bool isInline, v8::Isolate* isolate)
48 : V8EventListener(listener, isInline, isolate)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SplitTextNodeContainingElementCommand.cpp 55 if (!parentRenderer || !parentRenderer->isInline()) {
IndentOutdentCommand.cpp 150 VisiblePosition startOfEnclosingBlock = (enclosingNode->renderer() && enclosingNode->renderer()->isInline()) ? positionInEnclosingBlock : startOfBlock(positionInEnclosingBlock);
185 Node* highestInlineNode = highestEnclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), isInline, CannotCrossEditingBoundary, enclosingBlockFlow);
htmlediting.cpp 313 return node && node->isElementNode() && node->renderer() && !node->renderer()->isInline() && !node->renderer()->isRubyText();
316 bool isInline(const Node* node)
318 return node && node->isElementNode() && node->renderer() && node->renderer()->isInline();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
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().
RenderRubyText.cpp 51 return child->isInline();
RenderInline.cpp 121 if (!continuation || continuation->isInline())
271 if (renderer->isInline() && !renderer->isReplaced())
307 if (!newChild->isInline() && !newChild->isFloatingOrOutOfFlowPositioned()) {
509 bool childInline = newChild->isInline();
510 bool bcpInline = beforeChildParent->isInline();
511 bool flowInline = flow->isInline();
518 if (childInline == bcpInline || (beforeChild && beforeChild->isInline()))
    [all...]
RenderIFrame.cpp 53 return isSeamless() && isInline();
RenderRubyBase.cpp 59 return child->isInline();
RenderObject.h 504 bool isInlineElementContinuation() const { return isElementContinuation() && isInline(); }
517 bool isInline() const { return m_bitfields.isInline(); } // inline object
645 void setInline(bool isInline) { m_bitfields.setIsInline(isInline); }
    [all...]
RenderBlock.cpp 265 while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
266 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
372 bool childIsNormal = newChild->isInline() || !newChild->style()->columnSpan();
373 bool bcpIsNormal = beforeChildParent->isInline() || !beforeChildParent->style()->columnSpan();
374 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
418 bool newChildHasColumnSpan = newChild->style()->columnSpan() && !newChild->isInline();
499 cloneBlock->setChildrenInline(cloneBlock->firstChild() ? cloneBlock->firstChild()->isInline() : childrenInline());
692 && !newChild->isFloatingOrOutOfFlowPositioned() && !newChild->isInline() && !isAnonymousColumnSpanBlock()) {
728 if (newChild->isInline() || beforeChild->parent()->firstChild() != beforeChild)
    [all...]
  /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=[" +
362 if (isInline) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 269 if (prev && !prev->isInline())
272 if (parent->isRenderBlock() && !parent->childrenInline() && (!prev || !prev->isInline()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h 112 bool isInline() const { return m_isInlineStylesheet; }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkUISourceCodeProvider.js 91 if ((!header.hasSourceURL || header.isInline) && header.origin !== "inspector")
SASSSourceMapping.js 394 if (!header.sourceMapURL || !header.sourceURL || header.isInline || !WebInspector.settings.cssSourceMapsEnabled.get())
409 if (!sourceURL || !header.sourceMapURL || header.isInline || !this._completeSourceMapURLForCSSURL[sourceURL])
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 875 if ((format) && (!info->isinline) && (cur->next != NULL)) {
901 (info != NULL) && (!info->isinline)) {
922 if ((format) && (info != NULL) && (!info->isinline) &&
930 if ((format) && (info != NULL) && (!info->isinline) &&
945 if ((format) && (info != NULL) && (!info->isinline) &&
  /external/libxml2/
HTMLtree.c 873 if ((format) && (!info->isinline) && (cur->next != NULL)) {
899 (info != NULL) && (!info->isinline)) {
920 if ((format) && (info != NULL) && (!info->isinline) &&
928 if ((format) && (info != NULL) && (!info->isinline) &&
943 if ((format) && (info != NULL) && (!info->isinline) &&
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 73 return child->isInline() && !SVGRenderSupport::isEmptySVGInlineText(child);
396 ASSERT(!isInline());

Completed in 319 milliseconds

1 2 3