/external/chromium_org/components/component_updater/ |
component_patcher_operation.h | 35 // Parses, runs, and verifies the operation. Calls |callback| with the 36 // result of the operation. The callback is called using |task_runner|. 57 // Subclasses must override DoParseArguments to parse operation-specific 65 // Subclasses must override DoRun to actually perform the patching operation. 70 // Callback given to subclasses for when they complete their operation. 71 // Validates the output, and posts a task to the patching operation's 81 // A 'copy' operation takes a file currently residing on the disk and moves it 104 // A 'create' operation takes a full file that was sent in the delta update 132 virtual void Patch(const std::string& operation, 152 DeltaUpdateOpPatch(const std::string& operation, [all...] |
/external/chromium_org/content/child/webcrypto/nss/ |
aes_cbc_nss.cc | 39 CK_ATTRIBUTE_TYPE operation = (mode == ENCRYPT) ? CKA_ENCRYPT : CKA_DECRYPT; local 48 CKM_AES_CBC_PAD, operation, sym_key, param.get())); 67 if (operation == CKA_DECRYPT &&
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
idl_validator.py | 59 for operation in interface.operations: 60 self.validate_extended_attributes_node(operation) 61 for argument in operation.arguments:
|
/external/chromium_org/ash/drag_drop/ |
drag_image_view.h | 25 // |source| is the event source that started this drag drop operation (touch 27 // whether to show drag operation hint on top of the image. 47 // For touch drag drop, we show a hint corresponding to the drag operation 52 // |operation| is a bit field indicating allowable drag operations from 54 void SetTouchDragOperation(int operation);
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.cc | 42 int operation = ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK; local 45 operation |= ui::DragDropTypes::DRAG_MOVE; 50 widget->RunShellDrag(NULL, data, gfx::Point(), operation, source); 54 views::RunShellDrag(view, data, gfx::Point(), operation, source);
|
/external/chromium_org/chrome/installer/mini_installer/ |
configuration.h | 14 enum Operation { 25 // Returns the desired operation dictated by the command line options. 26 Operation operation() const { return operation_; } function in class:mini_installer::Configuration 71 Operation operation_;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContextTest.cpp | 38 struct Operation { 48 Operation operation = { DrawRect, rect }; variable 49 m_recordedOperations.append(operation); 56 Operation operation = { DrawPoint, SkRect::MakeXYWH(pts[0].x(), pts[0].y(), 0, 0) }; variable 57 m_recordedOperations.append(operation); 60 const Vector<Operation>& recordedOperations() const { return m_recordedOperations; } 63 Vector<Operation> m_recordedOperations; 122 const Vector<MockCanvas::Operation>& operations = canvas.recordedOperations() [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 49 virtual bool isOpSupported(operation, DataType) const;
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_drag_drop_client_win.h | 32 int operation,
|
/external/chromium_org/ui/wm/public/ |
drag_drop_client.h | 30 // Initiates a drag and drop session. Returns the drag operation that was 37 int operation,
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.h | 49 virtual bool isOpSupported(operation, DataType) const;
|
/external/chromium_org/chrome/browser/extensions/api/copresence/ |
copresence_api_unittest.cc | 32 using api::copresence::Operation; 121 bool ExecuteOperation(scoped_ptr<Operation> operation) { 123 operation_list->Append(operation->ToValue().release()); 152 scoped_ptr<Operation> operation(new Operation); 153 operation->publish = publish.Pass(); 156 EXPECT_TRUE(ExecuteOperation(operation.Pass())); 179 scoped_ptr<Operation> operation(new Operation) [all...] |
/external/chromium_org/content/browser/download/ |
download_net_log_parameters.h | 88 base::Value* FileErrorNetLogCallback(const char* operation, 93 base::Value* FileInterruptedNetLogCallback(const char* operation,
|
/external/chromium_org/media/audio/pulse/ |
audio_manager_pulse.cc | 103 pa_operation* operation = NULL; local 105 operation = pa_context_get_source_info_list( 108 operation = pa_context_get_sink_info_list( 111 WaitForOperationCompletion(input_mainloop_, operation); 214 pa_operation* operation = pa_context_get_server_info( local 216 WaitForOperationCompletion(input_mainloop_, operation);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
Throttler.js | 83 * @param {function()} operation 87 _setTimeout: function(operation, timeout) 89 return setTimeout(operation, timeout);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriter.cpp | 250 Operation operation = m_queuedOperation; local 252 doOperation(operation); 255 void FileWriter::doOperation(Operation operation) 258 switch (operation) { 282 operation = OperationNone; 289 m_operationInProgress = operation;
|
/external/openssl/crypto/pkcs7/ |
pk7_asn1.c | 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 87 switch(operation) 129 /* Minor tweak to operation: free up EVP_PKEY */ 130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 133 if(operation == ASN1_OP_FREE_POST) { 172 /* Minor tweak to operation: free up X509 */ 173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 176 if(operation == ASN1_OP_FREE_POST) {
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
neteq_impl.cc | 677 Operations operation; local 679 int return_value = GetDecision(&operation, &packet_list, &dtmf_event, 687 LOG(LS_VERBOSE) << "GetDecision returned operation=" << operation << 692 int decode_return_value = Decode(&packet_list, &operation, 697 (operation == kRfc3389Cng && !packet_list.empty()); 702 switch (operation) { 768 LOG_F(LS_ERROR) << "Invalid operation kUndefined."; 818 // Update the background noise parameters if last operation wrote data 829 if (operation == kDtmf) [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 433 // actually run the write operation that sets the stream size. It also 567 // This method can be called when an asynchronous operation completed. 592 scoped_ptr<SimpleEntryOperation> operation( 595 switch (operation->type()) { 597 OpenEntryInternal(operation->have_index(), 598 operation->callback(), 599 operation->out_entry()); 602 CreateEntryInternal(operation->have_index(), 603 operation->callback(), 604 operation->out_entry()) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
progress_center_common.js | 42 // The item is file copy operation. 44 // The item is file move operation. 46 // The item is file delete operation. 48 // The item is file zip operation. 50 // The item is drive sync operation. 52 // The item is general file transfer operation. 53 // This is used for the mixed operation of summarized item.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_algebraic.cpp | 131 if (!ir2 || ir1->operation != ir2->operation) 206 switch (ir->operation) { 213 switch (op_expr[0]->operation) { 396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) { 407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) { 432 if (!expr || expr->operation == ir_quadop_vector)
|
/external/mesa3d/src/glsl/ |
opt_algebraic.cpp | 131 if (!ir2 || ir1->operation != ir2->operation) 206 switch (ir->operation) { 213 switch (op_expr[0]->operation) { 396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) { 407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) { 432 if (!expr || expr->operation == ir_quadop_vector)
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
SizesCalcParser.cpp | 85 value.operation = token.delimiter(); 164 static bool operateOnStack(Vector<SizesCalcValue>& stack, UChar operation) 173 switch (operation) { 207 if (it->operation == 0) { 210 if (!operateOnStack(stack, it->operation))
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 31 * ALU operation operates on one of those channel registers. As a 180 /* OK, time to break down this vector operation. */ 181 switch (expr->operation) { 222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 316 if (expr->operation == ir_binop_all_equal) 321 temp = new(mem_ctx) ir_expression(expr->operation,
|