Searched defs:Operation (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/ui/views/examples/
H A Dexamples_window.h22 enum Operation { enum in namespace:views::examples
31 Operation operation,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Doperation.cc16 // tests by Operation::SetDispatchEventImplForTest().
29 Operation::Operation(extensions::EventRouter* event_router, function in class:chromeos::file_system_provider::operations::Operation
37 Operation::~Operation() {
40 void Operation::SetDispatchEventImplForTesting(
45 bool Operation::SendEvent(int request_id,
H A Doperation.h30 class Operation : public RequestManager::HandlerInterface { class in namespace:chromeos::file_system_provider::operations
35 Operation(extensions::EventRouter* event_router,
37 virtual ~Operation();
62 DISALLOW_COPY_AND_ASSIGN(Operation);
/external/chromium_org/chrome/browser/webdata/
H A Dkeyword_table.h86 typedef std::pair<OperationType, TemplateURLData> Operation; typedef in class:KeywordTable
87 typedef std::vector<Operation> Operations;
/external/chromium_org/net/disk_cache/tracing/
H A Dtracing_cache_backend.h49 enum Operation { enum in class:disk_cache::TracingCacheBackend
63 void RecordEvent(base::TimeTicks start_time, Operation op, std::string key,
66 void BackendOpComplete(base::TimeTicks start_time, Operation op,
70 net::CompletionCallback BindCompletion(Operation op,
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieActionDictionary_autogen.cpp47 SkString SkPdfMovieActionDictionary::Operation(SkPdfNativeDoc* doc) { function in class:SkPdfMovieActionDictionary
48 SkPdfNativeObject* ret = get("Operation", "");
56 return get("Operation", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMovieActionDictionary_autogen.cpp47 SkString SkPdfMovieActionDictionary::Operation(SkPdfNativeDoc* doc) { function in class:SkPdfMovieActionDictionary
48 SkPdfNativeObject* ret = get("Operation", "");
56 return get("Operation", "") != NULL;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.h50 class Operation : public base::RefCountedThreadSafe<Operation> { class in namespace:extensions::image_writer
56 Operation(base::WeakPtr<OperationManager> manager,
82 virtual ~Operation();
148 friend class base::RefCountedThreadSafe<Operation>;
153 // Operation.
H A Doperation.cc27 Operation::Operation(base::WeakPtr<OperationManager> manager, function in class:extensions::image_writer::Operation
41 Operation::~Operation() {}
43 void Operation::Cancel() {
51 void Operation::Abort() {
55 int Operation::GetProgress() {
59 image_writer_api::Stage Operation::GetStage() {
64 void Operation::SetUtilityClientForTesting(
72 void Operation
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.h14 enum Operation { enum in class:mini_installer::Configuration
26 Operation operation() const { return operation_; }
71 Operation operation_;
/external/chromium_org/net/disk_cache/blockfile/
H A Dentry_impl_v3.h29 enum Operation { enum in class:disk_cache::EntryImplV3
183 void ReportIOTime(Operation op, const base::TimeTicks& start);
H A Dentry_impl.h31 enum Operation { enum in class:disk_cache::EntryImpl
136 void ReportIOTime(Operation op, const base::TimeTicks& start);
H A Din_flight_backend_io.h83 enum Operation { enum in class:disk_cache::BackendIO
123 Operation operation_;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.h91 enum Operation { enum in class:WebCore::FINAL
104 void doOperation(Operation);
114 Operation m_operationInProgress;
115 Operation m_queuedOperation;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h177 enum Operation { enum in class:google::protobuf::internal::WireFormat
183 static void VerifyUTF8String(const char* data, int size, Operation op);
190 Operation op);
230 WireFormat::Operation op) {
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetBasherTest.java116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation { enum in class:ConcurrentHashMultisetBasherTest.MutateTask
/external/protobuf/src/google/protobuf/
H A Dwire_format.h224 enum Operation { enum in class:google::protobuf::internal::WireFormat
230 static void VerifyUTF8String(const char* data, int size, Operation op);
237 Operation op);
293 WireFormat::Operation op) {
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp112 Operation::Operation (const char* name) function in class:tcu::ThreadUtil::Operation
118 Operation::~Operation (void)
122 void Operation::execute (Thread& thread)
189 void Thread::addOperation (Operation* operation)
259 : Operation ("CompareData")
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DOperation.java19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
32 public class Operation extends Expression implements ExpressionOwner class in inherits:Expression,ExpressionOwner
162 exp.exprSetParent(Operation.this);
204 if(!m_left.deepEquals(((Operation)expr).m_left))
207 if(!m_right.deepEquals(((Operation)expr).m_right))
/external/libnfc-nxp/src/
H A DphFriNfc_OvrHal.c67 uint8_t Operation);
418 uint8_t Operation)
421 OvrHal->Operation = Operation;
422 switch(Operation)
416 phFriNfc_OvrHal_SetComplInfo(phFriNfc_OvrHal_t *OvrHal, phFriNfc_CplRt_t *CompletionInfo, uint8_t Operation) argument
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h31 OpType Operation; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
/external/chromium_org/v8/tools/
H A Dprofile.js59 Profile.Operation = {
81 * See the Profile.Operation enum for the list of
84 * @param {number} operation Operation.
189 this.handleUnknownCode(Profile.Operation.MOVE, from);
203 this.handleUnknownCode(Profile.Operation.DELETE, start);
262 Profile.Operation.TICK, stack[i], i);
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.h63 enum Operation { enum in class:installer::InstallerState
106 Operation operation() const { return operation_; }
263 Operation operation_;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h30 typedef base::Callback<void(IndexedDBTransaction*)> Operation; typedef in class:content::IndexedDBTransaction
50 void ScheduleTask(Operation task) {
53 void ScheduleTask(IndexedDBDatabase::TaskType, Operation task);
54 void ScheduleAbortTask(Operation abort_task);
129 void push(Operation task) { queue_.push(task); }
130 Operation pop();
134 std::queue<Operation> queue_;
144 void push(Operation task) { stack_.push(task); }
145 Operation pop();
149 std::stack<Operation> stack
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.h85 enum Operation { enum in class:sandbox::ErrorCode
146 Operation op() const { return op_; }
170 Operation op,
190 Operation op_; // Comparison operation.

Completed in 968 milliseconds

123