HomeSort by relevance Sort by last modified time
    Searched refs:operationType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFilterValue.cpp 35 CSSFilterValue::CSSFilterValue(FilterOperationType operationType)
36 : CSSValueList(CSSFilterClass, typeUsesSpaceSeparator(operationType) ? SpaceSeparator : CommaSeparator)
37 , m_type(operationType)
41 bool CSSFilterValue::typeUsesSpaceSeparator(FilterOperationType operationType)
43 return operationType != CustomFilterOperation;
CSSFilterValue.h 62 FilterOperationType operationType() const { return m_type; }
WebKitCSSFilterValue.idl 46 readonly attribute unsigned short operationType;
WebKitCSSTransformValue.idl 58 readonly attribute unsigned short operationType;
CSSTransformValue.h 71 TransformOperationType operationType() const { return m_type; }
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 59 static TransformOperation::OperationType getTransformOperationType(CSSTransformValue::TransformOperationType type)
119 switch (transformValue->operationType()) {
125 if (transformValue->operationType() == CSSTransformValue::ScaleYTransformOperation)
129 if (transformValue->operationType() != CSSTransformValue::ScaleXTransformOperation) {
137 operations.operations().append(ScaleTransformOperation::create(sx, sy, 1.0, getTransformOperationType(transformValue->operationType())));
145 if (transformValue->operationType() == CSSTransformValue::ScaleZTransformOperation)
147 else if (transformValue->operationType() == CSSTransformValue::ScaleYTransformOperation)
151 if (transformValue->operationType() != CSSTransformValue::ScaleXTransformOperation) {
163 operations.operations().append(ScaleTransformOperation::create(sx, sy, sz, getTransformOperationType(transformValue->operationType())));
171 if (transformValue->operationType() == CSSTransformValue::TranslateYTransformOperation
    [all...]
FilterOperationResolver.cpp 57 static FilterOperation::OperationType filterOperationForType(CSSFilterValue::FilterOperationType type)
381 FilterOperation::OperationType operationType = filterOperationForType(filterValue->operationType());
383 if (operationType == FilterOperation::VALIDATED_CUSTOM) {
388 if (operationType == FilterOperation::CUSTOM) {
396 if (operationType == FilterOperation::REFERENCE) {
407 RefPtr<ReferenceFilterOperation> operation = ReferenceFilterOperation::create(svgDocumentValue->url(), url.fragmentIdentifier(), operationType);
420 if (operationType != FilterOperation::DROP_SHADOW) {
433 switch (filterValue->operationType()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperations.cpp 91 FilterOperation::OperationType type = m_operations.at(i)->getOperationType();
110 FilterOperation::OperationType operationType = m_operations.at(i).get()->getOperationType();
111 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 104 PassRefPtr<CryptoOperation> createCryptoOperation(const Dictionary& rawAlgorithm, Key* key, AlgorithmOperation operationType, ArrayBufferView* signature, ExceptionState& es)
113 if (!normalizeAlgorithm(rawAlgorithm, operationType, algorithm, es))
117 if (operationType != Digest) {
123 if (!keyCanBeUsedForAlgorithm(key->key(), algorithm, operationType)) {
130 if (operationType == Verify && !signature) {
138 switch (operationType) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 66 TransformOperation::OperationType operationType = transformOperations.operations()[j]->getOperationType();
67 switch (operationType) {
150 bool isRotationType(TransformOperation::OperationType transformType)
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 616 milliseconds