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

1 2 3

  /external/chromium_org/ppapi/shared_impl/
file_io_state_manager.h 24 enum OperationType {
41 OperationType get_pending_operation() const { return pending_op_; }
50 int32_t CheckOperationState(OperationType new_op, bool should_be_open);
53 void SetPendingOperation(OperationType op);
58 OperationType pending_op_;
file_io_state_manager.cc 19 int32_t FileIOStateManager::CheckOperationState(OperationType new_op,
36 void FileIOStateManager::SetPendingOperation(OperationType new_op) {
  /external/chromium_org/content/public/common/
socket_permission_request.h 15 enum OperationType {
28 SocketPermissionRequest(OperationType type,
36 OperationType type;
  /external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h 40 enum OperationType {
50 OperationType operation_type() const {
70 OperationType operation_type_;
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
SkewTransformOperation.h 34 static PassRefPtr<SkewTransformOperation> create(double angleX, double angleY, OperationType type)
44 virtual OperationType type() const OVERRIDE { return m_type; }
61 SkewTransformOperation(double angleX, double angleY, OperationType type)
70 OperationType m_type;
ScaleTransformOperation.h 34 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, OperationType type)
39 static PassRefPtr<ScaleTransformOperation> create(double sx, double sy, double sz, OperationType type)
51 virtual OperationType type() const OVERRIDE { return m_type; }
68 ScaleTransformOperation(double sx, double sy, double sz, OperationType type)
80 OperationType m_type;
RotateTransformOperation.h 34 static PassRefPtr<RotateTransformOperation> create(double angle, OperationType type)
39 static PassRefPtr<RotateTransformOperation> create(double x, double y, double z, double angle, OperationType type)
53 virtual OperationType type() const OVERRIDE { return m_type; }
71 RotateTransformOperation(double x, double y, double z, double angle, OperationType type)
85 OperationType m_type;
TranslateTransformOperation.h 36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, double tz, OperationType type)
56 virtual OperationType type() const OVERRIDE { return m_type; }
78 TranslateTransformOperation(const Length& tx, const Length& ty, double tz, OperationType type)
90 OperationType m_type;
IdentityTransformOperation.h 45 virtual OperationType type() const OVERRIDE { return Identity; }
TransformOperation.h 39 enum OperationType {
64 virtual OperationType type() const = 0;
70 OperationType opType = type();
InterpolatedTransformOperation.h 53 virtual OperationType type() const OVERRIDE { return Interpolated; }
Matrix3DTransformOperation.h 48 virtual OperationType type() const OVERRIDE { return Matrix3D; }
PerspectiveTransformOperation.h 48 virtual OperationType type() const OVERRIDE { return Perspective; }
  /external/chromium_org/chrome/browser/extensions/
install_verifier.h 94 enum OperationType {
104 OperationType type;
109 explicit PendingOperation(OperationType type);
122 void AddMany(const ExtensionIdSet& ids, OperationType type);
126 void OnVerificationComplete(bool success, OperationType type);
  /external/chromium_org/content/child/fileapi/
webfilewriter_base.h 49 enum OperationType {
65 OperationType operation_;
  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.h 51 content::SocketPermissionRequest::OperationType type,
56 content::SocketPermissionRequest::OperationType type,
socket_permission.h 20 CheckParam(content::SocketPermissionRequest::OperationType type,
socket_permission_data.cc 36 SocketPermissionRequest::OperationType StringToType(const std::string& s) {
56 const char* TypeToString(SocketPermissionRequest::OperationType type) {
132 SocketPermissionRequest::OperationType type = StringToType(tokens[0]);
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerCache.h 40 enum OperationType {
48 BatchOperation() : operationType(OperationTypeUndefined) { }
50 OperationType operationType;
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_socket_utils.h 26 SocketPermissionRequest::OperationType type,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
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/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 44 enum OperationType {
54 OperationType type() const { return m_type; }
58 ClipPathOperation(OperationType type)
63 OperationType m_type;
  /external/chromium_org/components/search_engines/
keyword_table.h 80 enum OperationType {
86 typedef std::pair<OperationType, TemplateURLData> Operation;
  /external/chromium_org/storage/browser/fileapi/
copy_or_move_operation_delegate.h 39 enum OperationType {
97 OperationType operation_type,
149 OperationType operation_type_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
avrfsdk.h 62 ULONG OperationType;

Completed in 818 milliseconds

1 2 3