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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
TransformBuilder.cpp 53 static TransformOperation::OperationType getTransformOperationType(CSSTransformValue::TransformOperationType type)
113 switch (transformValue->operationType()) {
119 if (transformValue->operationType() == CSSTransformValue::ScaleYTransformOperation)
123 if (transformValue->operationType() != CSSTransformValue::ScaleXTransformOperation) {
131 operations.operations().append(ScaleTransformOperation::create(sx, sy, 1.0, getTransformOperationType(transformValue->operationType())));
139 if (transformValue->operationType() == CSSTransformValue::ScaleZTransformOperation)
141 else if (transformValue->operationType() == CSSTransformValue::ScaleYTransformOperation)
145 if (transformValue->operationType() != CSSTransformValue::ScaleXTransformOperation) {
157 operations.operations().append(ScaleTransformOperation::create(sx, sy, sz, getTransformOperationType(transformValue->operationType())));
165 if (transformValue->operationType() == CSSTransformValue::TranslateYTransformOperation
    [all...]
FilterOperationResolver.cpp 41 static FilterOperation::OperationType filterOperationForType(CSSFilterValue::FilterOperationType type)
97 FilterOperation::OperationType operationType = filterOperationForType(filterValue->operationType());
99 if (operationType == FilterOperation::REFERENCE) {
123 if (operationType != FilterOperation::DROP_SHADOW) {
136 switch (filterValue->operationType()) {
147 operations.operations().append(BasicColorMatrixFilterOperation::create(amount, operationType));
155 operations.operations().append(BasicColorMatrixFilterOperation::create(angle, operationType));
162 double amount = (filterValue->operationType() == CSSFilterValue::BrightnessFilterOperation) ? 0 : 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
WebKitCSSFilterValue.idl 45 readonly attribute unsigned short operationType;
CSSFilterValue.h 61 FilterOperationType operationType() const { return m_type; }
CSSFilterValue.cpp 33 CSSFilterValue::CSSFilterValue(FilterOperationType operationType)
35 , m_type(operationType)
WebKitCSSTransformValue.idl 56 readonly attribute unsigned short operationType;
CSSTransformValue.h 70 TransformOperationType operationType() const { return m_type; }
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerCache.h 40 enum OperationType {
48 BatchOperation() : operationType(OperationTypeUndefined) { }
50 OperationType operationType;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.cpp 103 FilterOperation::OperationType operationType = m_operations.at(i)->type();
104 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
FilterOperation.h 45 enum OperationType {
60 static bool canInterpolate(FilterOperation::OperationType type)
89 OperationType type() const { return m_type; }
98 FilterOperation(OperationType type)
103 OperationType m_type;
109 #define DEFINE_FILTER_OPERATION_TYPE_CASTS(thisType, operationType) \
110 DEFINE_TYPE_CASTS(thisType, FilterOperation, op, op->type() == FilterOperation::operationType, op.type() == FilterOperation::operationType);
161 static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount, OperationType type)
179 BasicColorMatrixFilterOperation(double amount, OperationType type
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_handler.js 81 switch (event.status.operationType) {
90 switch (event.status.operationType) {
98 switch (event.status.operationType) {
107 switch (event.status.operationType) {
115 switch (event.status.operationType) {
144 * Obtains ProgressItemType from OperationType of FileTransferManager.
145 * @param {string} operationType OperationType of FileTransferManager.
150 FileOperationHandler.getType_ = function(operationType) {
151 switch (operationType) {
    [all...]
file_operation_manager.js 488 * @param {util.FileOperationType} operationType The type of this operation.
494 operationType, sourceEntries, targetDirEntry) {
495 this.operationType = operationType;
587 operationType: this.operationType,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 90 static ScriptPromise startCryptoOperation(ScriptState* scriptState, const Dictionary& rawAlgorithm, CryptoKey* key, WebCryptoOperation operationType, const ArrayPiece& signature, const ArrayPiece& dataBuffer)
98 bool requiresKey = operationType != WebCryptoOperationDigest;
102 if (operationType == WebCryptoOperationVerify && !ensureNotNull(signature, "signature", result.get()))
108 if (!parseAlgorithm(rawAlgorithm, operationType, algorithm, result.get()))
111 if (requiresKey && !key->canBeUsedForAlgorithm(algorithm, operationType, result.get()))
117 switch (operationType) {
  /external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
AccessorTest.java 124 int operationType = operationTypes.get(operation);
125 Assert.assertEquals(operationType, accessedMember.accessedMemberType);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
CacheTest.cpp 123 EXPECT_EQ(expectedBatchOperations[i].operationType, batchOperations[i].operationType);
366 deleteOperation.operationType = WebServiceWorkerCache::OperationTypeDelete;
384 putOperation.operationType = WebServiceWorkerCache::OperationTypePut;
Cache.cpp 323 batchOperations[0].operationType = WebServiceWorkerCache::OperationTypeDelete;
336 batchOperations[0].operationType = WebServiceWorkerCache::OperationTypePut;
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.cc 130 blink::WebServiceWorkerCache::OperationType operation_type) {
145 CacheOperationTypeFromWebCacheOperationType(web_operation.operationType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrm.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 721 milliseconds

1 2