/external/chromium_org/chrome/installer/util/ |
work_item.h | 52 ALWAYS_MOVE, // Always attempt to do a move operation. 53 CHECK_DUPLICATES // Only move if the move target is different. 57 // TODO(robertshield): Move this out of WorkItem.
|
/external/chromium_org/components/policy/core/common/cloud/ |
policy_header_service.h | 26 // TODO(atwilson): Move to components/policy once CloudPolicyStore is moved.
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_common_win.cc | 49 // Move to the next BSS ID.
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 89 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible" 93 g_signal_override_class_handler("move-focus", 97 g_signal_override_class_handler("move-viewport",
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_target.h | 48 // Returns the maximum number of DIPs a touch pointer can move without being
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ContentViewTestBase.java | 52 * TODO(cramya): Move method to a separate util file once UiUtils.java moves into base.
|
/external/chromium_org/extensions/common/ |
one_shot_event.cc | 31 // immediately move it to another thread.
|
/external/chromium_org/media/base/ |
buffers.h | 31 // TODO(scherkus): Move the contents of this file elsewhere.
|
/external/chromium_org/net/http/ |
http_auth_handler_ntlm_win.cc | 72 // TODO(cbentzel): Move towards model of parsing in the factory
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
nacl_http_response_headers.h | 7 // Once we move the trusted NaCl plugin code into chrome,
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_gamepad_shared.h | 16 // code should all move into the GamepadResource.
|
/external/chromium_org/sql/ |
error_delegate_util.cc | 48 // move/delete the file anyway.
|
/external/chromium_org/sync/engine/ |
process_updates_util.h | 34 // TODO(rlarocque): Move these definitions somewhere else?
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
panScroll.html | 10 For each iframe : Middle-click within the iframe and then move your mouse.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
BreakBlockquoteCommand.cpp | 66 // be in the first node that we need to move (there are a few exceptions to this, see below). 97 // Don't move a line break just after the caret. Doing so would create an extra, empty paragraph 106 // startNode is the first node that we need to move to the new blockquote. 124 // If there's nothing inside topBlockquote to move, we're finished.
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLSourceTracker.h | 41 // FIXME: Once we move "end" into HTMLTokenizer, rename "start" to
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
EllipsisBox.cpp | 45 adjustedPaintOffset.move(0, -virtualLogicalHeight()); 46 boxOrigin.move(adjustedPaintOffset.x(), adjustedPaintOffset.y()); 110 // It does not actually move the link. 125 adjustedPaintOffset.move(x() + m_logicalWidth - markupBox->x(),
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextRunRenderingContext.cpp | 139 currentPoint.move(0, advance); 141 currentPoint.move(advance, 0); 166 currentPoint.move(0, advance); 168 currentPoint.move(advance, 0);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBPendingTransactionMonitor.cpp | 39 // FIXME: Move the Vector to ExecutionContext to avoid dealing with
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntRect.h | 87 void move(const IntSize& size) { m_location += size; } function in class:WebCore::IntRect 88 void moveBy(const IntPoint& offset) { m_location.move(offset.x(), offset.y()); } 89 void move(int dx, int dy) { m_location.move(dx, dy); } function in class:WebCore::IntRect
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebUnitTests.cpp | 34 // FIXME: Can we move this to webkit/support and fix the layering violation?
|
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustream.h | 11 * 06/25/2001 grhoten Move iostream from unistr.h
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucm.h | 159 * Remove mappings with their move flag set from the base table 160 * and move some of them (with UCM_MOVE_TO_EXT) to the extension table. 183 * Set the moveTarget!=NULL if it is possible to move mappings from the base. 220 * - if moveTarget!=NULL: move the base mapping to the moveTarget table
|
/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 14 // FIXME: move everything below into the SkPath class
|
/external/chromium_org/third_party/skia/src/core/ |
SkDeque.cpp | 252 if (pos) { // if we were valid, try to move to the next setting 255 if (next == fCurBlock->fEnd) { // exhausted this chunk, move to next 271 if (pos) { // if we were valid, try to move to the prior setting 274 if (prev < fCurBlock->fBegin) { // exhausted this chunk, move to prior
|