HomeSort by relevance Sort by last modified time
    Searched refs:OperationType (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.cc 110 enum OperationType { CHANNEL_ID_ADD, CHANNEL_ID_DELETE };
112 PendingOperation(OperationType op,
116 OperationType op() const { return op_; }
122 OperationType op_;
128 void BatchOperation(PendingOperation::OperationType op,
450 PendingOperation::OperationType op,
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContextTest.cpp 33 enum OperationType {
39 OperationType type;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
MatrixTransformOperation.h 53 virtual OperationType type() const OVERRIDE { return Matrix; }
TransformOperations.cpp 256 TransformOperation::OperationType interpolationType = toOperation ? toOperation->type() :
  /external/chromium_org/extensions/common/api/sockets/
sockets_manifest_permission.cc 34 content::SocketPermissionRequest::OperationType operation_type,
50 content::SocketPermissionRequest::OperationType operation_type,
76 content::SocketPermissionRequest::OperationType operation_type) {
sockets_manifest_permission_unittest.cc 63 CheckFormatEntry(SocketPermissionRequest::OperationType operation_type,
81 SocketPermissionRequest::OperationType operation_type;
  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.cc 128 SocketPermissionRequest::OperationType type,
138 SocketPermissionRequest::OperationType type,
  /external/chromium_org/storage/browser/fileapi/
file_system_operation_impl.h 184 bool SetPendingOperationType(OperationType type);
197 OperationType pending_operation_;
copy_or_move_operation_delegate.cc 49 CopyOrMoveOperationDelegate::OperationType operation_type,
81 CopyOrMoveOperationDelegate::OperationType operation_type_;
98 CopyOrMoveOperationDelegate::OperationType operation_type,
342 CopyOrMoveOperationDelegate::OperationType operation_type_;
371 CopyOrMoveOperationDelegate::OperationType operation_type,
579 CopyOrMoveOperationDelegate::OperationType operation_type_;
740 OperationType operation_type,
    [all...]
file_system_operation.h 460 enum OperationType {
file_system_operation_impl.cc 552 bool FileSystemOperationImpl::SetPendingOperationType(OperationType type) {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
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...]
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...]
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 140 enum OperationType {
145 PendingOperation(OperationType type,
154 OperationType type;
163 void BatchOperation(OperationType type,
500 OperationType type,
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 264 void InstallVerifier::AddMany(const ExtensionIdSet& ids, OperationType type) {
424 InstallVerifier::PendingOperation::PendingOperation(OperationType type)
466 void InstallVerifier::OnVerificationComplete(bool success, OperationType type) {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_socket_utils.cc 27 SocketPermissionRequest::OperationType type,
  /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)
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc 138 } OperationType;
140 PendingOperation(OperationType op, const net::CanonicalCookie& cc)
143 OperationType op() const { return op_; }
147 OperationType op_;
197 void BatchOperation(PendingOperation::OperationType op,
    [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...]
  /external/chromium_org/extensions/common/
extension_messages.h 35 IPC_ENUM_TRAITS_MAX_VALUE(content::SocketPermissionRequest::OperationType,
  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.cc 130 blink::WebServiceWorkerCache::OperationType operation_type) {
145 CacheOperationTypeFromWebCacheOperationType(web_operation.operationType);
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 166 enum OperationType
202 static OperationType getOperationType (MatrixOp op)
    [all...]
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data_unittest.cc 43 SocketPermissionRequest::OperationType type,
    [all...]
  /external/chromium_org/extensions/browser/api/socket/
socket_api.cc 209 SocketPermissionRequest::OperationType operation_type;
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 891 milliseconds

12 3