/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGPathParser.cpp | 56 if (m_mode == RelativeCoordinates) in parseMoveToSegment() 63 m_consumer->moveTo(targetPoint, m_closePath, m_mode); in parseMoveToSegment() 75 if (m_mode == RelativeCoordinates) in parseLineToSegment() 81 m_consumer->lineTo(targetPoint, m_mode); in parseLineToSegment() 92 if (m_mode == RelativeCoordinates) in parseLineToHorizontalSegment() 98 m_consumer->lineToHorizontal(toX, m_mode); in parseLineToHorizontalSegment() 109 if (m_mode == RelativeCoordinates) in parseLineToVerticalSegment() 115 m_consumer->lineToVertical(toY, m_mode); in parseLineToVerticalSegment() 128 if (m_mode == RelativeCoordinates) { in parseCurveToCubicSegment() 138 m_consumer->curveToCubic(point1, point2, targetPoint, m_mode); in parseCurveToCubicSegment() [all …]
|
D | SVGLengthList.cpp | 39 : m_mode(mode) in SVGLengthList() 49 RefPtr<SVGLengthList> ret = SVGLengthList::create(m_mode); in clone() 56 RefPtr<SVGLengthList> ret = SVGLengthList::create(m_mode); in cloneForAnimation() 91 RefPtr<SVGLength> length = SVGLength::create(m_mode); in parseInternal() 134 return SVGLength::create(m_mode); in createPaddingItem() 144 …ASSERT(m_mode == SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName()… in calculateAnimatedValue()
|
D | SVGFEBlendElement.cpp | 95 …, m_mode(SVGAnimatedEnumeration<Mode>::create(this, SVGNames::modeAttr, SVGFEBlendElement::ModeNor… in SVGFEBlendElement() 99 addToPropertyMap(m_mode); in SVGFEBlendElement() 124 return blend->setBlendMode(toWebBlendMode(m_mode->currentValue()->enumValue())); in setFilterEffectAttribute() 160 …RefPtr<FilterEffect> effect = FEBlend::create(filter, toWebBlendMode(m_mode->currentValue()->enumV… in build()
|
D | SVGFEBlendElement.h | 58 SVGAnimatedEnumeration<Mode>* mode() { return m_mode.get(); } in mode() 71 RefPtr<SVGAnimatedEnumeration<Mode> > m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEBlend.cpp | 44 , m_mode(mode) in FEBlend() 55 return m_mode; in blendMode() 60 if (m_mode == mode) in setBlendMode() 62 m_mode = mode; in setBlendMode() 69 if (m_mode != WebBlendModeNormal in applySoftwareNEON() 70 && m_mode != WebBlendModeMultiply in applySoftwareNEON() 71 && m_mode != WebBlendModeScreen in applySoftwareNEON() 72 && m_mode != WebBlendModeDarken in applySoftwareNEON() 73 && m_mode != WebBlendModeLighten) in applySoftwareNEON() 130 …r(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect()), 0, CompositeSourceOver, m_mode); in applySoftware() [all …]
|
D | FEBlend.h | 52 WebBlendMode m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSParserMode.cpp | 36 : m_mode(mode) in CSSParserContext() 46 , m_mode(document.inQuirksMode() ? HTMLQuirksMode : HTMLStandardMode) in CSSParserContext() 57 , m_mode(other.m_mode) in CSSParserContext() 69 && m_mode == other.m_mode in operator ==()
|
D | CSSParserMode.h | 103 CSSParserMode mode() const { return m_mode; } in mode() 116 void setMode(CSSParserMode mode) { m_mode = mode; } in setMode() 128 CSSParserMode m_mode; variable
|
D | BisonCSSParser.h | 224 , m_mode(declaration->cssParserMode()) in StyleDeclarationScope() 226 if (isCSSViewportParsingEnabledForMode(m_mode)) { in StyleDeclarationScope() 234 if (isCSSViewportParsingEnabledForMode(m_mode)) in ~StyleDeclarationScope() 240 CSSParserMode m_mode; variable
|
/external/eigen/Eigen/src/SparseCore/ |
D | AmbiVector.h | 31 : m_buffer(0), m_zero(0), m_size(0), m_allocatedSize(0), m_allocatedElements(0), m_mode(-1) in AmbiVector() 115 Index m_mode; variable 127 if (m_mode==IsSparse) in nonZeros() 145 m_mode = mode; in init() 146 if (m_mode==IsSparse) in init() 168 if (m_mode==IsDense) in setZero() 175 eigen_assert(m_mode==IsSparse); in setZero() 184 if (m_mode==IsDense) in coeffRef() 190 eigen_assert(m_mode==IsSparse); in coeffRef() 253 if (m_mode==IsDense) in coeff() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WebSocketHandshake.cpp | 128 , m_mode(Incomplete) in WebSocketHandshake() 136 …Platform::current()->histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebSocketHa… in ~WebSocketHandshake() 273 m_mode = Incomplete; in reset() 284 m_mode = Incomplete; in readServerHandshake() 291 m_mode = Failed; // m_failureReason is set inside readStatusLine(). in readServerHandshake() 298 m_mode = Failed; in readServerHandshake() 302 m_mode = Normal; in readServerHandshake() 305 m_mode = Incomplete; in readServerHandshake() 311 m_mode = Failed; // m_failureReason is set inside readHTTPHeaders(). in readServerHandshake() 316 m_mode = Failed; in readServerHandshake() [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptPromiseResolver.cpp | 16 , m_mode(Default) in ScriptPromiseResolver() 46 if (m_state == ResolvedOrRejected || m_mode == KeepAliveWhilePending) in keepAliveWhilePending() 51 m_mode = KeepAliveWhilePending; in keepAliveWhilePending() 85 if (m_mode == KeepAliveWhilePending) { in clear()
|
D | V8StringResource.h | 175 : m_mode(Externalize) in V8StringResource() 181 , m_mode(Externalize) in V8StringResource() 249 m_mode = DoNotExternalize; in prepareFast() 266 …bCoreString<StringType>(const_cast<v8::Handle<v8::Value>*>(&m_v8Object)->As<v8::String>(), m_mode); in toString() 272 ExternalMode m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SelectorChecker.cpp | 66 , m_mode(mode) in SelectorChecker() 142 if ((!context.elementStyle && m_mode == ResolvingStyle) || m_mode == QueryingRules) in match() 148 if (pseudoId != NOPSEUDO && m_mode != SharingRules && result) in match() 213 …if ((context.elementStyle || m_mode == CollectingCSSRules || m_mode == CollectingStyleRules || m_m… in matchForSubSelector() 293 if (m_mode == ResolvingStyle) { in matchForRelation() 309 if (m_mode == ResolvingStyle) { in matchForRelation() 368 if (m_mode == SharingRules) in matchForShadowDistributed() 543 …if (m_mode == SharingRules && (subContext.selector->isHostPseudoClass() || subContext.selector->ps… in checkOne() 578 if (m_mode == ResolvingStyle) { in checkOne() 591 if (m_mode == ResolvingStyle) { in checkOne() [all …]
|
D | ElementRuleCollector.cpp | 54 , m_mode(SelectorChecker::ResolvingStyle) in ElementRuleCollector() 71 ASSERT(m_mode == SelectorChecker::CollectingStyleRules); in matchedStyleRuleList() 77 ASSERT(m_mode == SelectorChecker::CollectingCSSRules); in matchedCSSRuleList() 235 if (m_mode == SelectorChecker::CollectingStyleRules) { in sortAndTransferMatchedRules() 241 if (m_mode == SelectorChecker::CollectingCSSRules) { in sortAndTransferMatchedRules() 259 SelectorChecker selectorChecker(m_context.element()->document(), m_mode); in ruleMatches() 296 …if (m_mode == SelectorChecker::CollectingCSSRules || m_mode == SelectorChecker::CollectingStyleRul… in collectRuleIfMatches() 340 m_mode = SelectorChecker::SharingRules; in hasAnyMatchingRules()
|
D | SelectorChecker.h | 112 Mode mode() const { return m_mode; } in mode() 141 Mode m_mode; variable
|
D | ElementRuleCollector.h | 117 void setMode(SelectorChecker::Mode mode) { m_mode = mode; } in setMode() 165 SelectorChecker::Mode m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | FetchRequestData.cpp | 65 request->m_mode = m_mode; in createRestrictedCopy() 83 request->m_mode = m_mode; in createCopy() 99 , m_mode(NoCORSMode) in FetchRequestData()
|
D | FetchRequestData.h | 77 void setMode(Mode mode) { m_mode = mode; } in setMode() 78 Mode mode() const { return m_mode; } in mode() 107 Mode m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/ |
D | TextTrack.cpp | 102 , m_mode(disabledKeyword()) in TextTrack() 168 if (m_mode == mode) in setMode() 180 m_mode = mode; in setMode() 193 if (m_mode != disabledKeyword()) in cues() 220 if (m_cues && m_mode != disabledKeyword()) in activeCues() 297 if (RuntimeEnabledFeatures::webVTTRegionsEnabled() && m_mode != disabledKeyword()) in regions() 395 if (m_mode != showingKeyword()) in isRendered()
|
D | TextTrack.h | 73 AtomicString mode() const { return m_mode; } in mode() 136 AtomicString m_mode; variable
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemApplyTemplates.java | 59 private QName m_mode = null; field in ElemApplyTemplates 68 m_mode = mode; in setMode() 78 return m_mode; in getMode() 166 if (((null == mode) && (null != m_mode)) in execute() 167 || ((null != mode) &&!mode.equals(m_mode))) in execute() 171 transformer.pushMode(m_mode); in execute()
|
D | ElemTemplate.java | 231 private QName m_mode; field in ElemTemplate 244 m_mode = v; in setMode() 258 return m_mode; in getMode()
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBTransaction.h | 74 bool isReadOnly() const { return m_mode == WebIDBTransactionModeReadOnly; } in isReadOnly() 75 bool isVersionChange() const { return m_mode == WebIDBTransactionModeVersionChange; } in isVersionChange() 125 const WebIDBTransactionMode m_mode; variable
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
D | SourceBuffer.h | 66 const AtomicString& mode() const { return m_mode; } in mode() 127 AtomicString m_mode; variable
|