OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OperationType
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/child/fileapi/
webfilewriter_base.h
49
enum
OperationType
{
65
OperationType
operation_;
/external/chromium_org/content/public/common/
socket_permission_request.h
15
enum
OperationType
{
27
SocketPermissionRequest(
OperationType
type,
35
OperationType
type;
/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_;
/external/chromium_org/win8/delegate_execute/
delegate_execute_operation.h
38
enum
OperationType
{
48
OperationType
operation_type() const {
68
OperationType
operation_type_;
/external/chromium_org/chrome/browser/extensions/
install_verifier.h
86
enum
OperationType
{
93
OperationType
type;
/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/third_party/WebKit/Source/platform/transforms/
TransformOperation.h
39
enum
OperationType
{
67
virtual
OperationType
type() const = 0;
72
OperationType
opType = type();
/external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.h
39
enum
OperationType
{
97
OperationType
operation_type,
149
OperationType
operation_type_;
file_system_operation.h
461
enum
OperationType
{
/external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc
111
}
OperationType
;
113
PendingOperation(
OperationType
op,
117
OperationType
op() const { return op_; }
121
OperationType
op_;
127
void BatchOperation(PendingOperation::
OperationType
op,
375
PendingOperation::
OperationType
op,
/external/chromium_org/ash/system/tray/
system_tray_delegate.h
58
enum
OperationType
{
80
OperationType
type;
/external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.cc
84
}
OperationType
;
87
OperationType
op,
91
OperationType
op() const { return op_; }
97
OperationType
op_;
104
PendingOperation::
OperationType
op,
445
PendingOperation::
OperationType
op,
/external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc
137
enum
OperationType
{
142
PendingOperation(
OperationType
type,
151
OperationType
type;
160
void BatchOperation(
OperationType
type,
491
OperationType
type,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperation.h
45
enum
OperationType
{
62
static bool canInterpolate(FilterOperation::
OperationType
type)
93
OperationType
type() const { return m_type; }
102
FilterOperation(
OperationType
type)
107
OperationType
m_type;
113
#define DEFINE_FILTER_OPERATION_TYPE_CASTS(thisType,
operationType
) \
114
DEFINE_TYPE_CASTS(thisType, FilterOperation, op, op->type() == FilterOperation::
operationType
, op.type() == FilterOperation::
operationType
);
165
static PassRefPtr<BasicColorMatrixFilterOperation> create(double amount,
OperationType
type)
183
BasicColorMatrixFilterOperation(double amount,
OperationType
type
[
all
...]
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc
136
}
OperationType
;
138
PendingOperation(
OperationType
op, const net::CanonicalCookie& cc)
141
OperationType
op() const { return op_; }
145
OperationType
op_;
195
void BatchOperation(PendingOperation::
OperationType
op,
920
PendingOperation::
OperationType
op,
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 678 milliseconds