HomeSort by relevance Sort by last modified time
    Searched refs:Drop (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/chromium_org/sync/internal_api/attachments/
attachment_service_impl.cc 184 attachment_store_->Drop(attachment_ids,
attachment_service_impl_unittest.cc 36 virtual void Drop(const AttachmentIdList& ids,
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 254 void Drop(int depth) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_transfer_controller.js 127 * be drop target.
129 * items could be drop targets. Otherwise any other place of the list
138 list.addEventListener('drop',
144 * @param {DirectoryTree} tree Its sub items will could be drop target.
150 tree.addEventListener('drop', this.onDrop_.bind(this, true));
204 * @return {Object.<string, string>} Drag and drop global data object.
333 * @param {string=} opt_effect Desired drop/paste effect. Could be
470 * Renders a drag-and-drop thumbnail.
539 * @param {cr.ui.List} list Drop target list
585 * @param {cr.ui.List} list Drop target list
    [all...]
  /external/chromium_org/sync/internal_api/
write_node.cc 501 void WriteNode::Drop() {
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 192 __ Drop(1 + (kSavedRegistersAreaSize / kXRegSize));
full-codegen-arm64.cc 449 // Drop the arguments and receiver and return.
574 __ Drop(count);
582 __ Drop(count);
590 if (count > 1) __ Drop(count - 1);
599 __ Drop(count);
    [all...]
code-stubs-arm64.cc     [all...]
macro-assembler-arm64-inl.h     [all...]
macro-assembler-arm64.h 694 // Claim or drop stack space without actually accessing memory.
708 inline void Drop(uint64_t count, uint64_t unit_size = kXRegSize);
709 inline void Drop(const Register& count,
712 // Variants of Claim and Drop, where the 'count' parameter is a SMI held in a
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 588 __ Drop(count);
596 __ Drop(count);
604 if (count > 1) __ Drop(count - 1);
613 __ Drop(count);
    [all...]
builtins-arm.cc 165 // sp now point to args[0], drop args[0] + receiver.
166 __ Drop(2);
250 __ Drop(1);
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 574 __ Drop(count);
582 __ Drop(count);
590 if (count > 1) __ Drop(count - 1);
599 __ Drop(count);
    [all...]
builtins-mips.cc 174 // sp now point to args[0], drop args[0] + receiver.
175 __ Drop(2);
259 __ Drop(1);
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 570 __ Drop(count);
578 __ Drop(count);
586 if (count > 1) __ Drop(count - 1);
595 __ Drop(count);
    [all...]
builtins-mips64.cc 173 // sp now point to args[0], drop args[0] + receiver.
174 __ Drop(2);
258 __ Drop(1);
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 532 __ Drop(count);
540 __ Drop(count);
548 if (count > 1) __ Drop(count - 1);
557 __ Drop(count);
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 555 __ Drop(count);
563 __ Drop(count);
571 if (count > 1) __ Drop(count - 1);
580 __ Drop(count);
    [all...]
regexp-macro-assembler-x64.cc 211 Drop();
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 529 __ Drop(count);
537 __ Drop(count);
545 if (count > 1) __ Drop(count - 1);
554 __ Drop(count);
974 __ Drop(1); // Switch value is no longer needed.
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 181 virtual void Drop(aura::Window* target,
183 DragDropController::Drop(target, event);
369 // Because we are not doing a blocking drag and drop, the original
414 // Because we are not doing a blocking drag and drop, the original
463 // Because we are not doing a blocking drag and drop, the original
528 // Because we are not doing a blocking drag and drop, the original
586 // Because we are not doing a blocking drag and drop, the original
678 // Because we are not doing a blocking drag and drop, the original
722 // Because we are not doing a blocking drag and drop, the original
778 // Because we are not doing a blocking drag and drop, the origina
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 128 // This child is either missing, invalid or misplaced; drop it and
152 // Drop all additional bookmarks past the end that are not wanted anymore.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 73 % Drop underscored suffix from name
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbgnubbydevice.js 165 self.txqueue.shift(); // Drop sent frame from queue.
  /external/chromium_org/components/invalidation/
sync_invalidation_listener_unittest.cc 211 it->Drop();
935 // Drop the second sent invalidation (version 20) and verify it was removed
945 // Drop the remaining invalidation. Verify an unknown version is all that
954 // Announce that the delegate has recovered from the drop. Verify no
    [all...]

Completed in 969 milliseconds

1 23 4 5 6