HomeSort by relevance Sort by last modified time
    Searched refs:m_style (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp 46 m_style = SolidStroke;
77 switch (m_style) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 66 , m_style(FontStyleNormal)
123 FontStyle style() const { return static_cast<FontStyle>(m_style); }
171 void setStyle(FontStyle i) { m_style = i; }
221 unsigned m_style : 1; // FontStyle
261 && m_style == other.m_style
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h 98 RefPtr<RenderStyle> m_style; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 86 m_style = EditingStyle::create(pos);
87 m_style->mergeTypingStyle(pos.document());
101 if (!m_style)
104 m_style->prepareToApplyAt(endingSelection().start());
105 if (!m_style->isEmpty())
106 applyStyle(m_style.get());
433 visitor->trace(m_style);
ApplyStyleCommand.cpp 128 , m_style(style->copy())
142 , m_style(style->copy())
156 , m_style(EditingStyle::create())
170 , m_style(style->copy())
215 RefPtrWillBeRawPtr<EditingStyle> blockStyle = m_style->extractAndRemoveBlockProperties();
219 if (!m_style->isEmpty() || m_styledInlineElement || m_isInlineElementToRemoveFunction) {
220 applyRelativeFontStyleChange(m_style.get());
221 applyInlineStyle(m_style.get());
227 applyBlockStyle(m_style.get());
    [all...]
ApplyStyleCommand.h 125 RefPtrWillBeMember<EditingStyle> m_style; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 231 , m_style(nullptr)
821 if (!isText() && m_style->position() == FixedPosition) {
823 } else if (!isText() && m_style->position() == AbsolutePosition) {
    [all...]
RenderObject.h 1166 RefPtr<RenderStyle> m_style; member in class:blink::RenderObject
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
ElementRuleCollector.cpp 52 , m_style(style)
251 if (m_style && ruleData->containsUncommonAttributeSelector())
252 m_style->setUnique();
261 context.elementStyle = m_style.get();
299 if (!m_style || dynamicPseudo >= FIRST_INTERNAL_PSEUDOID)
303 m_style->setHasPseudoStyle(dynamicPseudo);
FontFace.cpp 155 return m_style ? m_style->cssText() : "normal";
235 m_style = value;
390 if (m_style) {
391 if (!m_style->isPrimitiveValue())
394 switch (toCSSPrimitiveValue(m_style.get())->getValueID()) {
579 visitor->trace(m_style);
ElementRuleCollector.h 162 RefPtr<RenderStyle> m_style; // FIXME: This can be mutated during matching! member in class:blink::ElementRuleCollector
FontFace.h 131 RefPtrWillBeMember<CSSValue> m_style; member in class:blink::FontFace
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 114 RenderStyle* m_style; member in class:blink::FontBuilder
FontBuilder.cpp 45 , m_fontDescription(fontBuilder->m_style->fontDescription())
55 m_fontBuilder->didChangeFontParameters(m_fontBuilder->m_style->setFontDescription(m_fontDescription));
65 , m_style(0)
74 m_style = style;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 498 , m_style(style)
502 ASSERT(m_style);
643 for (int i = 0, size = m_style->length(); i < size; ++i) {
644 String name = m_style->item(i);
648 String value = m_style->getPropertyValue(name);
651 result.append(InspectorStyleProperty(CSSPropertySourceData(name, value, !m_style->getPropertyPriority(name).isEmpty(), false, true, SourceRange()), false));
688 bool implicit = m_style->isPropertyImplicit(name);
693 String shorthand = m_style->getPropertyShorthand(name);
720 String value = m_style->getPropertyValue(shorthandProperty);
724 for (unsigned i = 0; i < m_style->length(); ++i)
    [all...]
InspectorStyleSheet.h 110 CSSStyleDeclaration* cssStyle() const { return m_style.get(); }
132 RefPtrWillBeMember<CSSStyleDeclaration> m_style; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 314 milliseconds

12