HomeSort by relevance Sort by last modified time
    Searched defs:isInline (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h 105 bool isInline() const { return m_isInlineStylesheet; }
  /external/clang/include/clang/AST/
Decl.h 386 bool isInline() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 317 return node && node->renderer() && !node->renderer()->isInline() && !node->renderer()->isRubyText();
320 bool isInline(const Node* node)
322 return node && node->renderer() && node->renderer()->isInline();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 508 bool isInlineElementContinuation() const { return isElementContinuation() && isInline(); }
509 bool isBlockElementContinuation() const { return isElementContinuation() && !isInline(); }
522 bool isInline() const { return m_bitfields.isInline(); } // inline object
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 66 milliseconds