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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFilterValue.h 62 FilterOperationType operationType() const { return m_type; }
CSSTransformValue.h 71 TransformOperationType operationType() const { return m_type; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.cpp 96 FilterOperation::OperationType type = m_operations.at(i)->type();
115 FilterOperation::OperationType operationType = m_operations.at(i)->type();
116 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 53 static FilterOperation::OperationType filterOperationForType(CSSFilterValue::FilterOperationType type)
374 FilterOperation::OperationType operationType = filterOperationForType(filterValue->operationType());
376 if (operationType == FilterOperation::VALIDATED_CUSTOM) {
381 if (operationType == FilterOperation::CUSTOM) {
389 if (operationType == FilterOperation::REFERENCE) {
413 if (operationType != FilterOperation::DROP_SHADOW) {
426 switch (filterValue->operationType()) {
437 operations.operations().append(BasicColorMatrixFilterOperation::create(amount, operationType));
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_manager.js 375 * @param {util.FileOperationType} operationType The type of this operation.
381 operationType, sourceEntries, targetDirEntry) {
382 this.operationType = operationType;
477 operationType: this.operationType,
977 operationType: null,
993 var operationType
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 117 milliseconds