left 467 android_webview/java/src/org/chromium/android_webview/AwContents.java public void onLayoutChange(View v, int left, int top, int right, int bottom, left 783 android_webview/java/src/org/chromium/android_webview/AwContents.java globalVisibleRect.left, globalVisibleRect.top, left 785 android_webview/java/src/org/chromium/android_webview/AwContents.java mClipBoundsTemporary.left, mClipBoundsTemporary.top, left 75 android_webview/java/src/org/chromium/android_webview/AwPicture.java mClipBoundsTemporary.left, mClipBoundsTemporary.top, left 93 android_webview/java/src/org/chromium/android_webview/AwPicture.java int left, int top, int right, int bottom); left 413 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java if (rect.right > screenRight && rect.left > screenLeft) { left 415 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java scrollXDelta += (rect.left - screenLeft); left 419 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java } else if (rect.left < screenLeft) { left 420 android_webview/java/src/org/chromium/android_webview/AwScrollOffsetManager.java scrollXDelta -= (screenLeft - rect.left); left 180 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java int playerId, float left, float top, float right, float bottom) { left 183 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java mLeft = left; left 208 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java float left = topLeft.getXPix(); left 212 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java int x = Math.round(left + renderCoordinates.getScrollXPix()); left 214 android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java int width = Math.round(right - left); left 87 android_webview/native/aw_pdf_exporter.cc margins.left = left 41 android_webview/native/aw_picture.cc jint left, jint top, jint right, jint bottom) { left 46 android_webview/native/aw_picture.cc gfx::Rect(left, top, right - left, bottom - top), left 30 android_webview/native/aw_picture.h jint left, jint top, jint right, jint bottom); left 170 apps/app_window.cc combined_bounds.set_x(content_spec.bounds.x() - frame_insets.left()); left 73 apps/app_window_browsertest.cc EXPECT_EQ(0, insets.left()); left 115 ash/display/root_window_transformers.cc if (insets.top() != 0 || insets.left() != 0) { left 116 ash/display/root_window_transformers.cc float x_offset = insets.left() / device_scale_factor; left 180 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc int left = inset.left() - kLineWidth; left 181 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc int right = inset.left() + content_view_->width() + kLineWidth; left 184 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc mask->moveTo(left, top); left 187 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc mask->lineTo(left, bottom); left 188 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc mask->lineTo(left, top); left 216 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc canvas->FillRect(gfx::Rect(inset.left(), left 222 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc canvas->FillRect(gfx::Rect(inset.left(), left 228 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc canvas->FillRect(gfx::Rect(inset.left() - kLineWidth, left 234 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc canvas->FillRect(gfx::Rect(inset.left() + content_view_->width(), left 244 ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc int tip_x = inset.left() + content_view_->width() / 2; left 75 ash/ime/candidate_view.cc insets.top(), insets.left(), insets.bottom(), insets.right())); left 323 ash/magnifier/magnification_controller.cc const int left = window_rect.x(); left 329 ash/magnifier/magnification_controller.cc if (mouse.x() < left + margin) { left 331 ash/magnifier/magnification_controller.cc x_diff = mouse.x() - (left + margin); left 338 ash/magnifier/magnification_controller.cc x = left + x_diff; left 185 ash/shelf/overflow_bubble_view.cc bubble_insets.left() : bubble_insets.top(); left 199 ash/shelf/shelf_layout_manager.h T SelectValueForShelfAlignment(T bottom, T left, T right, T top) const { left 204 ash/shelf/shelf_layout_manager.h return left; left 1443 ash/shelf/shelf_layout_manager_unittest.cc display.GetWorkAreaInsets().left()); left 1453 ash/shelf/shelf_layout_manager_unittest.cc display.GetWorkAreaInsets().left()); left 1463 ash/shelf/shelf_layout_manager_unittest.cc display.GetWorkAreaInsets().left()); left 1484 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(0, display.GetWorkAreaInsets().left()); left 1513 ash/shelf/shelf_layout_manager_unittest.cc EXPECT_EQ(0, display.GetWorkAreaInsets().left()); left 106 ash/shell/widgets.cc int left = 5; left 111 ash/shell/widgets.cc view->SetBounds(left, top, preferred.width(), preferred.height()); left 527 ash/system/user/tray_user.cc learn_more_bounds.Offset(insets.right() - insets.left(), 0); left 139 ash/wm/partial_screenshot_view.cc int left = std::min(start_position_.x(), current_position_.x()); left 143 ash/wm/partial_screenshot_view.cc return gfx::Rect(left, top, width, height); left 904 ash/wm/workspace/workspace_window_resizer_unittest.cc int left = ScreenUtil::GetDisplayWorkAreaBoundsInParent(window_.get()).x(); left 907 ash/wm/workspace/workspace_window_resizer_unittest.cc int window_x = left - window_width + pixels_to_left_border; left 137 base/containers/small_map.h bool operator()(const typename M::key_type& left, left 141 base/containers/small_map.h return !comp(left, right) && !comp(right, left); left 155 base/containers/small_map.h bool operator()(const KeyType& left, const KeyType& right) { left 156 base/containers/small_map.h return left == right; left 163 base/containers/small_map.h bool operator()(const KeyType& left, const KeyType& right) { left 164 base/containers/small_map.h return left == right; left 214 base/json/json_parser.h static bool StringsAreEqual(const char* left, const char* right, size_t len); left 264 base/test/trace_event_analyzer.cc DCHECK(left().is_value() && right().is_value()) left 277 base/test/trace_event_analyzer.cc return left().Evaluate(event) && right().Evaluate(event); left 279 base/test/trace_event_analyzer.cc return left().Evaluate(event) || right().Evaluate(event); left 281 base/test/trace_event_analyzer.cc return !left().Evaluate(event); left 290 base/test/trace_event_analyzer.cc if (!left().GetAsDouble(event, &lhs) || !right().GetAsDouble(event, &rhs)) left 319 base/test/trace_event_analyzer.cc if (!left().GetAsString(event, &lhs) || !right().GetAsString(event, &rhs)) left 325 base/test/trace_event_analyzer.cc else if (left().is_pattern_) left 333 base/test/trace_event_analyzer.cc else if (left().is_pattern_) left 363 base/test/trace_event_analyzer.cc if (!left().GetAsDouble(event, &lhs)) left 613 base/test/trace_event_analyzer.cc Query::Query(const Query& left, const Query& right, Operator binary_op) left 615 base/test/trace_event_analyzer.cc left_(new QueryNode(left)), left 623 base/test/trace_event_analyzer.cc Query::Query(const Query& left, Operator unary_op) left 625 base/test/trace_event_analyzer.cc left_(new QueryNode(left)), left 485 base/test/trace_event_analyzer.h Query(const Query& left, const Query& right, Operator binary_op); left 488 base/test/trace_event_analyzer.h Query(const Query& left, Operator unary_op); left 529 base/test/trace_event_analyzer.h const Query& left() const; left 256 cc/base/tiling_data.cc int left = (!x_index || num_tiles_x_ == 1) ? 0 : border_texels_; left 259 cc/base/tiling_data.cc return gfx::Vector2d(left, top); left 356 cc/layers/delegated_renderer_layer_impl.cc gfx::Rect left(0, y, border_width, height); left 362 cc/layers/delegated_renderer_layer_impl.cc if (top.IsEmpty() && left.IsEmpty()) left 379 cc/layers/delegated_renderer_layer_impl.cc if (!left.IsEmpty()) { left 382 cc/layers/delegated_renderer_layer_impl.cc left, left 383 cc/layers/delegated_renderer_layer_impl.cc left, left 294 cc/layers/heads_up_display_layer_impl.cc canvas->drawLine(bounds.left(), left 300 cc/layers/heads_up_display_layer_impl.cc bounds.left(), bounds.bottom(), bounds.right(), bounds.bottom(), *paint); left 309 cc/layers/heads_up_display_layer_impl.cc canvas->drawLine(bounds.left(), left 334 cc/layers/heads_up_display_layer_impl.cc int left = bounds().width() - width - right; left 335 cc/layers/heads_up_display_layer_impl.cc SkRect area = SkRect::MakeXYWH(left, top, width, height); left 341 cc/layers/heads_up_display_layer_impl.cc SkRect::MakeXYWH(left + kPadding, left 345 cc/layers/heads_up_display_layer_impl.cc SkRect graph_bounds = SkRect::MakeXYWH(left + kPadding, left 365 cc/layers/heads_up_display_layer_impl.cc text_bounds.left(), left 400 cc/layers/heads_up_display_layer_impl.cc SkPoint::Make(graph_bounds.left() + it.index(), left 419 cc/layers/heads_up_display_layer_impl.cc canvas->drawLine(histogram_bounds.left() - 1, left 421 cc/layers/heads_up_display_layer_impl.cc histogram_bounds.left() - 1, left 438 cc/layers/heads_up_display_layer_impl.cc SkRect::MakeXYWH(histogram_bounds.left(), left 466 cc/layers/heads_up_display_layer_impl.cc const int left = bounds().width() - width - right; left 467 cc/layers/heads_up_display_layer_impl.cc const SkRect area = SkRect::MakeXYWH(left, top, width, height); left 474 cc/layers/heads_up_display_layer_impl.cc SkPoint title_pos = SkPoint::Make(left + kPadding, top + kFontHeight); left 475 cc/layers/heads_up_display_layer_impl.cc SkPoint stat1_pos = SkPoint::Make(left + width - kPadding - 1, left 477 cc/layers/heads_up_display_layer_impl.cc SkPoint stat2_pos = SkPoint::Make(left + width - kPadding - 1, left 521 cc/layers/heads_up_display_layer_impl.cc const int left = bounds().width() - width - right; left 523 cc/layers/heads_up_display_layer_impl.cc const SkRect area = SkRect::MakeXYWH(left, top, width, height); left 529 cc/layers/heads_up_display_layer_impl.cc left + kPadding, top + kPadding, kGraphWidth, kFontHeight); left 530 cc/layers/heads_up_display_layer_impl.cc SkRect text_bounds2 = SkRect::MakeXYWH(left + kPadding, left 534 cc/layers/heads_up_display_layer_impl.cc SkRect graph_bounds = SkRect::MakeXYWH(left + kPadding, left 550 cc/layers/heads_up_display_layer_impl.cc text_bounds.left(), left 557 cc/layers/heads_up_display_layer_impl.cc text_bounds2.left(), left 582 cc/layers/heads_up_display_layer_impl.cc SkRect::MakeXYWH(graph_bounds.left() + it.index(), left 324 cc/layers/tiled_layer.cc bool TiledLayer::UpdateTiles(int left, left 334 cc/layers/tiled_layer.cc if (!HaveTexturesForTiles(left, top, right, bottom, ignore_occlusions)) { left 342 cc/layers/tiled_layer.cc &update_rect, &paint_rect, left, top, right, bottom, ignore_occlusions); left 349 cc/layers/tiled_layer.cc update_rect, paint_rect, left, top, right, bottom, queue, occlusion); left 354 cc/layers/tiled_layer.cc int left, left 362 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 385 cc/layers/tiled_layer.cc bool TiledLayer::HaveTexturesForTiles(int left, left 391 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 416 cc/layers/tiled_layer.cc int left, left 422 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 460 cc/layers/tiled_layer.cc int left, left 490 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 616 cc/layers/tiled_layer.cc int left, top, right, bottom; left 618 cc/layers/tiled_layer.cc create_tiles_rect, &left, &top, &right, &bottom); left 620 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 740 cc/layers/tiled_layer.cc int left, top, right, bottom; left 742 cc/layers/tiled_layer.cc &left, left 746 cc/layers/tiled_layer.cc UpdateTiles(left, top, right, bottom, queue, NULL, &updated); left 759 cc/layers/tiled_layer.cc int left, top, right, bottom; left 761 cc/layers/tiled_layer.cc predicted_visible_rect_, &left, &top, &right, &bottom); left 762 cc/layers/tiled_layer.cc MarkOcclusionsAndRequestTextures(left, top, right, bottom, occlusion); left 764 cc/layers/tiled_layer.cc left, top, right, bottom, queue, occlusion, &updated); left 777 cc/layers/tiled_layer.cc if (!UpdateTiles(left, top, right, bottom, queue, NULL, &updated) || left 807 cc/layers/tiled_layer.cc left, bottom, right, bottom, queue, NULL, &updated) || left 816 cc/layers/tiled_layer.cc left, top, right, top, queue, NULL, &updated) || left 822 cc/layers/tiled_layer.cc while (left > prepaint_left) { left 823 cc/layers/tiled_layer.cc --left; left 825 cc/layers/tiled_layer.cc left, top, left, bottom, queue, NULL, &updated) || left 866 cc/layers/tiled_layer.cc int left, top, right, bottom; left 868 cc/layers/tiled_layer.cc idle_paint_content_rect, &left, &top, &right, &bottom); left 871 cc/layers/tiled_layer.cc for (int i = left; i <= right; ++i) { left 89 cc/layers/tiled_layer.h int left, left 95 cc/layers/tiled_layer.h bool UpdateTiles(int left, left 102 cc/layers/tiled_layer.h bool HaveTexturesForTiles(int left, left 109 cc/layers/tiled_layer.h int left, left 116 cc/layers/tiled_layer.h int left, left 165 cc/layers/tiled_layer_impl.cc int left, top, right, bottom; left 166 cc/layers/tiled_layer_impl.cc tiler_->ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom); left 170 cc/layers/tiled_layer_impl.cc for (int i = left; i <= right; ++i) { left 200 cc/layers/tiled_layer_impl.cc for (int i = left; i <= right; ++i) { left 21 cc/output/direct_renderer.cc static gfx::Transform OrthoProjectionMatrix(float left, left 27 cc/output/direct_renderer.cc float delta_x = right - left; left 33 cc/output/direct_renderer.cc proj.matrix().set(0, 3, -(right + left) / delta_x); left 59 cc/output/filter_operations.cc int* left) const { left 60 cc/output/filter_operations.cc *top = *right = *bottom = *left = 0; left 73 cc/output/filter_operations.cc *left += spread; left 78 cc/output/filter_operations.cc *left += spread - op.drop_shadow_offset().x(); left 44 cc/output/filter_operations.h void GetOutsets(int* top, int* right, int* bottom, int* left) const; left 17 cc/output/filter_operations_unittest.cc int top, right, bottom, left; left 18 cc/output/filter_operations_unittest.cc top = right = bottom = left = 0; left 19 cc/output/filter_operations_unittest.cc ops.GetOutsets(&top, &right, &bottom, &left); left 23 cc/output/filter_operations_unittest.cc EXPECT_EQ(57, left); left 29 cc/output/filter_operations_unittest.cc int top, right, bottom, left; left 30 cc/output/filter_operations_unittest.cc top = right = bottom = left = 0; left 31 cc/output/filter_operations_unittest.cc ops.GetOutsets(&top, &right, &bottom, &left); left 35 cc/output/filter_operations_unittest.cc EXPECT_EQ(54, left); left 742 cc/output/gl_renderer.cc int top, right, bottom, left; left 743 cc/output/gl_renderer.cc quad->background_filters.GetOutsets(&top, &right, &bottom, &left); left 744 cc/output/gl_renderer.cc window_rect.Inset(-left, -top, -right, -bottom); left 1305 cc/output/gl_renderer.cc left_edge = device_layer_edges.left(); left 36 cc/resources/layer_quad.cc LayerQuad::LayerQuad(const Edge& left, left 40 cc/resources/layer_quad.cc : left_(left), left 72 cc/resources/layer_quad.h LayerQuad(const Edge& left, left 78 cc/resources/layer_quad.h Edge left() const { return left_; } left 71 cc/resources/layer_tiling_data.cc int* left, left 81 cc/resources/layer_tiling_data.cc *left = tiling_data_.TileXIndexFromSrcCoord(content_rect.x()); left 99 cc/resources/layer_tiling_data.cc int left, top, right, bottom; left 100 cc/resources/layer_tiling_data.cc ContentRectToTileIndices(content_rect, &left, &top, &right, &bottom); left 102 cc/resources/layer_tiling_data.cc for (int i = left; i <= right; ++i) { left 124 cc/resources/layer_tiling_data.cc int left, top, right, bottom; left 126 cc/resources/layer_tiling_data.cc gfx::Rect(size), &left, &top, &right, &bottom); left 88 cc/resources/layer_tiling_data.h int* left, left 15 cc/resources/picture_layer_tiling_set.cc bool operator() (PictureLayerTiling* left, PictureLayerTiling* right) { left 16 cc/resources/picture_layer_tiling_set.cc return left->contents_scale() > right->contents_scale(); left 1266 cc/resources/picture_layer_tiling_unittest.cc TilePriority left = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); left 1268 cc/resources/picture_layer_tiling_unittest.cc EXPECT_GT(right.distance_to_visible, left.distance_to_visible); left 1270 cc/resources/picture_layer_tiling_unittest.cc left = tiling->TileAt(0, 1)->priority(ACTIVE_TREE); left 1272 cc/resources/picture_layer_tiling_unittest.cc EXPECT_GT(right.distance_to_visible, left.distance_to_visible); left 30 cc/trees/damage_tracker.cc int top, right, bottom, left; left 31 cc/trees/damage_tracker.cc filters.GetOutsets(&top, &right, &bottom, &left); left 32 cc/trees/damage_tracker.cc rect->Inset(-left, -top, -right, -bottom); left 181 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java mBackgroundDrawablePadding.left = ApiCompatibilityUtils.getPaddingStart(this); left 208 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java - mBackgroundDrawablePadding.left; left 590 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java int bgPaddingWidth = mBackgroundDrawablePadding.left + mBackgroundDrawablePadding.right; left 683 chrome/android/java/src/org/chromium/chrome/browser/banners/AppBannerView.java int start = mBackgroundDrawablePadding.left; left 77 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mDrawingRect.left = mIsLayoutLTR ? 0 : (canvas.getWidth() - starSize); left 78 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mDrawingRect.right = mDrawingRect.left + starSize; left 90 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mDrawingRect.left += (mIsLayoutLTR ? 1 : -1) * starSize; left 91 chrome/android/java/src/org/chromium/chrome/browser/banners/RatingView.java mDrawingRect.right = mDrawingRect.left + starSize; left 388 chrome/android/java/src/org/chromium/chrome/browser/banners/SwipableOverlayView.java public void onLayoutChange(View v, int left, int top, int right, int bottom, left 260 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java protected void onLayout(boolean changed, int left, int top, int right, int bottom) { left 261 chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java final int rowWidth = right - left; left 44 chrome/browser/chromeos/display/display_preferences.cc int left = 0; left 48 chrome/browser/chromeos/display/display_preferences.cc value.GetInteger(kInsetsLeftKey, &left) && left 51 chrome/browser/chromeos/display/display_preferences.cc insets->Set(top, left, bottom, right); left 60 chrome/browser/chromeos/display/display_preferences.cc value->SetInteger(kInsetsLeftKey, insets.left()); left 124 chrome/browser/chromeos/display/display_preferences_unittest.cc insets_value->SetInteger("insets_left", insets.left()); left 260 chrome/browser/chromeos/display/display_preferences_unittest.cc int top = 0, left = 0, bottom = 0, right = 0; left 262 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_TRUE(property->GetInteger("insets_left", &left)); left 266 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_EQ(11, left); left 281 chrome/browser/chromeos/display/display_preferences_unittest.cc EXPECT_FALSE(property->GetInteger("insets_left", &left)); left 112 chrome/browser/chromeos/display/overscan_calibrator.cc std::max(insets.left(), 0), left 43 chrome/browser/devtools/devtools_contents_resizing_strategy.cc int left = insets.left(); left 49 chrome/browser/devtools/devtools_contents_resizing_strategy.cc left -= insets_decrease * insets.left() / insets.width(); left 52 chrome/browser/devtools/devtools_contents_resizing_strategy.cc left = std::max(0, std::min(container_size.width(), left)); left 66 chrome/browser/devtools/devtools_contents_resizing_strategy.cc new_contents_bounds->SetRect(left, top, width, height); left 29 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc int left = 0; left 33 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc !dict->GetInteger("left", &left) || left 37 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc insets.Set(top, left, bottom, right); left 34 chrome/browser/devtools/devtools_embedder_message_dispatcher.h int top, int left, int bottom, int right) = 0; left 1011 chrome/browser/devtools/devtools_window.cc int top, int left, int bottom, int right) { left 1012 chrome/browser/devtools/devtools_window.cc gfx::Insets insets(top, left, bottom, right); left 306 chrome/browser/devtools/devtools_window.h int left, int top, int right, int bottom) OVERRIDE; left 221 chrome/browser/devtools/port_forwarding_controller.cc static bool IsVersionLower(const ParsedVersion& left, left 224 chrome/browser/devtools/port_forwarding_controller.cc left.begin(), left.end(), right.begin(), right.end()); left 34 chrome/browser/download/download_history_unittest.cc void CheckInfoEqual(const history::DownloadRow& left, left 36 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.current_path.value(), right.current_path.value()); left 37 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.target_path.value(), right.target_path.value()); left 38 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.url_chain.size(), right.url_chain.size()); left 40 chrome/browser/download/download_history_unittest.cc i < left.url_chain.size() && i < right.url_chain.size(); left 42 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.url_chain[i].spec(), right.url_chain[i].spec()); left 44 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.referrer_url.spec(), right.referrer_url.spec()); left 45 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.start_time.ToTimeT(), right.start_time.ToTimeT()); left 46 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.end_time.ToTimeT(), right.end_time.ToTimeT()); left 47 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.etag, right.etag); left 48 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.last_modified, right.last_modified); left 49 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.received_bytes, right.received_bytes); left 50 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.total_bytes, right.total_bytes); left 51 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.state, right.state); left 52 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.danger_type, right.danger_type); left 53 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.id, right.id); left 54 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.opened, right.opened); left 55 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.by_ext_id, right.by_ext_id); left 56 chrome/browser/download/download_history_unittest.cc EXPECT_EQ(left.by_ext_name, right.by_ext_name); left 229 chrome/browser/download/download_query.cc const DownloadItem& left, const DownloadItem& right) { left 230 chrome/browser/download/download_query.cc ValueType left_value = accessor.Run(left); left 367 chrome/browser/download/download_query.cc bool operator() (const DownloadItem* left, const DownloadItem* right); left 376 chrome/browser/download/download_query.cc const DownloadItem* left, const DownloadItem* right) { left 379 chrome/browser/download/download_query.cc switch (term->sorter.Run(*left, *right)) { left 385 chrome/browser/download/download_query.cc CHECK_NE(left->GetId(), right->GetId()); left 386 chrome/browser/download/download_query.cc return left->GetId() < right->GetId(); left 59 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc if (bounds_spec.left) left 60 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc bounds->set_x(*bounds_spec.left); left 222 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc if (bounds_spec.left) left 223 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc window_bounds.set_x(*bounds_spec.left); left 423 chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc int32_t x = inputRect.left; left 115 chrome/browser/extensions/api/app_window/app_window_api.cc if (input_spec->left.get()) left 116 chrome/browser/extensions/api/app_window/app_window_api.cc create_spec->bounds.set_x(*input_spec->left); left 324 chrome/browser/extensions/api/app_window/app_window_api.cc inner_bounds->left, outer_bounds->left, "left", error)) { left 386 chrome/browser/extensions/api/app_window/app_window_api.cc if (options.left.get()) left 387 chrome/browser/extensions/api/app_window/app_window_api.cc params->window_spec.bounds.set_x(*options.left.get()); left 397 chrome/browser/extensions/api/app_window/app_window_api.cc if (bounds->left.get()) left 398 chrome/browser/extensions/api/app_window/app_window_api.cc params->window_spec.bounds.set_x(*bounds->left.get()); left 321 chrome/browser/extensions/api/sessions/sessions_api.cc window_struct->left.reset(new int(window.bounds.x())); left 42 chrome/browser/extensions/api/system_display/display_info_provider.cc unit->bounds.left = bounds.x(); left 46 chrome/browser/extensions/api/system_display/display_info_provider.cc unit->work_area.left = work_area.x(); left 247 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc if (info.overscan->left < 0 || info.overscan->top < 0 || left 258 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc if ((info.overscan->left + info.overscan->right) * 2 > screen_width) { left 326 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc gfx::Insets(info.overscan->top, info.overscan->left, left 380 chrome/browser/extensions/api/system_display/display_info_provider_chromeos.cc unit->overscan.left = overscan_insets.left(); left 56 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc insets.top, insets.left, insets.bottom, insets.right); left 63 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc bounds.left, bounds.top, bounds.width, bounds.height); left 738 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= -10; left 750 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= 0; left 802 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= 50; left 824 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= 20; left 845 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= 20; left 862 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc EXPECT_EQ(20, overscan.left()); left 877 chrome/browser/extensions/api/system_display/display_info_provider_chromeos_unittest.cc info.overscan->left= 20; left 157 chrome/browser/extensions/api/system_display/system_display_apitest.cc unit->overscan.left = 20; left 502 chrome/browser/extensions/api/tabs/tabs_api.cc if (create_data->left) left 503 chrome/browser/extensions/api/tabs/tabs_api.cc window_bounds.set_x(*create_data->left); left 701 chrome/browser/extensions/api/tabs/tabs_api.cc if (params->update_info.left) { left 702 chrome/browser/extensions/api/tabs/tabs_api.cc bounds.set_x(*params->update_info.left); left 40 chrome/browser/extensions/extension_icon_manager.cc padding.left(), padding.top(), source.width(), source.height(), left 316 chrome/browser/first_run/try_chrome_dialog_view.cc int left = is_RTL ? info.rcWork.left : info.rcWork.right - width; left 318 chrome/browser/first_run/try_chrome_dialog_view.cc return gfx::Rect(left, top, width, height); left 623 chrome/browser/net/predictor.cc bool operator()(const GURL& left, const GURL& right) const { left 624 chrome/browser/net/predictor.cc return ReverseComponents(left) < ReverseComponents(right); left 154 chrome/browser/prefs/pref_service_browsertest.cc int left = 0; left 156 chrome/browser/prefs/pref_service_browsertest.cc &left)); left 157 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(left, bounds.x()); left 219 chrome/browser/prefs/pref_service_browsertest.cc int left = 0; left 221 chrome/browser/prefs/pref_service_browsertest.cc &left)); left 222 chrome/browser/prefs/pref_service_browsertest.cc EXPECT_EQ(left, bounds.x()); left 43 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right; left 99 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right; left 311 chrome/browser/sync/test/integration/typed_urls_helper.cc void AssertURLRowVectorsAreEqual(const history::URLRows& left, left 313 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.size(), right.size()); left 314 chrome/browser/sync/test/integration/typed_urls_helper.cc for (size_t i = 0; i < left.size(); ++i) { left 319 chrome/browser/sync/test/integration/typed_urls_helper.cc if (left[i].url() == right[j].url()) { left 320 chrome/browser/sync/test/integration/typed_urls_helper.cc AssertURLRowsAreEqual(left[i], right[j]); left 353 chrome/browser/sync/test/integration/typed_urls_helper.cc const history::URLRow& left, const history::URLRow& right) { left 354 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.url(), right.url()); left 355 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.title(), right.title()); left 356 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.visit_count(), right.visit_count()); left 357 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.typed_count(), right.typed_count()); left 358 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.last_visit(), right.last_visit()); left 359 chrome/browser/sync/test/integration/typed_urls_helper.cc ASSERT_EQ(left.hidden(), right.hidden()); left 64 chrome/browser/sync/test/integration/typed_urls_helper.h void AssertURLRowVectorsAreEqual(const history::URLRows& left, left 68 chrome/browser/sync/test/integration/typed_urls_helper.h void AssertURLRowsAreEqual(const history::URLRow& left, left 22 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc void ExpectEquivalentServiceMetadata(const ServiceMetadata& left, left 24 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.largest_change_id(), right.largest_change_id()); left 25 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.sync_root_tracker_id(), right.sync_root_tracker_id()); left 26 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.next_tracker_id(), right.next_tracker_id()); left 29 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc void ExpectEquivalentDetails(const FileDetails& left, left 32 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc for (int i = 0; i < left.parent_folder_ids_size(); ++i) left 33 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_TRUE(parents.insert(left.parent_folder_ids(i)).second); left 36 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(1u, parents.erase(left.parent_folder_ids(i))); left 39 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.title(), right.title()); left 40 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.file_kind(), right.file_kind()); left 41 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.md5(), right.md5()); left 42 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.etag(), right.etag()); left 43 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.creation_time(), right.creation_time()); left 44 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.modification_time(), right.modification_time()); left 45 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.missing(), right.missing()); left 46 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.change_id(), right.change_id()); left 49 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc void ExpectEquivalentMetadata(const FileMetadata& left, left 51 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.file_id(), right.file_id()); left 52 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc ExpectEquivalentDetails(left.details(), right.details()); left 55 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc void ExpectEquivalentTrackers(const FileTracker& left, left 57 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.tracker_id(), right.tracker_id()); left 58 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.parent_tracker_id(), right.parent_tracker_id()); left 59 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.file_id(), right.file_id()); left 60 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.app_id(), right.app_id()); left 61 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.tracker_kind(), right.tracker_kind()); left 62 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc ExpectEquivalentDetails(left.synced_details(), right.synced_details()); left 63 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.dirty(), right.dirty()); left 64 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.active(), right.active()); left 65 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.cc EXPECT_EQ(left.needs_folder_listing(), right.needs_folder_listing()); left 28 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.h void ExpectEquivalentServiceMetadata(const ServiceMetadata& left, left 30 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.h void ExpectEquivalentDetails(const FileDetails& left, const FileDetails& right); left 31 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.h void ExpectEquivalentMetadata(const FileMetadata& left, left 33 chrome/browser/sync_file_system/drive_backend/drive_backend_test_util.h void ExpectEquivalentTrackers(const FileTracker& left, left 19 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc bool operator==(const ParentIDAndTitle& left, const ParentIDAndTitle& right) { left 20 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return left.parent_id == right.parent_id && left.title == right.title; left 23 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc bool operator<(const ParentIDAndTitle& left, const ParentIDAndTitle& right) { left 24 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc if (left.parent_id != right.parent_id) left 25 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return left.parent_id < right.parent_id; left 26 chrome/browser/sync_file_system/drive_backend/metadata_database_index.cc return left.title < right.title; left 28 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h bool operator==(const ParentIDAndTitle& left, const ParentIDAndTitle& right); left 29 chrome/browser/sync_file_system/drive_backend/metadata_database_index.h bool operator<(const ParentIDAndTitle& left, const ParentIDAndTitle& right); left 56 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const ServiceMetadata* left, left 58 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc test_util::ExpectEquivalentServiceMetadata(*left, *right); left 61 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const FileMetadata* left, const FileMetadata* right) { left 62 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc if (!left) { left 67 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc test_util::ExpectEquivalentMetadata(*left, *right); left 70 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const FileTracker* left, const FileTracker* right) { left 71 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc if (!left) { left 76 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc test_util::ExpectEquivalentTrackers(*left, *right); left 79 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(int64 left, int64 right) { left 80 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc EXPECT_EQ(left, right); left 84 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalentMaps(const Container& left, const Container& right); left 87 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const std::map<Key, Value>& left, left 89 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ExpectEquivalentMaps(left, right); left 93 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const base::hash_map<Key, Value>& left, left 95 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ExpectEquivalentMaps(std::map<Key, Value>(left.begin(), left.end()), left 100 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const base::ScopedPtrHashMap<Key, Value>& left, left 102 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ExpectEquivalentMaps(std::map<Key, Value*>(left.begin(), left.end()), left 107 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalentSets(const Container& left, const Container& right); left 110 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const std::set<Value, Comparator>& left, left 112 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc return ExpectEquivalentSets(left, right); left 116 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const base::hash_set<Value>& left, left 118 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc return ExpectEquivalentSets(std::set<Value>(left.begin(), left.end()), left 122 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalent(const TrackerIDSet& left, left 126 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc EXPECT_EQ(left.active_tracker(), right.active_tracker()); left 128 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ExpectEquivalent(left.tracker_set(), right.tracker_set()); left 132 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalentMaps(const Container& left, const Container& right) { left 133 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ASSERT_EQ(left.size(), right.size()); left 136 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const_iterator left_itr = left.begin(); left 138 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc while (left_itr != left.end()) { left 147 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc void ExpectEquivalentSets(const Container& left, const Container& right) { left 148 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc ASSERT_EQ(left.size(), right.size()); left 151 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc const_iterator left_itr = left.begin(); left 153 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc while (left_itr != left.end()) { left 26 chrome/browser/sync_file_system/drive_backend/register_app_task.cc bool CompareOnCTime(const FileTracker& left, left 28 chrome/browser/sync_file_system/drive_backend/register_app_task.cc return left.synced_details().creation_time() < left 48 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc bool LessOnCreationTime(const google_apis::ResourceEntry& left, left 50 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc return left.published_time() < right.published_time(); left 46 chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc const PendingTask& left, left 48 chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc if (left.priority != right.priority) left 49 chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc return left.priority < right.priority; left 50 chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc return left.seq > right.seq; left 109 chrome/browser/sync_file_system/drive_backend/sync_task_manager.h bool operator()(const PendingTask& left, left 274 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc bool VerifyReverseMapInclusion(const ResourceIdByOrigin& left, left 276 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc for (ResourceIdByOrigin::const_iterator itr = left.begin(); left 277 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc itr != left.end(); ++itr) { left 19 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc const RemoteResource& left, left 21 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.parent_resource_id != right.parent_resource_id) left 22 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.parent_resource_id < right.parent_resource_id; left 23 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.parent_title != right.parent_title) left 24 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.parent_title < right.parent_title; left 25 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.title != right.title) left 26 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.title < right.title; left 27 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.resource_id != right.resource_id) left 28 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.resource_id < right.resource_id; left 29 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.md5_checksum != right.md5_checksum) left 30 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.md5_checksum < right.md5_checksum; left 31 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc if (left.deleted != right.deleted) left 32 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.deleted < right.deleted; left 33 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left.changestamp < right.changestamp; left 37 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc bool operator()(const google_apis::ResourceEntry* left, left 39 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc return left->changestamp() < right->changestamp(); left 53 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.h bool operator()(const RemoteResource& left, const RemoteResource& right); left 21 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc const ChangeQueueItem& left, left 23 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc if (left.changestamp != right.changestamp) left 24 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc return left.changestamp < right.changestamp; left 25 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc return fileapi::FileSystemURL::Comparator()(left.url, right.url); left 49 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc const RemoteChange& left, left 54 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc if (left.changestamp != right.changestamp) left 55 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.cc return left.changestamp > right.changestamp; left 43 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.h bool operator()(const RemoteChange& left, const RemoteChange& right); left 81 chrome/browser/sync_file_system/drive_backend_v1/remote_change_handler.h bool operator()(const ChangeQueueItem& left, const ChangeQueueItem& right); left 26 chrome/browser/ui/app_list/app_list_positioner.cc void AppListPositioner::WorkAreaInset(int left, left 31 chrome/browser/ui/app_list/app_list_positioner.cc work_area.Inset(left, top, right, bottom); left 55 chrome/browser/ui/app_list/app_list_positioner.h void WorkAreaInset(int left, int top, int right, int bottom); left 48 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h - (NSPoint)left; left 1619 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc region_before.left == region_after.left && left 365 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc debugging_log_ << " InvokeEvent(" << std::left left 789 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << std::left << std::setw(kMaxStateNameLength+1) left 811 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << std::left << std::setw(kMaxStateNameLength+1) left 813 chrome/browser/ui/fullscreen/fullscreen_controller_state_test.cc << std::left << std::setw(kMaxStateNameLength+1) left 530 chrome/browser/ui/gtk/browser_toolbar_gtk.cc gfx::Rect left(allocation.x - kShadowThickness, left 538 chrome/browser/ui/gtk/browser_toolbar_gtk.cc area.Subtract(left); left 554 chrome/browser/ui/gtk/browser_toolbar_gtk.cc bool draw_left_corner = left.Intersects(gfx::Rect(e->area)); left 571 chrome/browser/ui/gtk/browser_toolbar_gtk.cc SetSource(copy_cr, widget, left.x(), left.y()); left 451 chrome/browser/ui/gtk/browser_window_gtk.cc gfx::CairoCachedSurface* left = left 453 chrome/browser/ui/gtk/browser_window_gtk.cc left->SetSource(cr, GTK_WIDGET(window_), left 315 chrome/browser/ui/gtk/gtk_util.cc int top, int bottom, int left, int right) { left 323 chrome/browser/ui/gtk/gtk_util.cc gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), top, bottom, left, right); left 512 chrome/browser/ui/gtk/gtk_util.cc bool left, bool middle, bool right) { left 514 chrome/browser/ui/gtk/gtk_util.cc if (left) left 51 chrome/browser/ui/gtk/gtk_util.h int top, int bottom, int left, int right); left 119 chrome/browser/ui/gtk/gtk_util.h bool left, bool middle, bool right); left 61 chrome/browser/ui/gtk/nine_box.cc NineBox::NineBox(int top_left, int top, int top_right, int left, int center, left 69 chrome/browser/ui/gtk/nine_box.cc images_[3] = left ? &rb.GetNativeImageNamed(left) : NULL; left 26 chrome/browser/ui/gtk/nine_box.h NineBox(int top_left, int top, int top_right, int left, int center, int right, left 257 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc int left = 0; left 259 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc left = GetPreferredSize().width() - attached_tab_size_.width(); left 265 chrome/browser/ui/gtk/tabs/dragged_view_gtk.cc gfx::Rect(left, 0, attached_tab_size_.width(), left 526 chrome/browser/ui/gtk/task_manager_gtk.cc int top = 0, left = 0, bottom = 1, right = 1; left 529 chrome/browser/ui/gtk/task_manager_gtk.cc placement_pref->GetInteger("left", &left) && left 533 chrome/browser/ui/gtk/task_manager_gtk.cc std::max(1, right - left), left 1359 chrome/browser/ui/libgtk2ui/gtk2_ui.cc button_insets_ = gfx::Insets(border->top, border->left, left 101 chrome/browser/ui/metro_pin_tab_helper_win.cc int left = (kLogoWidth - bitmap.width()) / 2; left 103 chrome/browser/ui/metro_pin_tab_helper_win.cc canvas.DrawImageInt(gfx::ImageSkia::CreateFrom1xBitmap(bitmap), left, top); left 35 chrome/browser/ui/tabs/tab_resources.cc SkScalar left = kTabInset; left 41 chrome/browser/ui/tabs/tab_resources.cc path->moveTo(left, bottom); left 44 chrome/browser/ui/tabs/tab_resources.cc path->lineTo(left + kTabBottomCurveWidth, bottom - kTabBottomCurveWidth); left 45 chrome/browser/ui/tabs/tab_resources.cc path->lineTo(left + kTabCapWidth - kTabTopCurveWidth, left 47 chrome/browser/ui/tabs/tab_resources.cc path->lineTo(left + kTabCapWidth, top); left 51 chrome/browser/ui/tabs/tab_resources.cc path->lineTo(left + kTabCapWidth, 0); left 65 chrome/browser/ui/tabs/tab_resources.cc path->lineTo(left, bottom); left 989 chrome/browser/ui/views/autofill/autofill_dialog_views.cc insets.left(), insets.top()); left 104 chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left())); left 123 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc x = web_contents_bounds.x() - border_insets.left() + kAnchorlessEndPadding; left 158 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left())); left 113 chrome/browser/ui/views/chrome_views_delegate.cc int left, top, right, bottom; left 114 chrome/browser/ui/views/chrome_views_delegate.cc if (!dictionary || !dictionary->GetInteger("left", &left) || left 120 chrome/browser/ui/views/chrome_views_delegate.cc bounds->SetRect(left, top, right - left, bottom - top); left 663 chrome/browser/ui/views/download/download_item_view.cc body_image_set->left->width() - left 713 chrome/browser/ui/views/download/download_item_view.cc body_image_set->top_left, body_image_set->left, left 735 chrome/browser/ui/views/download/download_item_view.cc hot_body_image_set_.top_left, hot_body_image_set_.left, left 130 chrome/browser/ui/views/download/download_item_view.h gfx::ImageSkia* left; left 432 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc gfx::ImageSkia* left = rb.GetImageSkiaNamed(IDR_CONTENT_LEFT_SIDE); left 458 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), left 459 chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc client_area_top, left->width(), client_area_height); left 209 chrome/browser/ui/views/frame/glass_browser_frame_view.cc return gfx::Rect(std::max(0, client_bounds.x() - insets.left()), left 420 chrome/browser/ui/views/frame/glass_browser_frame_view.cc gfx::ImageSkia* left = tp->GetImageSkiaNamed(IDR_CONTENT_LEFT_SIDE); left 421 chrome/browser/ui/views/frame/glass_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), left 422 chrome/browser/ui/views/frame/glass_browser_frame_view.cc client_area_top, left->width(), client_area_height); left 23 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc if (titlebar_info.rgrect[2].left == titlebar_info.rgrect[2].right || left 38 chrome/browser/ui/views/frame/minimize_button_metrics_win.cc POINT minimize_button_corner = { titlebar_info.rgrect[2].left, 0 }; left 838 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc gfx::ImageSkia* left = tp->GetImageSkiaNamed(IDR_CONTENT_LEFT_SIDE); left 839 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc canvas->TileImageInt(*left, client_area_bounds.x() - left->width(), left 840 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc image_top, left->width(), image_height); left 979 chrome/browser/ui/views/location_bar/location_bar_view.cc insets.top(), insets.left(), insets.bottom(), omnibox_view_margin)); left 156 chrome/browser/ui/views/location_bar/star_view_browsertest.cc region_before.left == region_after.left && left 402 chrome/browser/ui/views/notifications/balloon_view_views.cc SkScalar left = SkIntToScalar(0); left 407 chrome/browser/ui/views/notifications/balloon_view_views.cc path->moveTo(left, top); left 413 chrome/browser/ui/views/notifications/balloon_view_views.cc path->lineTo(left + radius, bottom); left 414 chrome/browser/ui/views/notifications/balloon_view_views.cc path->cubicTo(left + spline_radius, bottom, left 415 chrome/browser/ui/views/notifications/balloon_view_views.cc left, bottom - spline_radius, left 416 chrome/browser/ui/views/notifications/balloon_view_views.cc left, bottom - radius); left 417 chrome/browser/ui/views/notifications/balloon_view_views.cc path->lineTo(left, top); left 426 chrome/browser/ui/views/notifications/balloon_view_views.cc SkScalar left = SkIntToScalar(rect.x()); left 431 chrome/browser/ui/views/notifications/balloon_view_views.cc path->moveTo(left, bottom); left 432 chrome/browser/ui/views/notifications/balloon_view_views.cc path->lineTo(left, top + radius); left 433 chrome/browser/ui/views/notifications/balloon_view_views.cc path->cubicTo(left, top + spline_radius, left 434 chrome/browser/ui/views/notifications/balloon_view_views.cc left + spline_radius, top, left 435 chrome/browser/ui/views/notifications/balloon_view_views.cc left + radius, top); left 441 chrome/browser/ui/views/notifications/balloon_view_views.cc path->lineTo(left, bottom); left 116 chrome/browser/ui/views/omnibox/omnibox_result_view.cc int mirrored_left_coord(int left, int right) const { left 117 chrome/browser/ui/views/omnibox/omnibox_result_view.cc return base::i18n::IsRTL() ? (center_ + (center_ - right)) : left; left 54 chrome/browser/ui/views/panels/panel_view_browsertest.cc EXPECT_EQ(200, window_rect.right - window_rect.left); left 82 chrome/browser/ui/views/panels/panel_view_browsertest.cc EXPECT_EQ(200, window_rect.right - window_rect.left); left 170 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc enclosing_x = bounds.left; left 175 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc if (bounds.left < enclosing_x) left 176 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc enclosing_x = bounds.left; left 203 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc current_bounds.left - enclosing_x, left 205 chrome/browser/ui/views/panels/taskbar_window_thumbnailer_win.cc current_bounds.right - current_bounds.left, left 851 chrome/browser/ui/views/tabs/tab.cc close_button_->x() + close_button_->GetInsets().left() : lb.right(); left 882 chrome/browser/ui/views/tabs/tab.cc title_width = close_button_->x() + close_button_->GetInsets().left() - left 172 chrome/browser/ui/views/tabs/tab_unittest.cc tab.close_button_->GetInsets().left()); left 180 chrome/browser/ui/views/tabs/tab_unittest.cc tab.close_button_->GetInsets().left()); left 290 chrome/browser/ui/views/tabs/tab_unittest.cc EXPECT_EQ(close_button_insets.left(), close_button_insets_2.left()); left 117 chrome/browser/ui/views/tabs/window_finder_win.cc screen_loc_.x() - r.left, screen_loc_.y() - r.top); left 33 chrome/browser/ui/views/toolbar/back_button.cc border->set_insets(gfx::Insets(insets.top(), insets.left() + margin, left 40 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc FirstRunActor::StepPosition& FirstRunActor::StepPosition::SetLeft(int left) { left 41 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.cc left_ = left; left 55 chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h StepPosition& SetLeft(int left); left 157 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc insets.Set(insets.top(), insets.left() + length, left 160 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc insets.Set(insets.top() + length, insets.left(), left 188 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc insets.Set(insets.top(), insets.left() + length, left 191 chrome/browser/ui/webui/options/chromeos/display_overscan_handler.cc insets.Set(insets.top() + length, insets.left(), left 174 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc region_before.left == region_after.left && left 57 chrome/browser/ui/window_sizer/window_sizer.cc int top = 0, left = 0, bottom = 0, right = 0; left 61 chrome/browser/ui/window_sizer/window_sizer.cc wp_pref->GetInteger("left", &left) && left 65 chrome/browser/ui/window_sizer/window_sizer.cc bounds->SetRect(left, top, std::max(0, right - left), left 62 chrome/browser/web_applications/web_app.cc bool IconPrecedes(const WebApplicationInfo::IconInfo& left, left 64 chrome/browser/web_applications/web_app.cc return left.width < right.width; left 18 chrome/installer/util/delete_tree_work_item.cc bool SafeCast(L left, R* right) { left 20 chrome/installer/util/delete_tree_work_item.cc COMPILE_ASSERT(sizeof(left) == sizeof(right), left 22 chrome/installer/util/delete_tree_work_item.cc if (left > static_cast<L>(std::numeric_limits<R>::max())) left 24 chrome/installer/util/delete_tree_work_item.cc *right = static_cast<L>(left); left 116 chrome/installer/util/install_util.cc int x_offset = (screen_rect.right - screen_rect.left) / 2; left 119 chrome/installer/util/install_util.cc screen_rect.left + x_offset, left 126 chrome/installer/util/language_selector.cc bool operator<(const LangToOffset& left, const std::wstring& right) { left 127 chrome/installer/util/language_selector.cc return left.language < right; left 132 chrome/installer/util/language_selector.cc bool operator<(const std::wstring& left, const LangToOffset& right) { left 133 chrome/installer/util/language_selector.cc return left < right.language; left 137 chrome/installer/util/language_selector.cc bool operator<(const LangToOffset& left, const LangToOffset& right) { left 138 chrome/installer/util/language_selector.cc return std::wstring(left.language) < right.language; left 142 chrome/installer/util/language_selector.cc bool IsOffsetLessThan(const LangToOffset& left, const LangToOffset& right) { left 143 chrome/installer/util/language_selector.cc return left.offset < right.offset; left 557 chrome/renderer/extensions/module_system.cc v8::Handle<v8::String> left = v8::String::NewFromUtf8( left 565 chrome/renderer/extensions/module_system.cc v8::String::Concat(left, v8::String::Concat(source, right)))); left 533 chrome/test/base/ui_test_utils.cc gfx::Size(rect.right - rect.left, rect.bottom - rect.top)); left 431 chrome/test/remoting/remote_desktop_browsertest.cc int left = ExecuteScriptAndExtractInt("clientPluginRect.left"); left 444 chrome/test/remoting/remote_desktop_browsertest.cc gfx::Point(left + x, top + y)); left 75 cloud_print/service/win/cloud_print_service.cc std::cout << std::setiosflags(std::ios::left); left 28 components/dom_distiller/core/article_entry.cc bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right) { left 29 components/dom_distiller/core/article_entry.cc DCHECK(IsEntryValid(left)); left 31 components/dom_distiller/core/article_entry.cc return left.SerializeAsString() == right.SerializeAsString(); left 26 components/dom_distiller/core/article_entry.h bool AreEntriesEqual(const ArticleEntry& left, const ArticleEntry& right); left 31 components/dom_distiller/core/article_entry_unittest.cc ArticleEntry left; left 33 components/dom_distiller/core/article_entry_unittest.cc left.set_entry_id("entry0"); left 35 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 36 components/dom_distiller/core/article_entry_unittest.cc right = left; left 37 components/dom_distiller/core/article_entry_unittest.cc EXPECT_TRUE(AreEntriesEqual(left, right)); left 39 components/dom_distiller/core/article_entry_unittest.cc left.set_title("a title"); left 40 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 42 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 44 components/dom_distiller/core/article_entry_unittest.cc EXPECT_TRUE(AreEntriesEqual(left, right)); left 48 components/dom_distiller/core/article_entry_unittest.cc *left.add_pages() = left_page; left 50 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 55 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 57 components/dom_distiller/core/article_entry_unittest.cc right = left; left 58 components/dom_distiller/core/article_entry_unittest.cc EXPECT_TRUE(AreEntriesEqual(left, right)); left 61 components/dom_distiller/core/article_entry_unittest.cc EXPECT_FALSE(AreEntriesEqual(left, right)); left 206 components/dom_distiller/core/dom_distiller_store_unittest.cc AssertionResult AreEntryMapsEqual(const EntryMap& left, const EntryMap& right) { left 208 components/dom_distiller/core/dom_distiller_store_unittest.cc for (EntryMap::const_iterator it = left.begin(); it != left.end(); ++it) { left 136 content/browser/accessibility/accessibility_tree_formatter_win.cc LONG left, top, width, height; left 138 content/browser/accessibility/accessibility_tree_formatter_win.cc if (acc_obj->accLocation(&left, &top, &width, &height, variant_self) left 144 content/browser/accessibility/accessibility_tree_formatter_win.cc location->SetInteger("x", left - root_left); left 264 content/browser/accessibility/browser_accessibility.cc int left = child_rect.x() + start_pixel_offset; left 266 content/browser/accessibility/browser_accessibility.cc child_overlap_rect = gfx::Rect(left, child_rect.y(), left 267 content/browser/accessibility/browser_accessibility.cc right - left, child_rect.height()); left 272 content/browser/accessibility/browser_accessibility.cc int left = child_rect.right() - end_pixel_offset; left 273 content/browser/accessibility/browser_accessibility.cc child_overlap_rect = gfx::Rect(left, child_rect.y(), left 274 content/browser/accessibility/browser_accessibility.cc right - left, child_rect.height()); left 378 content/browser/accessibility/browser_accessibility_android.cc size_t left = 0; left 379 content/browser/accessibility/browser_accessibility_android.cc while (left < old_len && left 380 content/browser/accessibility/browser_accessibility_android.cc left < new_len && left 381 content/browser/accessibility/browser_accessibility_android.cc old_value_[left] == new_value_[left]) { left 382 content/browser/accessibility/browser_accessibility_android.cc left++; left 390 content/browser/accessibility/browser_accessibility_android.cc return (new_len - left - right); left 396 content/browser/accessibility/browser_accessibility_android.cc size_t left = 0; left 397 content/browser/accessibility/browser_accessibility_android.cc while (left < old_len && left 398 content/browser/accessibility/browser_accessibility_android.cc left < new_len && left 399 content/browser/accessibility/browser_accessibility_android.cc old_value_[left] == new_value_[left]) { left 400 content/browser/accessibility/browser_accessibility_android.cc left++; left 408 content/browser/accessibility/browser_accessibility_android.cc return (old_len - left - right); left 73 content/browser/compositor/software_output_device_win.cc SIZE size = {wr.right - wr.left, wr.bottom - wr.top}; left 74 content/browser/compositor/software_output_device_win.cc POINT position = {wr.left, wr.top}; left 37 content/browser/gamepad/gamepad_standard_mappings.cc bool left = false; left 47 content/browser/gamepad/gamepad_standard_mappings.cc left = dir >= .4f && dir <= 1.f; left 56 content/browser/gamepad/gamepad_standard_mappings.cc mapped->buttons[kButtonDpadLeft].pressed = left; left 57 content/browser/gamepad/gamepad_standard_mappings.cc mapped->buttons[kButtonDpadLeft].value = left ? 1.f : 0.f; left 236 content/browser/media/capture/desktop_capture_device.cc webrtc::DesktopFrame::kBytesPerPixel * output_rect_.left(); left 301 content/browser/media/capture/desktop_capture_device.cc output_rect_.Translate(-output_rect_.left(), -output_rect_.top()); left 135 content/browser/web_contents/aura/gesture_nav_simple.cc transform.Translate(arrow_delegate_->left() ? -kArrowWidth : kArrowWidth, 0); left 155 content/browser/web_contents/aura/gesture_nav_simple.cc transform.Translate(arrow_delegate_->left() ? translate_x : -translate_x, left 631 content/child/npapi/plugin_host.cc rect.left = invalidRect->left; left 639 content/child/npapi/plugin_host.cc gfx::Rect rect(invalidRect->left, left 641 content/child/npapi/plugin_host.cc invalidRect->right - invalidRect->left, left 200 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.left = clip_rect_.x(); left 370 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.left = 0; left 496 content/child/npapi/webplugin_delegate_impl_gtk.cc window_.clipRect.left = clip_rect_.x() + window_rect_.x(); left 840 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.left = std::max(0, clip_rect_.x()); left 974 content/child/npapi/webplugin_delegate_impl_win.cc invalid_rect.Offset(-window_rect.left, -window_rect.top); left 1079 content/child/npapi/webplugin_delegate_impl_win.cc damage_rect_win.left = damage_rect.x(); // + window_rect_.x(); left 1081 content/child/npapi/webplugin_delegate_impl_win.cc damage_rect_win.right = damage_rect_win.left + damage_rect.width(); left 1109 content/child/npapi/webplugin_delegate_impl_win.cc window_.clipRect.left = clip_rect_.x(); left 1225 content/common/gpu/media/exynos_video_encode_accelerator.cc crop.c.left = 0; left 1272 content/common/gpu/media/exynos_video_encode_accelerator.cc crop.c.left = 0; left 1321 content/common/gpu/media/exynos_video_encode_accelerator.cc crop.c.left = 0; left 279 content/public/android/java/src/org/chromium/content/browser/ContentView.java protected void onLayout(boolean changed, int left, int top, int right, int bottom) { left 280 content/public/android/java/src/org/chromium/content/browser/ContentView.java super.onLayout(changed, left, top, right, bottom); left 2456 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java int x1 = anchorRectDip.left; left 2458 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java int x2 = focusRectDip.left; left 2522 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java mTopLeftVisibilityClippingPoint.setLocalDip(bounds.left, bounds.top); left 326 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java float l = mTouch.x - mScale * (mTouch.x - mTargetBounds.left); left 349 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java if (mClipRect.left < ZOOM_BOUNDS_MARGIN) { left 350 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mShiftX = ZOOM_BOUNDS_MARGIN - mClipRect.left; left 351 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mClipRect.left += mShiftX; left 356 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mClipRect.left += mShiftX; left 374 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java if (mViewClipRect.left + mShiftX > mClipRect.left) { left 375 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mMaxScrollX = mViewClipRect.left - mClipRect.left; left 386 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java mLeftExtrusion = mTouch.x - mClipRect.left; left 467 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java rect.left = mTouch.x - mLeftExtrusion * scale + unshiftX; left 476 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java canvas.scale(scale, scale, rect.left, rect.top); left 478 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java canvas.drawBitmap(mZoomedBitmap, rect.left, rect.top, null); left 481 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java overlayNineTile.setBounds((int) rect.left - sOverlayPadding.left, left 526 content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java rect.left = (int) mRenderCoordinates.fromLocalCssToPix(rect.left); left 48 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java public void setVisibleClippingRectangle(int left, int top, int right, int bottom) { left 50 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java mVisibleClippingRectangle = new Rect(left, top, right, bottom); left 52 content/public/android/java/src/org/chromium/content/browser/input/CursorController.java mVisibleClippingRectangle.set(left,top,right,bottom); left 243 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java clip.left = 0; left 256 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java boolean result = posX >= clip.left && posX <= clip.right && left 75 content/public/android/java/src/org/chromium/content/browser/input/InputMethodManagerWrapper.java public void updateCursor(View view, int left, int top, int right, int bottom) { left 76 content/public/android/java/src/org/chromium/content/browser/input/InputMethodManagerWrapper.java getInputMethodManager().updateCursor(view, left, top, right, bottom); left 259 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java float left = renderCoordinates.fromLocalCssToPix(nodeBounds.left) + offsetX; left 266 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java (int)(left + 3 * (right - left) / 4), (int)(top + (bottom - top) / 2)); left 274 content/public/android/javatests/src/org/chromium/content/browser/input/InsertionHandleTest.java (int)(left + (right - left) / 4), (int)(top + (bottom - top) / 2)); left 205 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsLeftX = Math.round(affineTopLeft.x * nodeWindowBounds.left left 210 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int visibleBoundsRightX = Math.round(affineBottomRight.x * nodeWindowBounds.left left 218 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int leftX = (nodeWindowBounds.left + nodeWindowBounds.centerX()) / 2; left 241 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int leftX = (nodeWindowBounds.left + nodeWindowBounds.centerX()) / 2; left 459 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java int left = (int) renderCoordinates.fromLocalCssToPix(nodeBounds.left) + offsetX; left 464 content/public/android/javatests/src/org/chromium/content/browser/input/SelectionHandleTest.java return new Rect(left, top, right, bottom); left 34 content/public/browser/render_widget_host_view_mac_delegate.h - (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right; left 73 content/renderer/disambiguation_popup_helper.cc int left = touch_point.x() - zoom_rect.x(); left 77 content/renderer/disambiguation_popup_helper.cc TrimEdges(&left, &right, max_size.width()); left 80 content/renderer/disambiguation_popup_helper.cc return gfx::Rect(touch_point.x() - left, left 82 content/renderer/disambiguation_popup_helper.cc left + right, left 593 content/shell/renderer/test_runner/WebTestProxy.cpp int left = max(damageRect.x, clientRect.x); left 598 content/shell/renderer/test_runner/WebTestProxy.cpp if (left < right && top < bottom) left 599 content/shell/renderer/test_runner/WebTestProxy.cpp rect = WebRect(left, top, right - left, bottom - top); left 711 content/shell/renderer/test_runner/WebTestProxy.cpp int left = min(m_paintRect.x, rect.x); left 715 content/shell/renderer/test_runner/WebTestProxy.cpp m_paintRect = WebRect(left, top, right - left, bottom - top); left 191 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp int left = irect.fLeft; left 197 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp SkScalar cx = SkIntToScalar(left + width / 2); left 229 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp int left = irect.fLeft; left 249 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp line(canvas, left + 1, i, right - 1, i, readOnlyColor); left 255 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left, top, left 256 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + triangleSize, top, left 257 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left, top + triangleSize, left 273 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left, bottom, left 274 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left, bottom - triangleSize, left 275 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + triangleSize, bottom, left 319 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp int left = irect.fLeft; left 328 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, top + quarterHeight, left 330 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, bottom - quarterHeight, left 340 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, top + halfHeight, left 347 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, top + quarterHeight, left 349 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, bottom - quarterHeight, left 356 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, bottom - quarterHeight, left 357 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, top + quarterHeight, left 371 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + gripLongIndent, top + halfHeight, left 375 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + longOffset, top + gripShortIndent, left 376 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + longOffset, bottom - gripShortIndent, left 394 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, top + gripLongIndent, left 395 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, bottom - gripLongIndent, left 398 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + gripShortIndent, top + longOffset, left 402 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + gripShortIndent, bottom - longOffset, left 540 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp line(canvas, left, top, right, top, edgeColor); left 541 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp line(canvas, left, bottom, right, bottom, edgeColor); left 545 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp line(canvas, left, top, left, bottom, edgeColor); left 569 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, bottom - quarterHeight, left 571 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, top + quarterHeight, left 581 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + quarterWidth, top + quarterHeight, left 583 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp left + halfWidth, bottom - quarterHeight, left 339 content/shell/renderer/test_runner/web_ax_object_proxy.cc int left = inline_text_box_rect.x + character_offsets[localIndex - 1]; left 342 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(left, inline_text_box_rect.y, left 353 content/shell/renderer/test_runner/web_ax_object_proxy.cc int left = right - character_offsets[localIndex]; left 356 content/shell/renderer/test_runner/web_ax_object_proxy.cc return blink::WebRect(left, inline_text_box_rect.y, left 359 content/shell/renderer/test_runner/web_ax_object_proxy.cc int left = right - character_offsets[0]; left 361 content/shell/renderer/test_runner/web_ax_object_proxy.cc left, inline_text_box_rect.y, left 364 content/shell/tools/plugin/PluginObject.cpp plugin->lastWindow.clipRect.left, left 366 content/shell/tools/plugin/PluginObject.cpp plugin->lastWindow.clipRect.right - plugin->lastWindow.clipRect.left, left 1177 content/shell/tools/plugin/PluginObject.cpp rect.left = static_cast<int>(NPVARIANT_TO_DOUBLE(args[0])); left 54 content/shell/tools/plugin/Tests/LogNPPSetWindow.cpp window->clipRect.left, window->clipRect.top, window->clipRect.right, window->clipRect.bottom, left 26 content/test/plugin/plugin_window_size_test.cc window_rect.left = pNPWindow->x; left 43 content/test/plugin/plugin_window_size_test.cc origin_from_os.x = window_rect_from_os.left; left 110 gpu/command_buffer/client/fenced_allocator.h bool operator() (const Block &left, const Block &right) { left 111 gpu/command_buffer/client/fenced_allocator.h return left.offset < right.offset; left 204 gpu/command_buffer/tests/gl_depth_texture_unittest.cc const uint8* left = actual - 4; left 210 gpu/command_buffer/tests/gl_depth_texture_unittest.cc EXPECT_GT(actual[0], left[0]) left 213 gpu/command_buffer/tests/gl_depth_texture_unittest.cc << " left[0] =" << static_cast<unsigned>(left[0]) left 215 gpu/command_buffer/tests/gl_depth_texture_unittest.cc << " left =" << reinterpret_cast<const void*>(left); left 216 gpu/command_buffer/tests/gl_depth_texture_unittest.cc bad_count += (actual[0] > left[0] ? 0 : 1); left 69 gpu/gles2_conform_support/native/egl_native_win.cc wnd_rect.left = 0; left 89 gpu/gles2_conform_support/native/egl_native_win.cc wnd_rect.right - wnd_rect.left, left 412 gpu/tools/compositor_model_bench/shaders.cc float left = g_current_tile_width*x; left 414 gpu/tools/compositor_model_bench/shaders.cc if (left > g_current_tile_layer_width || top > g_current_tile_layer_height) left 417 gpu/tools/compositor_model_bench/shaders.cc float right = min(left+g_current_tile_width, g_current_tile_layer_width); left 419 gpu/tools/compositor_model_bench/shaders.cc float width = right-left; left 440 gpu/tools/compositor_model_bench/shaders.cc float center_x = (left+right)/2 - g_current_tile_layer_width/2; left 198 mojo/examples/sample_app/spinning_cube.cc void Frustum(float left, left 204 mojo/examples/sample_app/spinning_cube.cc float delta_x = right - left; left 222 mojo/examples/sample_app/spinning_cube.cc frust.m[2][0] = (right + left) / delta_x; left 14 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc int32_t left; left 32 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.set_x(input.left); left 34 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.set_width(input.right - input.left); left 40 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.left = input.x(); left 141 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc EXPECT_EQ(10, rr.left); left 170 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rr.left += static_cast<int32_t>(i); left 214 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc rect.left += static_cast<int32_t>(i); left 227 mojo/public/cpp/bindings/tests/type_conversion_unittest.cc EXPECT_EQ(redmond_region.rects[i].left, redmond_region2.rects[i].left); left 18 mojo/services/native_viewport/native_viewport_win.cc wr.left = bounds.x(); left 23 mojo/services/native_viewport/native_viewport_win.cc return gfx::Rect(wr.left, wr.top, wr.right - wr.left, wr.bottom - wr.top); left 63 mojo/services/native_viewport/native_viewport_win.cc return gfx::Size(cr.right - cr.left, cr.bottom - cr.top); left 131 mojo/services/native_viewport/native_viewport_win.cc Rectangle(dc, cr.left, cr.top, cr.right, cr.bottom); left 112 native_client_sdk/src/examples/api/gamepad/gamepad.cc int left, left 120 native_client_sdk/src/examples/api/gamepad/gamepad.cc for (int x = std::max(0, left); left 121 native_client_sdk/src/examples/api/gamepad/gamepad.cc x < std::min(image->size().width() - 1, left + width); left 16 native_client_sdk/src/examples/api/graphics_3d/matrix.cc GLfloat left, left 24 native_client_sdk/src/examples/api/graphics_3d/matrix.cc temp2 = right - left; left 35 native_client_sdk/src/examples/api/graphics_3d/matrix.cc mat[8] = (right + left) / temp2; left 25 native_client_sdk/src/examples/api/graphics_3d/matrix.h GLfloat left, left 16 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc GLfloat left, left 24 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc temp2 = right - left; left 35 native_client_sdk/src/gonacl_appengine/src/cube/matrix.cc mat[8] = (right + left) / temp2; left 25 native_client_sdk/src/gonacl_appengine/src/cube/matrix.h GLfloat left, left 614 net/base/mime_util.cc const std::string left(base_pattern.substr(0, star)); left 617 net/base/mime_util.cc if (base_type.find(left) != 0) left 207 net/cert/x509_certificate.cc base::StringPiece* left, left 211 net/cert/x509_certificate.cc *left = src; left 214 net/cert/x509_certificate.cc *left = src.substr(0, pos); left 226 net/quic/congestion_control/tcp_cubic_sender.cc const QuicByteCount left = congestion_window_bytes - bytes_in_flight_; left 227 net/quic/congestion_control/tcp_cubic_sender.cc return left <= tcp_max_burst; left 1026 net/third_party/nss/ssl/dtlscon.c records->left = 0; left 1044 net/third_party/nss/ssl/dtlscon.c if (seq < records->left) { left 1068 net/third_party/nss/ssl/dtlscon.c if (seq < records->left) left 1096 net/third_party/nss/ssl/dtlscon.c records->left = new_left; left 570 net/third_party/nss/ssl/sslimpl.h PRUint64 left; left 2569 net/third_party/nss/ssl/sslsock.c PRInt32 left; left 2620 net/third_party/nss/ssl/sslsock.c left = first_len - bufLen; left 2621 net/third_party/nss/ssl/sslsock.c while (vectors && left) { left 2624 net/third_party/nss/ssl/sslsock.c toCopy = PR_MIN(left, myIov.iov_len); left 2627 net/third_party/nss/ssl/sslsock.c left -= toCopy; left 2671 net/third_party/nss/ssl/sslsock.c left = PR_MIN( limit, K16 - bufLen); left 2677 net/third_party/nss/ssl/sslsock.c } else if ((addLen = iov->iov_len % K16) <= left) { left 2680 net/third_party/nss/ssl/sslsock.c iov[1].iov_len % K16 + addLen <= left + limit) { left 2681 net/third_party/nss/ssl/sslsock.c addLen = left; left 26 ppapi/cpp/rect.cc void Rect::Inset(int32_t left, int32_t top, int32_t right, int32_t bottom) { left 27 ppapi/cpp/rect.cc Offset(left, top); left 28 ppapi/cpp/rect.cc set_width(std::max<int32_t>(width() - left - right, 0)); left 281 ppapi/cpp/rect.h void Inset(int32_t left, int32_t top, int32_t right, int32_t bottom); left 28 ppapi/examples/2d/paint_manager_example.cc int left, int top, int width, int height, left 33 ppapi/examples/2d/paint_manager_example.cc for (int x = std::max(0, left); left 34 ppapi/examples/2d/paint_manager_example.cc x < std::min(image->size().width() - 1, left + width); left 24 ppapi/examples/gamepad/gamepad.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height, left 29 ppapi/examples/gamepad/gamepad.cc for (int x = std::max(0, left); left 30 ppapi/examples/gamepad/gamepad.cc x < std::min(image->size().width() - 1, left + width); left 197 ppapi/examples/gles2_spinning_cube/spinning_cube.cc void Frustum(float left, left 203 ppapi/examples/gles2_spinning_cube/spinning_cube.cc float delta_x = right - left; left 221 ppapi/examples/gles2_spinning_cube/spinning_cube.cc frust.m[2][0] = (right + left) / delta_x; left 45 ppapi/examples/ime/ime.cc int left, int top, int width, int height, left 50 ppapi/examples/ime/ime.cc for (int x = std::max(0, left); left 51 ppapi/examples/ime/ime.cc x < std::min(image->size().width() - 1, left + width); left 28 ppapi/examples/input/pointer_event_input.cc int left, int top, int width, int height, left 33 ppapi/examples/input/pointer_event_input.cc for (int x = std::max(0, left); left 34 ppapi/examples/input/pointer_event_input.cc x < std::min(image->size().width() - 1, left + width); left 15 ppapi/examples/mouse_cursor/mouse_cursor.cc void FillRect(pp::ImageData* image, int left, int top, int width, int height, left 20 ppapi/examples/mouse_cursor/mouse_cursor.cc for (int x = std::max(0, left); left 21 ppapi/examples/mouse_cursor/mouse_cursor.cc x < std::min(image->size().width() - 1, left + width); left 528 ppapi/tests/test_case.h const T& left, left 537 ppapi/tests/test_case.h std::string left_string(left.ToString()); left 556 ppapi/tests/test_case.h const T& left, \ left 562 ppapi/tests/test_case.h if (!(left.Compare##comparator_name(right))) { \ left 564 ppapi/tests/test_case.h left, \ left 580 ppapi/tests/test_case.h inline std::string CompareDoubleEq(ComparisonHelper<double> left, left 586 ppapi/tests/test_case.h if (!(std::fabs(left.value - right) <= left 589 ppapi/tests/test_case.h "~=", left, right, left_precompiler_string, right_precompiler_string, left 251 printing/emf_win.cc return gfx::Rect(header.rclBounds.left, left 253 printing/emf_win.cc header.rclBounds.right - header.rclBounds.left + 1, left 16 printing/page_setup.cc left(0), left 25 printing/page_setup.cc left = 0; left 34 printing/page_setup.cc left == rhs.left && left 125 printing/page_setup.cc effective_margins_.left = std::max(requested_margins_.left, left 140 printing/page_setup.cc overlay_area_.set_x(effective_margins_.left); left 153 printing/page_setup.cc content_area_.set_x(effective_margins_.left); left 28 printing/page_setup.h int left; left 23 printing/page_setup_unittest.cc margins.left = rand() % kMax; left 45 printing/page_setup_unittest.cc effective_margins.left = std::max(margins.left, printable_area.x()); left 58 printing/page_setup_unittest.cc gfx::Rect overlay_area(effective_margins.left, effective_margins.header, left 60 printing/page_setup_unittest.cc effective_margins.left, left 88 printing/page_setup_unittest.cc EXPECT_EQ(effective_margins.left, setup.effective_margins().left) << seed << left 107 printing/page_setup_unittest.cc margins.left = 4; left 125 printing/page_setup_unittest.cc effective_margins.left = 4; left 153 printing/page_setup_unittest.cc EXPECT_EQ(effective_margins.left, setup.effective_margins().left) << left 171 printing/page_setup_unittest.cc margins.left = -10; left 184 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 1); left 190 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 0); left 201 printing/page_setup_unittest.cc margins.left = 4; left 223 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 8); left 244 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 9); left 252 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 4); left 272 printing/page_setup_unittest.cc EXPECT_EQ(setup.effective_margins().left, 4); left 164 printing/print_settings.cc margins.left = margin_printer_units; left 174 printing/print_settings.cc margins.left = 0; left 189 printing/print_settings.cc margins.left = ConvertUnitDouble( left 190 printing/print_settings.cc requested_custom_margins_in_points_.left, left 72 printing/print_settings_initializer.cc margins_in_points.left = page_size_margins.margin_left; left 50 printing/print_settings_initializer_mac.cc (paper_rect.right - paper_rect.left), left 53 printing/print_settings_initializer_mac.cc (page_rect.left - paper_rect.left), left 55 printing/print_settings_initializer_mac.cc (page_rect.right - page_rect.left), left 21 remoting/base/capabilities_unittest.cc const char* left; left 97 remoting/base/capabilities_unittest.cc Tokenize(data[i].left, " ", &caps); left 51 remoting/base/typed_buffer_unittest.cc TypedBuffer<Data> left; left 54 remoting/base/typed_buffer_unittest.cc EXPECT_FALSE(left.get()); left 55 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.length(), 0u); left 60 remoting/base/typed_buffer_unittest.cc left = right.Pass(); left 64 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.get(), raw_ptr); left 65 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.length(), sizeof(int)); left 74 remoting/base/typed_buffer_unittest.cc TypedBuffer<Data> left(sizeof(int)); left 77 remoting/base/typed_buffer_unittest.cc EXPECT_TRUE(left.get()); left 78 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.length(), sizeof(int)); left 82 remoting/base/typed_buffer_unittest.cc Data* raw_left = left.get(); left 84 remoting/base/typed_buffer_unittest.cc left.Swap(right); left 88 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.get(), raw_right); left 89 remoting/base/typed_buffer_unittest.cc EXPECT_EQ(left.length(), sizeof(int) * 2); left 95 remoting/base/util.cc int y_offset = - CalculateYOffset(source_buffer_rect.left(), left 98 remoting/base/util.cc int uv_offset = - CalculateUVOffset(source_buffer_rect.left(), left 101 remoting/base/util.cc int rgb_offset = - CalculateRGBOffset(dest_buffer_rect.left(), left 110 remoting/base/util.cc webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left() + 1), left 115 remoting/base/util.cc y_offset += CalculateYOffset(inner_rect.left(), inner_rect.top(), left 117 remoting/base/util.cc uv_offset += CalculateUVOffset(inner_rect.left(), inner_rect.top(), left 119 remoting/base/util.cc rgb_offset += CalculateRGBOffset(inner_rect.left(), inner_rect.top(), left 131 remoting/base/util.cc webrtc::DesktopRect::MakeLTRB(RoundToTwosMultiple(dest_rect.left()), left 135 remoting/base/util.cc webrtc::DesktopVector offset(outer_rect.left() - inner_rect.left(), left 150 remoting/base/util.cc rect.Translate(-outer_rect.left(), -outer_rect.top()); left 159 remoting/base/util.cc rect.left(), left 177 remoting/base/util.cc dest_rect.left(), left 192 remoting/base/util.cc int x = RoundToTwosMultiple(rect.left()); left 202 remoting/base/util.cc int left = (rect.left() * out_size.width()) / in_size.width(); left 208 remoting/base/util.cc return webrtc::DesktopRect::MakeLTRB(left, top, right, bottom); left 223 remoting/base/util.cc dest_rect.left() - source_buffer_rect.left(), left 227 remoting/base/util.cc dest_rect.left() - dest_buffer_rect.left(), left 50 remoting/base/util_unittest.cc (rect.left() * kBytesPerPixel)); left 68 remoting/base/util_unittest.cc EXPECT_EQ((ptrdiff_t)rect.left(), left 69 remoting/base/util_unittest.cc std::count(ptr, ptr + rect.left(), 0u)); left 73 remoting/base/util_unittest.cc std::find(ptr + rect.left(), ptr + rect.right(), 0u)); left 158 remoting/base/util_unittest.cc rect.left() + ((i & 1) ? 2 : 0), left 176 remoting/base/util_unittest.cc rect.left() + ((i & 1) ? 2 : 0), left 400 remoting/client/plugin/chromoting_instance.cc rect_value->AppendInteger(rect.left()); left 280 remoting/client/plugin/pepper_view.cc rect.Translate(-clip_area.left(), -clip_area.top()); left 286 remoting/client/plugin/pepper_view.cc pp::Point(clip_area.left(), clip_area.top()), left 287 remoting/client/plugin/pepper_view.cc pp::Rect(rect.left(), rect.top(), rect.width(), rect.height())); left 65 remoting/client/software_video_renderer.cc (rect.left() * kBytesPerPixel); left 130 remoting/codec/codec_test.cc kBytesPerPixel * i.rect().left(); left 155 remoting/codec/codec_test.cc kBytesPerPixel * i.rect().left(); left 298 remoting/codec/codec_test.cc webrtc::DesktopFrame::kBytesPerPixel * rects[i].left(); left 50 remoting/codec/video_decoder_verbatim.cc rect.left() * kBytesPerPixel; left 34 remoting/codec/video_decoder_vpx.cc (rect.left() * VideoDecoder::kBytesPerPixel)); left 191 remoting/codec/video_decoder_vpx.cc RoundToTwosMultiple(source_rect.left()), left 203 remoting/codec/video_decoder_vpx.cc int y_offset = CalculateYOffset(source_rect.left(), source_rect.top(), left 205 remoting/codec/video_decoder_vpx.cc int uv_offset = CalculateUVOffset(source_rect.left(), source_rect.top(), left 52 remoting/codec/video_encoder_verbatim.cc rect.left() * webrtc::DesktopFrame::kBytesPerPixel; left 60 remoting/codec/video_encoder_verbatim.cc dirty_rect->set_x(rect.left()); left 220 remoting/codec/video_encoder_vpx.cc rect->set_x(r.rect().left()); left 315 remoting/codec/video_encoder_vpx.cc rect.left(), rect.top(), rect.right(), rect.bottom()))); left 341 remoting/codec/video_encoder_vpx.cc rect.left(), rect.top(), rect.width(), rect.height(), left 355 remoting/codec/video_encoder_vpx.cc int left = rect.left() / kMacroBlockSize; left 364 remoting/codec/video_encoder_vpx.cc for (int x = left; x <= right; ++x) left 64 remoting/host/chromoting_param_traits.cc m->WriteInt(p.left()); left 74 remoting/host/chromoting_param_traits.cc int left, right, top, bottom; left 75 remoting/host/chromoting_param_traits.cc if (!m->ReadInt(iter, &left) || !m->ReadInt(iter, &top) || left 79 remoting/host/chromoting_param_traits.cc *r = webrtc::DesktopRect::MakeLTRB(left, top, right, bottom); left 87 remoting/host/chromoting_param_traits.cc p.left(), p.top(), p.right(), p.bottom())); left 84 remoting/host/desktop_shape_tracker_win.cc rects[i].left, rects[i].top, rects[i].right, rects[i].bottom)); left 112 remoting/host/desktop_shape_tracker_win.cc OffsetRgn(window_region, window_rect.left, window_rect.top); left 115 remoting/host/desktop_shape_tracker_win.cc SetRectRgn(window_region, window_rect.left, window_rect.top, left 217 remoting/host/disconnect_window_win.cc RoundRect(hdc, rect.left, rect.top, rect.right - 1, rect.bottom - 1, left 292 remoting/host/disconnect_window_win.cc int window_width = window_rect.right - window_rect.left; left 295 remoting/host/disconnect_window_win.cc int left = (monitor_info.rcWork.right + monitor_info.rcWork.left - left 297 remoting/host/disconnect_window_win.cc SetWindowPos(hwnd_, NULL, left, top, 0, 0, SWP_NOSIZE | SWP_NOZORDER); left 343 remoting/host/disconnect_window_win.cc message_rect.right = message_rect.left + control_width + margin; left 346 remoting/host/disconnect_window_win.cc message_rect.left, message_rect.top, left 347 remoting/host/disconnect_window_win.cc message_rect.right - message_rect.left, left 361 remoting/host/disconnect_window_win.cc button_rect.left = message_rect.right; left 362 remoting/host/disconnect_window_win.cc button_rect.right = button_rect.left + control_width + margin * 2; left 364 remoting/host/disconnect_window_win.cc button_rect.left, button_rect.top, left 365 remoting/host/disconnect_window_win.cc button_rect.right - button_rect.left, left 251 remoting/host/input_injector_mac.cc mouse_pos_.add(webrtc::DesktopVector(desktop_config.pixel_bounds.left(), left 256 remoting/host/input_injector_mac.cc std::max(desktop_config.pixel_bounds.left(), left 93 remoting/host/verify_config_window_win.cc LONG width = rect.right - rect.left; left 95 remoting/host/verify_config_window_win.cc LONG x = (owner_rect.left + owner_rect.right - width) / 2; left 98 remoting/host/verify_config_window_win.cc x = std::max(x, area_rect.left); left 173 skia/ext/analysis_canvas.cc SkScalar left, left 210 skia/ext/analysis_canvas.cc int left, left 45 skia/ext/analysis_canvas.h SkScalar left, left 60 skia/ext/analysis_canvas.h virtual void drawSprite(const SkBitmap&, int left, int top, left 91 skia/ext/benchmarking_canvas.cc virtual void drawBitmap(const SkBitmap& bitmap, SkScalar left, SkScalar top, left 94 skia/ext/benchmarking_canvas.cc SkProxyCanvas::drawBitmap(bitmap, left, top, paint); left 111 skia/ext/benchmarking_canvas.cc virtual void drawSprite(const SkBitmap& bitmap, int left, int top, left 114 skia/ext/benchmarking_canvas.cc SkProxyCanvas::drawSprite(bitmap, left, top, paint); left 216 skia/ext/bitmap_platform_device_win.cc temp_rect.left = 0; left 223 skia/ext/bitmap_platform_device_win.cc int copy_width = src_rect->right - src_rect->left; left 239 skia/ext/bitmap_platform_device_win.cc src_rect->left, left 251 skia/ext/bitmap_platform_device_win.cc src_rect->left, left 112 skia/ext/platform_canvas_unittest.cc inner_rc.left = x; left 63 skia/ext/recursive_gaussian_convolution_unittest.cc for (int x = box.left(); x < box.right(); ++x) left 77 skia/ext/recursive_gaussian_convolution_unittest.cc for (int x = box.left(); x < box.right(); ++x) left 377 skia/ext/recursive_gaussian_convolution_unittest.cc SkIRect::MakeLTRB(box.left() - spread, left 383 skia/ext/recursive_gaussian_convolution_unittest.cc SkIRect::MakeLTRB(box.left() + spread, left 22 skia/ext/skia_utils_win.cc COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1); left 26 skia/ext/skia_utils_win.cc COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); left 44 skia/ext/skia_utils_win.cc SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top), left 78 sync/internal_api/syncapi_internal.cc const sync_pb::EntitySpecifics& left, left 83 sync/internal_api/syncapi_internal.cc if (left.has_encrypted()) { left 84 sync/internal_api/syncapi_internal.cc if (!cryptographer->CanDecrypt(left.encrypted())) { left 88 sync/internal_api/syncapi_internal.cc left_plaintext = cryptographer->DecryptToString(left.encrypted()); left 90 sync/internal_api/syncapi_internal.cc left_plaintext = left.SerializeAsString(); left 36 sync/internal_api/syncapi_internal.h const sync_pb::EntitySpecifics& left, left 157 third_party/libpng/pngrtran.c png_byte left; left 374 third_party/libpng/pngrtran.c t->left = (png_byte)i; left 392 third_party/libpng/pngrtran.c if ((int)png_ptr->index_to_palette[p->left] left 401 third_party/libpng/pngrtran.c j = p->left; left 407 third_party/libpng/pngrtran.c next_j = p->left; left 255 third_party/libwebp/dec/idec.c const VP8MB* const left = dec->mb_info_ - 1; left 258 third_party/libwebp/dec/idec.c context->left_ = *left; left 269 third_party/libwebp/dec/idec.c VP8MB* const left = dec->mb_info_ - 1; left 272 third_party/libwebp/dec/idec.c *left = context->left_; left 778 third_party/libwebp/dec/idec.c int* left, int* top, left 781 third_party/libwebp/dec/idec.c if (left != NULL) *left = 0; left 283 third_party/libwebp/dec/tree.c uint8_t* const left = dec->intra_l_; left 294 third_party/libwebp/dec/tree.c memset(left, ymode, 4 * sizeof(*left)); left 299 third_party/libwebp/dec/tree.c int ymode = left[y]; left 326 third_party/libwebp/dec/tree.c left[y] = ymode; left 574 third_party/libwebp/dec/vp8.c VP8MB* const left = dec->mb_info_ - 1; left 597 third_party/libwebp/dec/vp8.c left->nz_ = mb->nz_ = 0; left 599 third_party/libwebp/dec/vp8.c left->nz_dc_ = mb->nz_dc_ = 0; left 615 third_party/libwebp/dec/vp8.c VP8MB* const left = dec->mb_info_ - 1; left 616 third_party/libwebp/dec/vp8.c left->nz_ = 0; left 617 third_party/libwebp/dec/vp8.c left->nz_dc_ = 0; left 69 third_party/libwebp/dsp/dsp.h typedef void (*VP8IntraPreds)(uint8_t *dst, const uint8_t* left, left 245 third_party/libwebp/dsp/enc.c const uint8_t* left, int size) { left 246 third_party/libwebp/dsp/enc.c if (left) { left 249 third_party/libwebp/dsp/enc.c memset(dst + j * BPS, left[j], size); left 256 third_party/libwebp/dsp/enc.c static WEBP_INLINE void TrueMotion(uint8_t* dst, const uint8_t* left, left 259 third_party/libwebp/dsp/enc.c if (left) { left 261 third_party/libwebp/dsp/enc.c const uint8_t* const clip = clip1 + 255 - left[-1]; left 263 third_party/libwebp/dsp/enc.c const uint8_t* const clip_table = clip + left[y]; left 271 third_party/libwebp/dsp/enc.c HorizontalPred(dst, left, size); left 286 third_party/libwebp/dsp/enc.c static WEBP_INLINE void DCMode(uint8_t* dst, const uint8_t* left, left 293 third_party/libwebp/dsp/enc.c if (left) { // top and left present left 294 third_party/libwebp/dsp/enc.c for (j = 0; j < size; ++j) DC += left[j]; left 299 third_party/libwebp/dsp/enc.c } else if (left) { // left but no top left 300 third_party/libwebp/dsp/enc.c for (j = 0; j < size; ++j) DC += left[j]; left 312 third_party/libwebp/dsp/enc.c static void IntraChromaPreds(uint8_t* dst, const uint8_t* left, left 315 third_party/libwebp/dsp/enc.c DCMode(C8DC8 + dst, left, top, 8, 8, 4); left 317 third_party/libwebp/dsp/enc.c HorizontalPred(C8HE8 + dst, left, 8); left 318 third_party/libwebp/dsp/enc.c TrueMotion(C8TM8 + dst, left, top, 8); left 322 third_party/libwebp/dsp/enc.c if (left) left += 16; left 323 third_party/libwebp/dsp/enc.c DCMode(C8DC8 + dst, left, top, 8, 8, 4); left 325 third_party/libwebp/dsp/enc.c HorizontalPred(C8HE8 + dst, left, 8); left 326 third_party/libwebp/dsp/enc.c TrueMotion(C8TM8 + dst, left, top, 8); left 333 third_party/libwebp/dsp/enc.c const uint8_t* left, const uint8_t* top) { left 334 third_party/libwebp/dsp/enc.c DCMode(I16DC16 + dst, left, top, 16, 16, 5); left 336 third_party/libwebp/dsp/enc.c HorizontalPred(I16HE16 + dst, left, 16); left 337 third_party/libwebp/dsp/enc.c TrueMotion(I16TM16 + dst, left, top, 16); left 444 third_party/libwebp/dsp/lossless.c static uint32_t Predictor0(uint32_t left, const uint32_t* const top) { left 446 third_party/libwebp/dsp/lossless.c (void)left; left 449 third_party/libwebp/dsp/lossless.c static uint32_t Predictor1(uint32_t left, const uint32_t* const top) { left 451 third_party/libwebp/dsp/lossless.c return left; left 453 third_party/libwebp/dsp/lossless.c static uint32_t Predictor2(uint32_t left, const uint32_t* const top) { left 454 third_party/libwebp/dsp/lossless.c (void)left; left 457 third_party/libwebp/dsp/lossless.c static uint32_t Predictor3(uint32_t left, const uint32_t* const top) { left 458 third_party/libwebp/dsp/lossless.c (void)left; left 461 third_party/libwebp/dsp/lossless.c static uint32_t Predictor4(uint32_t left, const uint32_t* const top) { left 462 third_party/libwebp/dsp/lossless.c (void)left; left 465 third_party/libwebp/dsp/lossless.c static uint32_t Predictor5(uint32_t left, const uint32_t* const top) { left 466 third_party/libwebp/dsp/lossless.c const uint32_t pred = Average3(left, top[0], top[1]); left 469 third_party/libwebp/dsp/lossless.c static uint32_t Predictor6(uint32_t left, const uint32_t* const top) { left 470 third_party/libwebp/dsp/lossless.c const uint32_t pred = Average2(left, top[-1]); left 473 third_party/libwebp/dsp/lossless.c static uint32_t Predictor7(uint32_t left, const uint32_t* const top) { left 474 third_party/libwebp/dsp/lossless.c const uint32_t pred = Average2(left, top[0]); left 477 third_party/libwebp/dsp/lossless.c static uint32_t Predictor8(uint32_t left, const uint32_t* const top) { left 479 third_party/libwebp/dsp/lossless.c (void)left; left 482 third_party/libwebp/dsp/lossless.c static uint32_t Predictor9(uint32_t left, const uint32_t* const top) { left 484 third_party/libwebp/dsp/lossless.c (void)left; left 487 third_party/libwebp/dsp/lossless.c static uint32_t Predictor10(uint32_t left, const uint32_t* const top) { left 488 third_party/libwebp/dsp/lossless.c const uint32_t pred = Average4(left, top[-1], top[0], top[1]); left 491 third_party/libwebp/dsp/lossless.c static uint32_t Predictor11(uint32_t left, const uint32_t* const top) { left 492 third_party/libwebp/dsp/lossless.c const uint32_t pred = VP8LSelect(top[0], left, top[-1]); left 495 third_party/libwebp/dsp/lossless.c static uint32_t Predictor12(uint32_t left, const uint32_t* const top) { left 496 third_party/libwebp/dsp/lossless.c const uint32_t pred = VP8LClampedAddSubtractFull(left, top[0], top[-1]); left 499 third_party/libwebp/dsp/lossless.c static uint32_t Predictor13(uint32_t left, const uint32_t* const top) { left 500 third_party/libwebp/dsp/lossless.c const uint32_t pred = VP8LClampedAddSubtractHalf(left, top[0], top[-1]); left 505 third_party/libwebp/dsp/lossless.c typedef uint32_t (*PredictorFunc)(uint32_t left, const uint32_t* const top); left 216 third_party/libwebp/enc/picture.c int* const left, int* const top) { left 220 third_party/libwebp/enc/picture.c *left &= ~1; left 228 third_party/libwebp/enc/picture.c int* const left, int* const top, left 230 third_party/libwebp/enc/picture.c SnapTopLeftPosition(pic, left, top); left 231 third_party/libwebp/enc/picture.c if ((*left) < 0 || (*top) < 0) return 0; left 233 third_party/libwebp/enc/picture.c if ((*left) + width > pic->width) return 0; left 285 third_party/libwebp/enc/picture.c int left, int top, int width, int height, left 290 third_party/libwebp/enc/picture.c if (!AdjustAndCheckRectangle(src, &left, &top, width, height)) return 0; left 298 third_party/libwebp/enc/picture.c dst->y = src->y + top * src->y_stride + left; left 299 third_party/libwebp/enc/picture.c dst->u = src->u + (top >> 1) * src->uv_stride + (left >> 1); left 300 third_party/libwebp/enc/picture.c dst->v = src->v + (top >> 1) * src->uv_stride + (left >> 1); left 304 third_party/libwebp/enc/picture.c dst->a = src->a + top * src->a_stride + left; left 310 third_party/libwebp/enc/picture.c IS_YUV_CSP(dst->colorspace, WEBP_YUV422) ? (left >> 1) : left; left 317 third_party/libwebp/enc/picture.c dst->argb = src->argb + top * src->argb_stride + left; left 327 third_party/libwebp/enc/picture.c int left, int top, int width, int height) { left 331 third_party/libwebp/enc/picture.c if (!AdjustAndCheckRectangle(pic, &left, &top, width, height)) return 0; left 339 third_party/libwebp/enc/picture.c const int y_offset = top * pic->y_stride + left; left 340 third_party/libwebp/enc/picture.c const int uv_offset = (top / 2) * pic->uv_stride + left / 2; left 349 third_party/libwebp/enc/picture.c const int a_offset = top * pic->a_stride + left; left 356 third_party/libwebp/enc/picture.c int left_pos = left; left 369 third_party/libwebp/enc/picture.c (const uint8_t*)(pic->argb + top * pic->argb_stride + left); left 428 third_party/libwebp/enc/quant.c const uint8_t* const left = it->x_ ? it->y_left_ : NULL; left 430 third_party/libwebp/enc/quant.c VP8EncPredLuma16(it->yuv_p_, left, top); left 434 third_party/libwebp/enc/quant.c const uint8_t* const left = it->x_ ? it->u_left_ : NULL; left 436 third_party/libwebp/enc/quant.c VP8EncPredChroma8(it->yuv_p_, left, top); left 911 third_party/libwebp/enc/quant.c const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1]; left 913 third_party/libwebp/enc/quant.c return VP8FixedCostsI4[top][left]; left 333 third_party/libwebp/enc/tree.c int left = preds[-1]; left 335 third_party/libwebp/enc/tree.c const uint8_t* const probas = kBModesProba[top_pred[x]][left]; left 336 third_party/libwebp/enc/tree.c left = PutI4Mode(bw, preds[x], probas); left 84 third_party/libwebp/enc/webpenc.c uint8_t* const left = enc->preds_ - 1; left 89 third_party/libwebp/enc/webpenc.c left[i * enc->preds_w_] = B_DC_PRED; left 75 third_party/libwebp/utils/rescaler.c int left = src[channel], right = src[channel]; left 78 third_party/libwebp/utils/rescaler.c left = right; left 83 third_party/libwebp/utils/rescaler.c wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; left 366 third_party/libwebp/webp/decode.h const WebPIDecoder* idec, int* left, int* top, int* width, int* height); left 390 third_party/libwebp/webp/encode.h int left, int top, int width, int height); left 404 third_party/libwebp/webp/encode.h int left, int top, int width, int height, left 171 third_party/libxml/src/include/libxml/xmlregexp.h xmlExpNodePtr left, left 175 third_party/libxml/src/include/libxml/xmlregexp.h xmlExpNodePtr left, left 6484 third_party/libxml/src/xmlregexp.c xmlExpHashComputeKey(xmlExpNodeType type, xmlExpNodePtr left, left 6491 third_party/libxml/src/xmlregexp.c value = left->key; left 6497 third_party/libxml/src/xmlregexp.c value = left->key; left 6503 third_party/libxml/src/xmlregexp.c value = left->key; left 6543 third_party/libxml/src/xmlregexp.c xmlExpNodePtr left, xmlExpNodePtr right, left 6562 third_party/libxml/src/xmlregexp.c return(left); left 6565 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6570 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6577 third_party/libxml/src/xmlregexp.c kbase += left->key; left 6580 third_party/libxml/src/xmlregexp.c if (left->type == XML_EXP_FORBID) { left 6581 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6586 third_party/libxml/src/xmlregexp.c return(left); left 6591 third_party/libxml/src/xmlregexp.c if (left == right) { left 6592 third_party/libxml/src/xmlregexp.c left->ref--; left 6593 third_party/libxml/src/xmlregexp.c return(left); left 6597 third_party/libxml/src/xmlregexp.c if ((left->type == XML_EXP_OR) && (right->type != XML_EXP_OR)) { left 6598 third_party/libxml/src/xmlregexp.c xmlExpNodePtr tmp = left; left 6599 third_party/libxml/src/xmlregexp.c left = right; left 6605 third_party/libxml/src/xmlregexp.c if ((left == right->exp_left) || left 6606 third_party/libxml/src/xmlregexp.c (left == right->exp_right)) { left 6607 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6613 third_party/libxml/src/xmlregexp.c if (left->type == XML_EXP_OR) { left 6617 third_party/libxml/src/xmlregexp.c if ((left->exp_right->type != XML_EXP_OR) && left 6618 third_party/libxml/src/xmlregexp.c (left->exp_right->key < left->exp_left->key)) { left 6619 third_party/libxml/src/xmlregexp.c tmp = left->exp_right; left 6620 third_party/libxml/src/xmlregexp.c left->exp_right = left->exp_left; left 6621 third_party/libxml/src/xmlregexp.c left->exp_left = tmp; left 6623 third_party/libxml/src/xmlregexp.c left->exp_right->ref++; left 6624 third_party/libxml/src/xmlregexp.c tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_right, right, left 6626 third_party/libxml/src/xmlregexp.c left->exp_left->ref++; left 6627 third_party/libxml/src/xmlregexp.c tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left->exp_left, tmp, left 6630 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6636 third_party/libxml/src/xmlregexp.c if (left->key > right->exp_right->key) { left 6640 third_party/libxml/src/xmlregexp.c left, NULL, 0, 0); left 6649 third_party/libxml/src/xmlregexp.c if (left->key > right->exp_left->key) { left 6652 third_party/libxml/src/xmlregexp.c tmp = xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, left 6662 third_party/libxml/src/xmlregexp.c else if (left->key > right->key) { left 6663 third_party/libxml/src/xmlregexp.c xmlExpNodePtr tmp = left; left 6664 third_party/libxml/src/xmlregexp.c left = right; left 6667 third_party/libxml/src/xmlregexp.c kbase = xmlExpHashComputeKey(type, left, right); left 6670 third_party/libxml/src/xmlregexp.c if (left->type == XML_EXP_FORBID) { left 6672 third_party/libxml/src/xmlregexp.c return(left); left 6675 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6680 third_party/libxml/src/xmlregexp.c return(left); left 6682 third_party/libxml/src/xmlregexp.c if (left->type == XML_EXP_EMPTY) { left 6685 third_party/libxml/src/xmlregexp.c kbase = xmlExpHashComputeKey(type, left, right); left 6702 third_party/libxml/src/xmlregexp.c (insert->exp_left == left)) { left 6704 third_party/libxml/src/xmlregexp.c left->ref--; left 6707 third_party/libxml/src/xmlregexp.c } else if ((insert->exp_left == left) && left 6710 third_party/libxml/src/xmlregexp.c left->ref--; left 6728 third_party/libxml/src/xmlregexp.c entry->exp_left = left; left 6729 third_party/libxml/src/xmlregexp.c if ((min == 0) || (IS_NILLABLE(left))) left 6736 third_party/libxml/src/xmlregexp.c entry->exp_left = left; left 6739 third_party/libxml/src/xmlregexp.c if ((IS_NILLABLE(left)) || (IS_NILLABLE(right))) left 6749 third_party/libxml/src/xmlregexp.c if ((IS_NILLABLE(left)) && (IS_NILLABLE(right))) left 6857 third_party/libxml/src/xmlregexp.c xmlExpNewOr(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { left 6860 third_party/libxml/src/xmlregexp.c if ((left == NULL) || (right == NULL)) { left 6861 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6865 third_party/libxml/src/xmlregexp.c return(xmlExpHashGetEntry(ctxt, XML_EXP_OR, left, right, NULL, 0, 0)); left 6882 third_party/libxml/src/xmlregexp.c xmlExpNewSeq(xmlExpCtxtPtr ctxt, xmlExpNodePtr left, xmlExpNodePtr right) { left 6885 third_party/libxml/src/xmlregexp.c if ((left == NULL) || (right == NULL)) { left 6886 third_party/libxml/src/xmlregexp.c xmlExpFree(ctxt, left); left 6890 third_party/libxml/src/xmlregexp.c return(xmlExpHashGetEntry(ctxt, XML_EXP_SEQ, left, right, NULL, 0, 0)); left 5841 third_party/libxml/src/xmlschemastypes.c double sec = 0, left; left 5855 third_party/libxml/src/xmlschemastypes.c left = fabs(val->value.dur.sec) - day * 86400; left 5856 third_party/libxml/src/xmlschemastypes.c if (left > 0) { left 5857 third_party/libxml/src/xmlschemastypes.c hour = (unsigned long) FQUOTIENT(left, 3600); left 5858 third_party/libxml/src/xmlschemastypes.c left = left - (hour * 3600); left 5859 third_party/libxml/src/xmlschemastypes.c if (left > 0) { left 5860 third_party/libxml/src/xmlschemastypes.c min = (unsigned long) FQUOTIENT(left, 60); left 5861 third_party/libxml/src/xmlschemastypes.c sec = left - (min * 60); left 1028 third_party/libxml/src/xpointer.c const xmlChar *left = CUR_PTR; left 1041 third_party/libxml/src/xpointer.c CUR_PTR=left; left 1043 third_party/libxml/src/xpointer.c const xmlChar *left = CUR_PTR; left 1053 third_party/libxml/src/xpointer.c CUR_PTR = left; left 1059 third_party/libxml/src/xpointer.c CUR_PTR = left; left 1062 third_party/libxml/src/xpointer.c const xmlChar *left = CUR_PTR; left 1102 third_party/libxml/src/xpointer.c CUR_PTR = left; left 437 third_party/libxslt/libexslt/strings.c int left = (padding_l - str_l) / 2; left 440 third_party/libxslt/libexslt/strings.c ret = xmlUTF8Strndup (padding, left); left 443 third_party/libxslt/libexslt/strings.c right_start = xmlUTF8Strsize (padding, left + str_l); left 246 third_party/npapi/bindings/npapi.h uint16_t left; left 162 third_party/npapi/bindings/npapi_extensions.h int32_t left; left 441 third_party/npapi/bindings/npapi_extensions.h uint32_t left; left 893 third_party/npapi/npspy/common/format.cpp uint16 left = ((NPRect *)plis->arg2.pData)->left; left 896 third_party/npapi/npspy/common/format.cpp *output = StringPrintf("NPN_InvalidateRect(%#08lx, %#08lx(%u,%u;%u,%u)", dw1,dw2,top,left,bottom,right); left 1018 third_party/npapi/npspy/common/format.cpp ((NPWindow*)plis->arg2.pData)->clipRect.left, left 289 third_party/npapi/npspy/extern/plugin/npapi.h uint16 left; left 344 third_party/npapi/npspy/windows/dirpick.cpp lpdis->rcItem.left + ITEM_LEFTMARGIN + ITEM_BITMAPWIDTH + ITEM_GAP + indent, left 353 third_party/npapi/npspy/windows/dirpick.cpp lpdis->rcItem.left + ITEM_LEFTMARGIN + indent, left 127 third_party/npapi/npspy/windows/gui_main.cpp profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); left 217 third_party/npapi/npspy/windows/gui_main.cpp int width = rcMain.right - rcMain.left; left 223 third_party/npapi/npspy/windows/gui_main.cpp width - marginLeft - rcButtonOptions.right + rcButtonOptions.left, left 230 third_party/npapi/npspy/windows/gui_main.cpp width - marginLeft - rcClear.right + rcClear.left - rcButtonOptions.right + rcButtonOptions.left - spaceHor, left 244 third_party/npapi/npspy/windows/gui_main.cpp marginLeft + rcCheckMute.right - rcCheckMute.left + spaceHor, left 140 third_party/npapi/npspy/windows/loggerw.cpp profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top); left 434 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java ByteString left = balancedConcat(iterator, halfLength); left 436 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java result = left.concat(right); left 115 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private final ByteString left; left 129 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private RopeByteString(ByteString left, ByteString right) { left 130 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java this.left = left; left 132 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java leftLength = left.size(); left 134 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java treeDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; left 151 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java static ByteString concatenate(ByteString left, ByteString right) { left 154 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java (left instanceof RopeByteString) ? (RopeByteString) left : null; left 156 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = left; left 157 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java } else if (left.size() == 0) { left 160 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int newLength = left.size() + right.size(); left 164 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = concatenateBytes(left, right); left 178 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = new RopeByteString(leftRope.left, newRight); left 180 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java && leftRope.left.getTreeDepth() > leftRope.right.getTreeDepth() left 188 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = new RopeByteString(leftRope.left, newRight); left 192 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; left 195 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = new RopeByteString(left, right); left 197 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = new Balancer().balance(left, right); left 212 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private static LiteralByteString concatenateBytes(ByteString left, left 214 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftSize = left.size(); left 217 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java left.copyTo(bytes, 0, 0, leftSize); left 233 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java static RopeByteString newInstanceForTest(ByteString left, ByteString right) { left 234 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return new RopeByteString(left, right); left 260 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = left.byteAt(index); left 336 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java result = left.substring(beginIndex, endIndex); left 343 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java ByteString leftSub = left.substring(beginIndex); left 361 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java left.copyToInternal(target, sourceOffset, targetOffset, numberToCopy); left 367 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java left.copyToInternal(target, sourceOffset, targetOffset, leftLength); left 375 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java left.copyTo(target); left 400 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java left.writeTo(outputStream); left 415 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftPartial = left.partialIsValidUtf8(Utf8.COMPLETE, 0, leftLength); left 424 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return left.partialIsValidUtf8(state, offset, length); left 429 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftPartial = left.partialIsValidUtf8(state, offset, leftLength); left 555 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return left.partialHash(h, offset, length); left 560 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int leftPartial = left.partialHash(h, offset, leftLength); left 594 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private ByteString balance(ByteString left, ByteString right) { left 595 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java doBalance(left); left 618 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java doBalance(rbs.left); left 658 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java ByteString left = prefixesStack.pop(); left 659 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java newTree = new RopeByteString(left, newTree); left 670 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java ByteString left = prefixesStack.pop(); left 671 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java newTree = new RopeByteString(left, newTree); left 717 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java pos = rbs.left; left 315 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int left = 0; left 330 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java while (left <= right) { left 331 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java int mid = (left + right) / 2; left 336 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java left = mid + 1; left 341 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return -(left + 1); left 76 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java private boolean isArrayRange(byte[] left, byte[] right, int rightOffset, int length) { left 77 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java boolean stillEqual = (left.length == length); left 79 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java stillEqual = (left[i] == right[rightOffset + i]); left 85 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java private boolean isArray(byte[] left, byte[] right) { left 86 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java return left.length == right.length && isArrayRange(left, right, 0, left.length); left 101 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc bool operator()(const Descriptor::ExtensionRange* left, left 103 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc return left->start < right->start; left 1257 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc bool operator()(const DescriptorProto* left, const DescriptorProto* right) { left 1258 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc return left->name() < right->name(); left 636 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc bool operator()(const FieldDescriptor* left, left 638 third_party/protobuf/src/google/protobuf/generated_message_reflection.cc return left->number() < right->number(); left 191 third_party/protobuf/src/google/protobuf/unknown_field_set.cc int left = 0; // The number of fields left after deletion. left 197 third_party/protobuf/src/google/protobuf/unknown_field_set.cc if (i != left) { left 198 third_party/protobuf/src/google/protobuf/unknown_field_set.cc (*fields_)[left] = (*fields_)[i]; left 200 third_party/protobuf/src/google/protobuf/unknown_field_set.cc ++left; left 203 third_party/protobuf/src/google/protobuf/unknown_field_set.cc fields_->resize(left); left 126004 third_party/sqlite/amalgamation/sqlite3.c float left = DCOORD(aCell[jj].aCoord[i*2]); left 126007 third_party/sqlite/amalgamation/sqlite3.c if( left<x1 ) x1 = left; left 126009 third_party/sqlite/amalgamation/sqlite3.c if( left>x3 ){ left 126010 third_party/sqlite/amalgamation/sqlite3.c x3 = left; left 126053 third_party/sqlite/amalgamation/sqlite3.c float left = cellGrowth(pRtree, pLeftBox, &aCell[ii]); left 126055 third_party/sqlite/amalgamation/sqlite3.c float diff = FABS(right-left); left 126166 third_party/sqlite/amalgamation/sqlite3.c float left = aDistance[aIdx[jj-1]]; left 126168 third_party/sqlite/amalgamation/sqlite3.c assert( left<=right ); left 126293 third_party/sqlite/amalgamation/sqlite3.c RtreeCell left; left 126299 third_party/sqlite/amalgamation/sqlite3.c memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell)); left 126303 third_party/sqlite/amalgamation/sqlite3.c cellUnion(pRtree, &left, &aCell[aaSorted[ii][kk]]); left 126308 third_party/sqlite/amalgamation/sqlite3.c margin += cellMargin(pRtree, &left); left 126310 third_party/sqlite/amalgamation/sqlite3.c overlap = cellOverlap(pRtree, &left, &right, 1, -1); left 126311 third_party/sqlite/amalgamation/sqlite3.c area = cellArea(pRtree, &left) + cellArea(pRtree, &right); left 735 third_party/sqlite/src/ext/fts1/fts1.c DocListReader left, right; left 738 third_party/sqlite/src/ext/fts1/fts1.c readerInit(&left, pLeft); left 740 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 745 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 749 third_party/sqlite/src/ext/fts1/fts1.c mergePosList(&left, &right, docidLeft, pOut); left 750 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 767 third_party/sqlite/src/ext/fts1/fts1.c DocListReader left, right; left 772 third_party/sqlite/src/ext/fts1/fts1.c readerInit(&left, pLeft); left 774 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 779 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 784 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 801 third_party/sqlite/src/ext/fts1/fts1.c DocListReader left, right; left 804 third_party/sqlite/src/ext/fts1/fts1.c readerInit(&left, pLeft); left 806 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 817 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 825 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 846 third_party/sqlite/src/ext/fts1/fts1.c DocListReader left, right; left 849 third_party/sqlite/src/ext/fts1/fts1.c readerInit(&left, pLeft); left 851 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 860 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 868 third_party/sqlite/src/ext/fts1/fts1.c docidLeft = nextDocid(&left); left 1403 third_party/sqlite/src/ext/fts2/fts2.c PLReader left, right; left 1411 third_party/sqlite/src/ext/fts2/fts2.c rc = plrInit(&left, pLeft); left 1415 third_party/sqlite/src/ext/fts2/fts2.c plrDestroy(&left); left 1420 third_party/sqlite/src/ext/fts2/fts2.c while( !plrAtEnd(&left) || !plrAtEnd(&right) ){ left 1421 third_party/sqlite/src/ext/fts2/fts2.c int c = posListCmp(&left, &right); left 1423 third_party/sqlite/src/ext/fts2/fts2.c plwCopy(&writer, &left); left 1424 third_party/sqlite/src/ext/fts2/fts2.c rc = plrStep(&left); left 1431 third_party/sqlite/src/ext/fts2/fts2.c plwCopy(&writer, &left); left 1432 third_party/sqlite/src/ext/fts2/fts2.c rc = plrStep(&left); left 1441 third_party/sqlite/src/ext/fts2/fts2.c plrDestroy(&left); left 1455 third_party/sqlite/src/ext/fts2/fts2.c DLReader left, right; left 1468 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrInit(&left, DL_DEFAULT, pLeft, nLeft); left 1472 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1477 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&left) || !dlrAtEnd(&right) ){ left 1479 third_party/sqlite/src/ext/fts2/fts2.c rc = dlwCopy(&writer, &left); left 1481 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1483 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrAtEnd(&left) ){ left 1488 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&left)<dlrDocid(&right) ){ left 1489 third_party/sqlite/src/ext/fts2/fts2.c rc = dlwCopy(&writer, &left); left 1491 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1493 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&left)>dlrDocid(&right) ){ left 1499 third_party/sqlite/src/ext/fts2/fts2.c rc = posListUnion(&left, &right, &writer); left 1501 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1508 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1528 third_party/sqlite/src/ext/fts2/fts2.c PLReader left, right; left 1536 third_party/sqlite/src/ext/fts2/fts2.c rc = plrInit(&left, pLeft); left 1540 third_party/sqlite/src/ext/fts2/fts2.c plrDestroy(&left); left 1544 third_party/sqlite/src/ext/fts2/fts2.c while( !plrAtEnd(&left) && !plrAtEnd(&right) ){ left 1545 third_party/sqlite/src/ext/fts2/fts2.c if( plrColumn(&left)<plrColumn(&right) ){ left 1546 third_party/sqlite/src/ext/fts2/fts2.c rc = plrStep(&left); left 1548 third_party/sqlite/src/ext/fts2/fts2.c }else if( plrColumn(&left)>plrColumn(&right) ){ left 1551 third_party/sqlite/src/ext/fts2/fts2.c }else if( plrPosition(&left)+1<plrPosition(&right) ){ left 1552 third_party/sqlite/src/ext/fts2/fts2.c rc = plrStep(&left); left 1554 third_party/sqlite/src/ext/fts2/fts2.c }else if( plrPosition(&left)+1>plrPosition(&right) ){ left 1563 third_party/sqlite/src/ext/fts2/fts2.c rc = plrStep(&left); left 1575 third_party/sqlite/src/ext/fts2/fts2.c plrDestroy(&left); left 1595 third_party/sqlite/src/ext/fts2/fts2.c DLReader left, right; left 1603 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrInit(&left, DL_POSITIONS, pLeft, nLeft); left 1607 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1612 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&left) && !dlrAtEnd(&right) ){ left 1613 third_party/sqlite/src/ext/fts2/fts2.c if( dlrDocid(&left)<dlrDocid(&right) ){ left 1614 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1616 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&right)<dlrDocid(&left) ){ left 1620 third_party/sqlite/src/ext/fts2/fts2.c rc = posListPhraseMerge(&left, &right, &writer); left 1622 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1629 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1644 third_party/sqlite/src/ext/fts2/fts2.c DLReader left, right; left 1650 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrInit(&left, DL_DOCIDS, pLeft, nLeft); left 1654 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1659 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&left) && !dlrAtEnd(&right) ){ left 1660 third_party/sqlite/src/ext/fts2/fts2.c if( dlrDocid(&left)<dlrDocid(&right) ){ left 1661 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1663 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&right)<dlrDocid(&left) ){ left 1667 third_party/sqlite/src/ext/fts2/fts2.c dlwAdd(&writer, dlrDocid(&left)); left 1668 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1675 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1690 third_party/sqlite/src/ext/fts2/fts2.c DLReader left, right; left 1703 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrInit(&left, DL_DOCIDS, pLeft, nLeft); left 1707 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1712 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&left) || !dlrAtEnd(&right) ){ left 1714 third_party/sqlite/src/ext/fts2/fts2.c dlwAdd(&writer, dlrDocid(&left)); left 1715 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1717 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrAtEnd(&left) ){ left 1721 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&left)<dlrDocid(&right) ){ left 1722 third_party/sqlite/src/ext/fts2/fts2.c dlwAdd(&writer, dlrDocid(&left)); left 1723 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1725 third_party/sqlite/src/ext/fts2/fts2.c }else if( dlrDocid(&right)<dlrDocid(&left) ){ left 1730 third_party/sqlite/src/ext/fts2/fts2.c dlwAdd(&writer, dlrDocid(&left)); left 1731 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1738 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1753 third_party/sqlite/src/ext/fts2/fts2.c DLReader left, right; left 1763 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrInit(&left, DL_DOCIDS, pLeft, nLeft); left 1767 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 1772 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&left) ){ left 1773 third_party/sqlite/src/ext/fts2/fts2.c while( !dlrAtEnd(&right) && dlrDocid(&right)<dlrDocid(&left) ){ left 1777 third_party/sqlite/src/ext/fts2/fts2.c if( dlrAtEnd(&right) || dlrDocid(&left)<dlrDocid(&right) ){ left 1778 third_party/sqlite/src/ext/fts2/fts2.c dlwAdd(&writer, dlrDocid(&left)); left 1780 third_party/sqlite/src/ext/fts2/fts2.c rc = dlrStep(&left); left 1785 third_party/sqlite/src/ext/fts2/fts2.c dlrDestroy(&left); left 3630 third_party/sqlite/src/ext/fts2/fts2.c DataBuffer left, right, new; left 3639 third_party/sqlite/src/ext/fts2/fts2.c dataBufferInit(&left, 0); left 3641 third_party/sqlite/src/ext/fts2/fts2.c 0<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS, &left); left 3643 third_party/sqlite/src/ext/fts2/fts2.c for(i=1; i<=pQTerm->nPhrase && left.nData>0; i++){ left 3648 third_party/sqlite/src/ext/fts2/fts2.c dataBufferDestroy(&left); left 3652 third_party/sqlite/src/ext/fts2/fts2.c rc = docListPhraseMerge(left.pData, left.nData, right.pData, right.nData, left 3654 third_party/sqlite/src/ext/fts2/fts2.c dataBufferDestroy(&left); left 3660 third_party/sqlite/src/ext/fts2/fts2.c left = new; left 3662 third_party/sqlite/src/ext/fts2/fts2.c *pResult = left; left 3853 third_party/sqlite/src/ext/fts2/fts2.c DataBuffer left, right, or, new; left 3894 third_party/sqlite/src/ext/fts2/fts2.c if( i!=nNot ) dataBufferDestroy(&left); left 3902 third_party/sqlite/src/ext/fts2/fts2.c if( i!=nNot ) dataBufferDestroy(&left); left 3912 third_party/sqlite/src/ext/fts2/fts2.c if( i!=nNot ) dataBufferDestroy(&left); left 3920 third_party/sqlite/src/ext/fts2/fts2.c left = right; left 3923 third_party/sqlite/src/ext/fts2/fts2.c rc = docListAndMerge(left.pData, left.nData, left 3926 third_party/sqlite/src/ext/fts2/fts2.c dataBufferDestroy(&left); left 3932 third_party/sqlite/src/ext/fts2/fts2.c left = new; left 3947 third_party/sqlite/src/ext/fts2/fts2.c dataBufferDestroy(&left); left 3951 third_party/sqlite/src/ext/fts2/fts2.c rc = docListExceptMerge(left.pData, left.nData, left 3954 third_party/sqlite/src/ext/fts2/fts2.c dataBufferDestroy(&left); left 3960 third_party/sqlite/src/ext/fts2/fts2.c left = new; left 3963 third_party/sqlite/src/ext/fts2/fts2.c *pResult = left; left 1747 third_party/sqlite/src/ext/rtree/rtree.c float left = DCOORD(aCell[jj].aCoord[i*2]); left 1750 third_party/sqlite/src/ext/rtree/rtree.c if( left<x1 ) x1 = left; left 1752 third_party/sqlite/src/ext/rtree/rtree.c if( left>x3 ){ left 1753 third_party/sqlite/src/ext/rtree/rtree.c x3 = left; left 1796 third_party/sqlite/src/ext/rtree/rtree.c float left = cellGrowth(pRtree, pLeftBox, &aCell[ii]); left 1798 third_party/sqlite/src/ext/rtree/rtree.c float diff = FABS(right-left); left 1909 third_party/sqlite/src/ext/rtree/rtree.c float left = aDistance[aIdx[jj-1]]; left 1911 third_party/sqlite/src/ext/rtree/rtree.c assert( left<=right ); left 2036 third_party/sqlite/src/ext/rtree/rtree.c RtreeCell left; left 2042 third_party/sqlite/src/ext/rtree/rtree.c memcpy(&left, &aCell[aaSorted[ii][0]], sizeof(RtreeCell)); left 2046 third_party/sqlite/src/ext/rtree/rtree.c cellUnion(pRtree, &left, &aCell[aaSorted[ii][kk]]); left 2051 third_party/sqlite/src/ext/rtree/rtree.c margin += cellMargin(pRtree, &left); left 2053 third_party/sqlite/src/ext/rtree/rtree.c overlap = cellOverlap(pRtree, &left, &right, 1, -1); left 2054 third_party/sqlite/src/ext/rtree/rtree.c area = cellArea(pRtree, &left) + cellArea(pRtree, &right); left 134 third_party/tcmalloc/chromium/src/windows/port.h inline bool pthread_equal(pthread_t left, pthread_t right) { left 135 third_party/tcmalloc/chromium/src/windows/port.h return left == right; left 131 third_party/tcmalloc/vendor/src/windows/port.h inline bool pthread_equal(pthread_t left, pthread_t right) { left 132 third_party/tcmalloc/vendor/src/windows/port.h return left == right; left 2081 third_party/wtl/include/atlctrls.h return ImageList_DrawEx(m_hImageList, nImage, hDC, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, rgbBk, rgbFg, fStyle); left 3119 third_party/wtl/include/atlctrls.h lpRect->left = nCode; left 3173 third_party/wtl/include/atlctrls.h lpRect->left = nFlag; left 3560 third_party/wtl/include/atlctrls.h lpRect->left = nType; left 2002 third_party/wtl/include/atlctrlw.h PostMessage(WM_LBUTTONDOWN, MK_LBUTTON, MAKELPARAM(rect.left, rect.top)); left 2131 third_party/wtl/include/atlctrlw.h RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy }; // button rect left 2140 third_party/wtl/include/atlctrlw.h SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy }; left 2143 third_party/wtl/include/atlctrlw.h POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy }; left 2158 third_party/wtl/include/atlctrlw.h dc.SetBrushOrg(rcButn.left, rcButn.top); left 2202 third_party/wtl/include/atlctrlw.h rcBG.left += cxButn + s_kcxGap; left 2208 third_party/wtl/include/atlctrlw.h rcText.left += cxButn + s_kcxGap + s_kcxTextMargin; left 2265 third_party/wtl/include/atlctrlw.h RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy }; // button rect left 2282 third_party/wtl/include/atlctrlw.h SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy }; left 2285 third_party/wtl/include/atlctrlw.h POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy }; left 2316 third_party/wtl/include/atlctrlw.h rcText.left += cxButn + s_kcxGap + s_kcxTextMargin; left 2412 third_party/wtl/include/atlctrlw.h if((rc.right - rc.left) > size.cx) left 2414 third_party/wtl/include/atlctrlw.h rcDest.left = rc.left + (rc.right - rc.left - size.cx) / 2; left 2415 third_party/wtl/include/atlctrlw.h rcDest.right = rcDest.left + size.cx; left 2434 third_party/wtl/include/atlctrlw.h dc.SetBrushOrg(rcDest.left, rcDest.top); left 2458 third_party/wtl/include/atlctrlw.h int cx = rcDest.right - rcDest.left; left 2468 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT); left 2469 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, SRCAND); left 2470 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT); left 2480 third_party/wtl/include/atlctrlw.h RECT rcSource = { 0, 0, __min(size.cx, rc.right - rc.left), __min(size.cy, rc.bottom - rc.top) }; left 2487 third_party/wtl/include/atlctrlw.h int x = rcDest.left + 1; left 2519 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, ROP_DSno); left 2520 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSa); left 2530 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, ROP_DSa); left 2531 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSo); left 2544 third_party/wtl/include/atlctrlw.h if(rc.right - rc.left > size.cx) left 2584 third_party/wtl/include/atlctrlw.h int cx = rcText.right - rcText.left; left 2705 third_party/wtl/include/atlctrlw.h POINT pt = { rect.left, rect.bottom }; left 2978 third_party/wtl/include/atlctrlw.h if((rcText.right - rcText.left) < 4) left 2982 third_party/wtl/include/atlctrlw.h m_cxExtraSpacing = rcText.right - rcText.left; left 3457 third_party/wtl/include/atlctrlw.h lpParams->rgrc[0].left += m_cxRight; left 3462 third_party/wtl/include/atlctrlw.h lpParams->rgrc[0].left += m_cxLeft; left 3483 third_party/wtl/include/atlctrlw.h int cxWidth = rect.right - rect.left; left 3508 third_party/wtl/include/atlctrlw.h dc.DrawIconEx(rcIcon.left, rcIcon.top, m_hIconChildMaximized, m_cxIconWidth, m_cyIconHeight); left 3558 third_party/wtl/include/atlctrlw.h POINT pt = { GET_X_LPARAM(lParam) - rect.left, GET_Y_LPARAM(lParam) - rect.top }; left 3561 third_party/wtl/include/atlctrlw.h if((pt.x < m_cxRight) || (pt.x > ((rect.right - rect.left) - m_cxLeft))) left 3566 third_party/wtl/include/atlctrlw.h if((pt.x < m_cxLeft) || (pt.x > ((rect.right - rect.left) - m_cxRight))) left 3586 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; left 3591 third_party/wtl/include/atlctrlw.h pT->_CalcIconRect(rect.right - rect.left, rect.bottom - rect.top, rcIcon, m_bLayoutRTL); left 3593 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL); left 3605 third_party/wtl/include/atlctrlw.h (s_bW2K ? TPM_VERPOSANIMATION : 0), m_bLayoutRTL ? rect.right : rect.left, rect.bottom, m_hWndChildMaximized); left 3608 third_party/wtl/include/atlctrlw.h ::OffsetRect(&rcIcon, rect.left, rect.top); left 3647 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect); left 3666 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; left 3670 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL); left 3676 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect); left 3697 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; left 3705 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL); left 3749 third_party/wtl/include/atlctrlw.h pt.x -= rect.left; left 3754 third_party/wtl/include/atlctrlw.h pT->_CalcIconRect(rect.right - rect.left, rect.bottom - rect.top, rcIcon, m_bLayoutRTL); left 3756 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect, m_bLayoutRTL); left 3782 third_party/wtl/include/atlctrlw.h pT->_CalcBtnRects(rect.right - rect.left, rect.bottom - rect.top, arrRect); left 998 third_party/wtl/include/atlctrlx.h ::SetRect(&rcAll, rcLeft.left, rcLeft.top, rcRight.right, cyMax); left 1027 third_party/wtl/include/atlctrlx.h cx = rcAll.right - rcAll.left; left 1537 third_party/wtl/include/atlctrlx.h rcLink.left = rcLeft.right; left 2524 third_party/wtl/include/atlctrlx.h ::OffsetRect(&rcImage, rc.left, rc.top); left 2656 third_party/wtl/include/atlctrlx.h rect.right = rect.left + m_cxyHeader; left 2679 third_party/wtl/include/atlctrlx.h rect.left += m_cxyTextOffset; left 2698 third_party/wtl/include/atlctrlx.h rect.left += m_cxyHeader; left 2712 third_party/wtl/include/atlctrlx.h dc.MoveTo(rcImage.left, rcImage.top); left 2714 third_party/wtl/include/atlctrlx.h dc.MoveTo(rcImage.left + 1, rcImage.top); left 2717 third_party/wtl/include/atlctrlx.h dc.MoveTo(rcImage.left, rcImage.bottom - 1); left 2719 third_party/wtl/include/atlctrlx.h dc.MoveTo(rcImage.left + 1, rcImage.bottom - 1); left 4487 third_party/wtl/include/atlctrlx.h POINT pt = { rect.left, rect.bottom }; left 4605 third_party/wtl/include/atlctrlx.h m_tab.SetWindowPos(NULL, 0, 0, rect.right - rect.left, m_cyTabHeight, SWP_NOZORDER); left 4608 third_party/wtl/include/atlctrlx.h ::SetWindowPos(GetPageHWND(m_nActivePage), NULL, 0, m_cyTabHeight, rect.right - rect.left, rect.bottom - rect.top - m_cyTabHeight, SWP_NOZORDER); left 4678 third_party/wtl/include/atlctrlx.h int x = rect.left; left 4701 third_party/wtl/include/atlctrlx.h rect.left = rcItem.left - m_cxMoveMark / 2 - 1; left 4702 third_party/wtl/include/atlctrlx.h rect.right = rcItem.left + m_cxMoveMark / 2; left 4706 third_party/wtl/include/atlctrlx.h rect.left = rcItem.right - m_cxMoveMark / 2 - 1; left 4730 third_party/wtl/include/atlctrlx.h m_ilDrag.Create(rcItem.right - rcItem.left, rcItem.bottom - rcItem.top, ILC_COLORDDB | ILC_MASK, 1, 1); left 4736 third_party/wtl/include/atlctrlx.h dcMem.SetViewportOrg(-rcItem.left, -rcItem.top); left 4739 third_party/wtl/include/atlctrlx.h bmp.CreateCompatibleBitmap(dc, rcItem.right - rcItem.left, rcItem.bottom - rcItem.top); left 4832 third_party/wtl/include/atldlgs.h rect.left = left 4840 third_party/wtl/include/atldlgs.h rect.right = rect.left + left 261 third_party/wtl/include/atlfind.h ::MoveWindow(hWndDialog, rect.left, rect.top, rect.Width(), rect.Height(), TRUE); left 434 third_party/wtl/include/atlframe.h dwStyle, rect.m_lpRect->left, rect.m_lpRect->top, rect.m_lpRect->right - rect.m_lpRect->left, left 664 third_party/wtl/include/atlframe.h rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left); left 711 third_party/wtl/include/atlframe.h rbBand.cx += rect.left + rect.right; left 800 third_party/wtl/include/atlframe.h SetWindowPos(NULL, 0, 0, rect.right - rect.left, cy, SWP_NOZORDER | SWP_NOMOVE); left 815 third_party/wtl/include/atlframe.h ::SetWindowPos(m_hWndClient, NULL, rect.left, rect.top, left 816 third_party/wtl/include/atlframe.h rect.right - rect.left, rect.bottom - rect.top, left 1108 third_party/wtl/include/atlframe.h POINT pt = { cmi.lpnm->rc.left, cmi.lpnm->rc.bottom }; left 1850 third_party/wtl/include/atlframe.h lpWndPos->x = rectClient.left; left 1852 third_party/wtl/include/atlframe.h lpWndPos->cx = rectClient.right - rectClient.left; left 3092 third_party/wtl/include/atlframe.h _AtlDlgResizeData data = { ATL_IDW_STATUS_BAR, DLSZ_MOVE_X | DLSZ_MOVE_Y | DLSZ_REPAINT | _DLSZ_GRIPPER, { rectCtl.left, rectCtl.top, rectCtl.right, rectCtl.bottom } }; left 3108 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = rect.right - rect.left; left 3115 third_party/wtl/include/atlframe.h m_ptMinTrackSize.x = rect.right - rect.left; left 3159 third_party/wtl/include/atlframe.h _AtlDlgResizeData data = { pMap->m_nCtlID, pMap->m_dwResizeFlags | dwGroupFlag, { rectCtl.left, rectCtl.top, rectCtl.right, rectCtl.bottom } }; left 3195 third_party/wtl/include/atlframe.h rectGroup.left = __min(rectGroup.left, m_arrData[i + j].m_rect.left); left 3284 third_party/wtl/include/atlframe.h int cxCtl = data.m_rect.right - data.m_rect.left; left 3285 third_party/wtl/include/atlframe.h rectCtl.left = rectGroup.left + (cxRight - rectGroup.left - cxCtl) / 2; left 3286 third_party/wtl/include/atlframe.h rectCtl.right = rectCtl.left + cxCtl; left 3290 third_party/wtl/include/atlframe.h rectCtl.left = rectGroup.left + ::MulDiv(data.m_rect.left - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); left 3294 third_party/wtl/include/atlframe.h rectCtl.right = rectGroup.left + ::MulDiv(data.m_rect.right - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); left 3302 third_party/wtl/include/atlframe.h int dxAdjust = (rectCtl.left - rcPrev.right) - (data.m_rect.left - pDataPrev->m_rect.right); left 3309 third_party/wtl/include/atlframe.h rectCtl.right = rectCtl.left + (data.m_rect.right - data.m_rect.left); left 3349 third_party/wtl/include/atlframe.h int cxCtl = data.m_rect.right - data.m_rect.left; left 3350 third_party/wtl/include/atlframe.h rectCtl.left = (cxWidth - cxCtl) / 2; left 3351 third_party/wtl/include/atlframe.h rectCtl.right = rectCtl.left + cxCtl; left 3358 third_party/wtl/include/atlframe.h rectCtl.left = rectCtl.right - (data.m_rect.right - data.m_rect.left); left 1118 third_party/wtl/include/atlgdi.h ::SetRectRgn(m_hRgn, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom); left 1878 third_party/wtl/include/atlgdi.h return ::ExcludeClipRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom); left 1898 third_party/wtl/include/atlgdi.h return ::IntersectClipRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom); left 1964 third_party/wtl/include/atlgdi.h return ::Arc(m_hDC, lpRect->left, lpRect->top, left 1992 third_party/wtl/include/atlgdi.h return ArcTo(lpRect->left, lpRect->top, lpRect->right, left 2142 third_party/wtl/include/atlgdi.h return ::Chord(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y); left 2161 third_party/wtl/include/atlgdi.h return ::Ellipse(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom); left 2174 third_party/wtl/include/atlgdi.h return ::Pie(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, ptStart.x, ptStart.y, ptEnd.x, ptEnd.y); left 2201 third_party/wtl/include/atlgdi.h return ::Rectangle(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom); left 2213 third_party/wtl/include/atlgdi.h return ::RoundRect(m_hDC, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, point.x, point.y); left 3048 third_party/wtl/include/atlgdi.h rgnOutside.SetRectRgn(lpRectLast->left, lpRectLast->top, lpRectLast->right, lpRectLast->bottom); left 3052 third_party/wtl/include/atlgdi.h rgnInside.SetRectRgn(rect.left, rect.top, rect.right, rect.bottom); left 3068 third_party/wtl/include/atlgdi.h PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT); left 3077 third_party/wtl/include/atlgdi.h PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT); left 3108 third_party/wtl/include/atlgdi.h Draw3dRect(lpRect->left, lpRect->top, lpRect->right - lpRect->left, left 3405 third_party/wtl/include/atlgdi.h m_bmp.CreateCompatibleBitmap(m_hDCOriginal, m_rcPaint.right - m_rcPaint.left, m_rcPaint.bottom - m_rcPaint.top); left 3408 third_party/wtl/include/atlgdi.h SetViewportOrg(-m_rcPaint.left, -m_rcPaint.top); left 3413 third_party/wtl/include/atlgdi.h ::BitBlt(m_hDCOriginal, m_rcPaint.left, m_rcPaint.top, m_rcPaint.right - m_rcPaint.left, m_rcPaint.bottom - m_rcPaint.top, m_hDC, m_rcPaint.left, m_rcPaint.top, SRCCOPY); left 315 third_party/wtl/include/atlmisc.h left = 0; left 323 third_party/wtl/include/atlmisc.h left = l; left 341 third_party/wtl/include/atlmisc.h right = (left = point.x) + size.cx; left 347 third_party/wtl/include/atlmisc.h left = topLeft.x; left 356 third_party/wtl/include/atlmisc.h return right - left; left 366 third_party/wtl/include/atlmisc.h return CSize(right - left, bottom - top); left 391 third_party/wtl/include/atlmisc.h return CPoint((left + right) / 2, (top + bottom) / 2); left 412 third_party/wtl/include/atlmisc.h return (left == 0 && right == 0 && top == 0 && bottom == 0); left 458 third_party/wtl/include/atlmisc.h left -= lpRect->left; left 466 third_party/wtl/include/atlmisc.h left -= l; left 484 third_party/wtl/include/atlmisc.h left += lpRect->left; left 492 third_party/wtl/include/atlmisc.h left += l; left 515 third_party/wtl/include/atlmisc.h if (left > right) left 517 third_party/wtl/include/atlmisc.h nTemp = left; left 518 third_party/wtl/include/atlmisc.h left = right; left 539 third_party/wtl/include/atlmisc.h left = x; left 686 third_party/wtl/include/atlmisc.h ::MulDiv(left, nMultiplier, nDivisor), left 770 third_party/wtl/include/atlprint.h int x1 = rc.right-rc.left; left 786 third_party/wtl/include/atlprint.h prc->left = rc.left + (x1 - x1p) / 2; left 787 third_party/wtl/include/atlprint.h prc->right = prc->left + x1p; left 793 third_party/wtl/include/atlprint.h prc->left = rc.left; left 810 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); left 907 third_party/wtl/include/atlprint.h if (rcArea.left > rcArea.right) left 908 third_party/wtl/include/atlprint.h rcArea.right = rcArea.left; left 1070 third_party/wtl/include/atlprint.h if (rcArea.left > rcArea.right) left 1071 third_party/wtl/include/atlprint.h rcArea.right = rcArea.left; left 1076 third_party/wtl/include/atlprint.h dc.PatBlt(rcClient.left, rcClient.top, rc.left - rcClient.left, rcClient.bottom - rcClient.top, PATCOPY); left 1077 third_party/wtl/include/atlprint.h dc.PatBlt(rc.left, rcClient.top, rc.right - rc.left, rc.top - rcClient.top, PATCOPY); left 1079 third_party/wtl/include/atlprint.h dc.PatBlt(rc.left, rc.bottom, rc.right - rc.left, rcClient.bottom - rc.bottom, PATCOPY); left 1081 third_party/wtl/include/atlprint.h dc.PatBlt(rc.left, rc.top, rc.right - rc.left, rc.bottom - rc.top, PATCOPY); left 1084 third_party/wtl/include/atlprint.h dc.PatBlt(rc.left + 4, rc.bottom, rc.right - rc.left, 4, PATCOPY); left 1092 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); left 178 third_party/wtl/include/atlscrl.h ::SetWindowPos(hWndChild, NULL, rect.left + dx, rect.top + dy, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE); left 253 third_party/wtl/include/atlscrl.h ::SetWindowPos(hWndChild, NULL, rect.left + dx, rect.top + dy, 0, 0, SWP_NOZORDER | SWP_NOSIZE | SWP_NOACTIVATE); left 417 third_party/wtl/include/atlscrl.h if(rect.left < m_ptOffset.x) left 418 third_party/wtl/include/atlscrl.h x = rect.left; left 1029 third_party/wtl/include/atlscrl.h SetScrollSize(rcScroll.left, rcScroll.top, rcScroll.right, rcScroll.bottom, bRedraw, bResetOffset); left 1148 third_party/wtl/include/atlscrl.h dc.SetWindowOrg(m_rectLogAll.left, m_rectLogAll.top, &ptWindowOrg); left 1164 third_party/wtl/include/atlscrl.h dc.SetWindowOrg(m_rectLogAll.left, m_rectLogAll.top); left 1465 third_party/wtl/include/atlscrl.h SIZE size = { rcZoom.right - rcZoom.left, rcZoom.bottom - rcZoom.top }; left 1466 third_party/wtl/include/atlscrl.h POINT pt = { rcZoom.left + size.cx / 2, rcZoom.top + size.cy / 2 }; left 1607 third_party/wtl/include/atlscrl.h if(rc.left > rc.right) left 1610 third_party/wtl/include/atlscrl.h rc.right = rc.left; left 1611 third_party/wtl/include/atlscrl.h rc.left = r; left 1885 third_party/wtl/include/atlscrl.h if((rect.right - rect.left) > 0 && (rect.bottom - rect.top) > 0) left 1886 third_party/wtl/include/atlscrl.h SetScrollSize(rect.right - rect.left, rect.bottom - rect.top, FALSE); left 142 third_party/wtl/include/atlsplit.h xyPos = (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) / 2; left 150 third_party/wtl/include/atlsplit.h cxyMax = m_rcSplitter.right - m_rcSplitter.left; left 477 third_party/wtl/include/atlsplit.h xyNewSplitPos = xPos - m_rcSplitter.left - m_cxyDragOffset; left 521 third_party/wtl/include/atlsplit.h m_cxyDragOffset = xPos - m_rcSplitter.left - m_xySplitterPos; left 618 third_party/wtl/include/atlsplit.h ::SetWindowPos(m_hWndPane[nPane], NULL, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER); left 629 third_party/wtl/include/atlsplit.h ::SetWindowPos(m_hWndPane[m_nSinglePane], NULL, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER); left 644 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left + m_xySplitterPos; left 646 third_party/wtl/include/atlsplit.h lpRect->right = m_rcSplitter.left + m_xySplitterPos + m_cxySplitBar + m_cxyBarEdge; left 651 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left; left 676 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left; left 678 third_party/wtl/include/atlsplit.h lpRect->right = m_rcSplitter.left + m_xySplitterPos; left 683 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left; left 693 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left + m_xySplitterPos + m_cxySplitBar + m_cxyBarEdge; left 700 third_party/wtl/include/atlsplit.h lpRect->left = m_rcSplitter.left; left 716 third_party/wtl/include/atlsplit.h return ((x == -1 || (x >= m_rcSplitter.left && x <= m_rcSplitter.right)) && left 727 third_party/wtl/include/atlsplit.h int xyOff = t_bVertical ? m_rcSplitter.left : m_rcSplitter.top; left 743 third_party/wtl/include/atlsplit.h dc.PatBlt(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, PATINVERT); left 784 third_party/wtl/include/atlsplit.h int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge); left 794 third_party/wtl/include/atlsplit.h int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge); left 811 third_party/wtl/include/atlsplit.h int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge); left 821 third_party/wtl/include/atlsplit.h int cxyTotal = t_bVertical ? (m_rcSplitter.right - m_rcSplitter.left - m_cxySplitBar - m_cxyBarEdge) : (m_rcSplitter.bottom - m_rcSplitter.top - m_cxySplitBar - m_cxyBarEdge); left 513 third_party/wtl/include/atltheme.h ::OffsetRect(&rect, -rect.left, -rect.top); left 272 third_party/wtl/include/atluser.h if(x < mi.rcWork.left) left 273 third_party/wtl/include/atluser.h x = mi.rcWork.left; left 293 third_party/wtl/include/atlwince.h rTitle.left = DRA::SCALEX(8); left 295 third_party/wtl/include/atlwince.h rTitle.left = nTitleHeight / 3; // 8 == 24 / 3 left 1828 third_party/wtl/include/atlwince.h m_tab.SetWindowPos(NULL, 0, rect.bottom - m_cyTabHeight, rect.right - rect.left, m_cyTabHeight, SWP_NOZORDER /*| SWP_SHOWWINDOW*/); left 1831 third_party/wtl/include/atlwince.h ::SetWindowPos(GetPageHWND(m_nActivePage), NULL, 0, 0, rect.right - rect.left, rect.bottom - m_cyTabHeight, SWP_NOZORDER); left 544 third_party/zlib/gzread.c unsigned left, n; left 569 third_party/zlib/gzread.c left = (unsigned)len - 1; left 570 third_party/zlib/gzread.c if (left) do { left 583 third_party/zlib/gzread.c n = state->have > left ? left : state->have; left 593 third_party/zlib/gzread.c left -= n; left 595 third_party/zlib/gzread.c } while (left && eol == NULL); left 122 third_party/zlib/infback.c left = strm->avail_out; \ left 133 third_party/zlib/infback.c strm->avail_out = left; \ left 203 third_party/zlib/infback.c if (left == 0) { \ left 205 third_party/zlib/infback.c left = state->wsize; \ left 206 third_party/zlib/infback.c state->whave = left; \ left 207 third_party/zlib/infback.c if (out(out_desc, put, left)) { \ left 251 third_party/zlib/infback.c unsigned have, left; /* available input and output */ left 278 third_party/zlib/infback.c left = state->wsize; left 337 third_party/zlib/infback.c if (copy > left) copy = left; left 341 third_party/zlib/infback.c left -= copy; left 475 third_party/zlib/infback.c if (have >= 6 && left >= 258) { left 478 third_party/zlib/infback.c state->whave = state->wsize - left; left 510 third_party/zlib/infback.c left--; left 570 third_party/zlib/infback.c left : 0)) { left 581 third_party/zlib/infback.c if (copy < left) { left 583 third_party/zlib/infback.c copy = left - copy; left 587 third_party/zlib/infback.c copy = left; left 591 third_party/zlib/infback.c left -= copy; left 601 third_party/zlib/infback.c if (left < state->wsize) { left 602 third_party/zlib/infback.c if (out(out_desc, state->window, state->wsize - left)) left 441 third_party/zlib/inflate.c left = strm->avail_out; \ left 452 third_party/zlib/inflate.c strm->avail_out = left; \ left 596 third_party/zlib/inflate.c unsigned have, left; /* available input and output */ left 620 third_party/zlib/inflate.c out = left; left 868 third_party/zlib/inflate.c if (copy > left) copy = left; left 873 third_party/zlib/inflate.c left -= copy; left 1007 third_party/zlib/inflate.c if (have >= 6 && left >= 258) { left 1109 third_party/zlib/inflate.c if (left == 0) goto inf_leave; left 1110 third_party/zlib/inflate.c copy = out - left; left 1123 third_party/zlib/inflate.c if (copy > left) copy = left; left 1124 third_party/zlib/inflate.c left -= copy; left 1145 third_party/zlib/inflate.c if (copy > left) copy = left; left 1146 third_party/zlib/inflate.c left -= copy; left 1154 third_party/zlib/inflate.c if (left == 0) goto inf_leave; left 1156 third_party/zlib/inflate.c left--; left 1162 third_party/zlib/inflate.c out -= left; left 1168 third_party/zlib/inflate.c out = left; left 46 third_party/zlib/inftrees.c int left; /* number of prefix codes available */ left 131 third_party/zlib/inftrees.c left = 1; left 133 third_party/zlib/inftrees.c left <<= 1; left 134 third_party/zlib/inftrees.c left -= count[len]; left 135 third_party/zlib/inftrees.c if (left < 0) return -1; /* over-subscribed */ left 137 third_party/zlib/inftrees.c if (left > 0 && (type == CODES || max != 1)) left 270 third_party/zlib/inftrees.c left = (int)(1 << curr); left 272 third_party/zlib/inftrees.c left -= count[curr + drop]; left 273 third_party/zlib/inftrees.c if (left <= 0) break; left 275 third_party/zlib/inftrees.c left <<= 1; left 103 tools/gn/operators.cc const Token& left, left 106 tools/gn/operators.cc const Value* old_value = scope->GetValue(left.value(), false); left 117 tools/gn/operators.cc *err = Err(op_node->left()->GetRange(), "Replacing nonempty list.", left 127 tools/gn/operators.cc left.value().as_string() + " = []\nbefore reassigning.")); left 134 tools/gn/operators.cc if (right.type() == Value::LIST && left.value() == kSourcesName) { left 138 tools/gn/operators.cc Value* set_value = scope->SetValue(left.value(), left 144 tools/gn/operators.cc scope->SetValue(left.value(), right, op_node->right()); left 162 tools/gn/operators.cc Value* left, left 166 tools/gn/operators.cc switch (left->type()) { left 171 tools/gn/operators.cc left->int_value() += right.int_value(); left 176 tools/gn/operators.cc *left = Value(op_node, left 177 tools/gn/operators.cc base::Int64ToString(left->int_value()) + right.string_value()); left 191 tools/gn/operators.cc left->string_value().append(base::Int64ToString(right.int_value())); left 195 tools/gn/operators.cc left->string_value().append(right.string_value()); left 209 tools/gn/operators.cc AppendFilteredSourcesToValue(scope, right, left); left 213 tools/gn/operators.cc left->list_value().push_back(right.list_value()[i]); left 228 tools/gn/operators.cc std::string("I see a ") + Value::DescribeType(left->type()) + " and a " + left 234 tools/gn/operators.cc const Token& left, left 240 tools/gn/operators.cc scope->GetValueForcedToCurrentScope(left.value(), op_node); left 242 tools/gn/operators.cc *err = Err(left, "Undefined variable for +=.", left 246 tools/gn/operators.cc ValuePlusEquals(scope, op_node, left, left_value, right, false, err); left 248 tools/gn/operators.cc scope->MarkUnused(left.value()); left 255 tools/gn/operators.cc Value* left, left 259 tools/gn/operators.cc switch (left->type()) { left 264 tools/gn/operators.cc left->int_value() -= right.int_value(); left 282 tools/gn/operators.cc RemoveMatchesFromList(op_node, left, right, err); left 291 tools/gn/operators.cc std::string("I see a ") + Value::DescribeType(left->type()) + " and a " + left 297 tools/gn/operators.cc const Token& left, left 301 tools/gn/operators.cc scope->GetValueForcedToCurrentScope(left.value(), op_node); left 303 tools/gn/operators.cc *err = Err(left, "Undefined variable for -=.", left 309 tools/gn/operators.cc scope->MarkUnused(left.value()); left 317 tools/gn/operators.cc const Value& left, left 320 tools/gn/operators.cc Value ret = left; left 328 tools/gn/operators.cc const Value& left, left 331 tools/gn/operators.cc Value ret = left; left 341 tools/gn/operators.cc const Value& left, left 344 tools/gn/operators.cc if (left == right) left 351 tools/gn/operators.cc const Value& left, left 355 tools/gn/operators.cc Value result = ExecuteEqualsEquals(scope, op_node, left, right, err); left 361 tools/gn/operators.cc const Value& left, left 366 tools/gn/operators.cc err->AppendRange(left.origin()->GetRange()); left 373 tools/gn/operators.cc const Value& left, left 376 tools/gn/operators.cc if (left.type() != Value::INTEGER || right.type() != Value::INTEGER) left 377 tools/gn/operators.cc return FillNeedsTwoIntegersError(op_node, left, right, err); left 378 tools/gn/operators.cc return Value(op_node, left.int_value() <= right.int_value()); left 383 tools/gn/operators.cc const Value& left, left 386 tools/gn/operators.cc if (left.type() != Value::INTEGER || right.type() != Value::INTEGER) left 387 tools/gn/operators.cc return FillNeedsTwoIntegersError(op_node, left, right, err); left 388 tools/gn/operators.cc return Value(op_node, left.int_value() >= right.int_value()); left 393 tools/gn/operators.cc const Value& left, left 396 tools/gn/operators.cc if (left.type() != Value::INTEGER || right.type() != Value::INTEGER) left 397 tools/gn/operators.cc return FillNeedsTwoIntegersError(op_node, left, right, err); left 398 tools/gn/operators.cc return Value(op_node, left.int_value() > right.int_value()); left 403 tools/gn/operators.cc const Value& left, left 406 tools/gn/operators.cc if (left.type() != Value::INTEGER || right.type() != Value::INTEGER) left 407 tools/gn/operators.cc return FillNeedsTwoIntegersError(op_node, left, right, err); left 408 tools/gn/operators.cc return Value(op_node, left.int_value() < right.int_value()); left 415 tools/gn/operators.cc const Value& left, left 418 tools/gn/operators.cc if (left.type() != Value::BOOLEAN) { left 419 tools/gn/operators.cc *err = Err(left, "Left side of || operator is not a boolean."); left 425 tools/gn/operators.cc return Value(op_node, left.boolean_value() || right.boolean_value()); left 430 tools/gn/operators.cc const Value& left, left 433 tools/gn/operators.cc if (left.type() != Value::BOOLEAN) { left 434 tools/gn/operators.cc *err = Err(left, "Left side of && operator is not a boolean."); left 440 tools/gn/operators.cc return Value(op_node, left.boolean_value() && right.boolean_value()); left 500 tools/gn/operators.cc const ParseNode* left, left 509 tools/gn/operators.cc const IdentifierNode* left_id = left->AsIdentifier(); left 513 tools/gn/operators.cc err->AppendRange(left->GetRange()); left 539 tools/gn/operators.cc Value left_value = left->Execute(scope, err); left 545 tools/gn/operators.cc err->AppendRange(left->GetRange()); left 31 tools/gn/operators.h const ParseNode* left, left 84 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), &list, &err); left 124 tools/gn/operators_unittest.cc Value ret = ExecuteBinaryOperator(setup.scope(), &node, node.left(), left 146 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); left 151 tools/gn/operators_unittest.cc ExecuteBinaryOperator(setup.scope(), &node, node.left(), node.right(), &err); left 148 tools/gn/parse_tree.h const ParseNode* left() const { return left_.get(); } left 149 tools/gn/parse_tree.h void set_left(scoped_ptr<ParseNode> left) { left 150 tools/gn/parse_tree.h left_ = left.Pass(); left 187 tools/gn/parser.cc scoped_ptr<ParseNode> left = (this->*prefix)(token); left 189 tools/gn/parser.cc return left.Pass(); left 201 tools/gn/parser.cc left = (this->*infix)(left.Pass(), token); left 206 tools/gn/parser.cc return left.Pass(); left 242 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::BinaryOperator(scoped_ptr<ParseNode> left, left 254 tools/gn/parser.cc binary_op->set_left(left.Pass()); left 259 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::IdentifierOrCall(scoped_ptr<ParseNode> left, left 285 tools/gn/parser.cc if (!left && !has_arg) { left 297 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::Assignment(scoped_ptr<ParseNode> left, left 299 tools/gn/parser.cc if (left->AsIdentifier() == NULL) { left 300 tools/gn/parser.cc *err_ = Err(left.get(), "Left-hand side of assignment must be identifier."); left 306 tools/gn/parser.cc assign->set_left(left.Pass()); left 311 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::Subscript(scoped_ptr<ParseNode> left, left 315 tools/gn/parser.cc if (left->AsIdentifier() == NULL) { left 316 tools/gn/parser.cc *err_ = Err(left.get(), "May only subscript identifiers.", left 325 tools/gn/parser.cc accessor->set_base(left->AsIdentifier()->value()); left 330 tools/gn/parser.cc scoped_ptr<ParseNode> Parser::DotOperator(scoped_ptr<ParseNode> left, left 332 tools/gn/parser.cc if (left->AsIdentifier() == NULL) { left 333 tools/gn/parser.cc *err_ = Err(left.get(), "May only use \".\" for identifiers.", left 348 tools/gn/parser.cc accessor->set_base(left->AsIdentifier()->value()); left 19 tools/gn/parser.h typedef scoped_ptr<ParseNode> (Parser::*InfixFunc)(scoped_ptr<ParseNode> left, left 59 tools/gn/parser.h scoped_ptr<ParseNode> BinaryOperator(scoped_ptr<ParseNode> left, Token token); left 60 tools/gn/parser.h scoped_ptr<ParseNode> IdentifierOrCall(scoped_ptr<ParseNode> left, left 62 tools/gn/parser.h scoped_ptr<ParseNode> Assignment(scoped_ptr<ParseNode> left, Token token); left 63 tools/gn/parser.h scoped_ptr<ParseNode> Subscript(scoped_ptr<ParseNode> left, Token token); left 64 tools/gn/parser.h scoped_ptr<ParseNode> DotOperator(scoped_ptr<ParseNode> left, Token token); left 178 tools/gn/scope.cc *err = Err(binary->left()->GetRange(), "Assignment had no effect.", left 71 tools/memory_watcher/memory_hook.h bool operator!=(const PrivateHookAllocator<T>& left, left 73 tools/memory_watcher/memory_hook.h return (!(left == right)); left 189 tools/memory_watcher/memory_watcher.cc static bool CompareCallStackIdItems(MemoryWatcher::StackTrack* left, left 191 tools/memory_watcher/memory_watcher.cc return left->size > right->size; left 31 tools/telemetry/telemetry/core/bitmaptools.cc Box() : left(), top(), right(), bottom() {} left 38 tools/telemetry/telemetry/core/bitmaptools.cc if (!(ReadInt(&left) && ReadInt(&top) && left 43 tools/telemetry/telemetry/core/bitmaptools.cc if (left < 0 || top < 0 || width < 0 || height < 0) { left 47 tools/telemetry/telemetry/core/bitmaptools.cc right = left + width; left 53 tools/telemetry/telemetry/core/bitmaptools.cc if (left > x) left = x; left 59 tools/telemetry/telemetry/core/bitmaptools.cc int width() const { return right - left; } left 62 tools/telemetry/telemetry/core/bitmaptools.cc int left; left 119 tools/telemetry/telemetry/core/bitmaptools.cc row_size = (box.right - box.left) * pixel_stride; left 120 tools/telemetry/telemetry/core/bitmaptools.cc data = pixels + box.top * row_stride + box.left * pixel_stride; left 207 tools/telemetry/telemetry/core/bitmaptools.cc box.left = bmp.total_size; left 226 tools/telemetry/telemetry/core/bitmaptools.cc int response[] = { box.left, box.top, box.width(), box.height(), count }; left 99 ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java public void onLayoutChange(View v, int left, int top, int right, int bottom, left 129 ui/android/java/src/org/chromium/ui/base/ActivityWindowAndroid.java bitmap, clip.left, clip.top, clip.width(), clip.height()); left 149 ui/app_list/views/apps_grid_view_unittest.cc gfx::Rect rect(gfx::Point(insets.left(), insets.top()), left 507 ui/aura/remote_window_tree_host_win.cc bounds.left = rect.x(); left 113 ui/aura/window_tree_host_win.cc saved_window_rect_.right = saved_window_rect_.left + bounds.width(); left 118 ui/aura/window_tree_host_win.cc window_rect.left = bounds.x(); left 129 ui/aura/window_tree_host_win.cc window_rect.left, left 131 ui/aura/window_tree_host_win.cc window_rect.right - window_rect.left, left 154 ui/aura/window_tree_host_win.cc return gfx::Point(r.left, r.top); left 18 ui/base/cocoa/appkit_utils.h int left; left 38 ui/base/ime/candidate_window.cc const Entry& left = candidates_[i]; left 40 ui/base/ime/candidate_window.cc if (left.value != right.value || left 41 ui/base/ime/candidate_window.cc left.label != right.label || left 42 ui/base/ime/candidate_window.cc left.annotation != right.annotation || left 43 ui/base/ime/candidate_window.cc left.description_title != right.description_title || left 44 ui/base/ime/candidate_window.cc left.description_body != right.description_body) left 47 ui/events/gesture_event_details.cc data.swipe.left = delta_x < 0; left 121 ui/events/gesture_event_details.h return data.swipe.left; left 185 ui/events/gesture_event_details.h bool left; left 809 ui/events/gestures/gesture_sequence.cc float left = std::numeric_limits<float>::max(); left 821 ui/events/gestures/gesture_sequence.cc left = std::min(left, point.x()); left 826 ui/events/gestures/gesture_sequence.cc bounding_box_.SetRect(left, top, right - left, bottom - top); left 212 ui/gfx/canvas.cc bounds->SetRect(out.left(), out.top(), out.width(), out.height()); left 17 ui/gfx/canvas_paint_win.cc ps_.rcPaint.left = ps.rcPaint.left; left 29 ui/gfx/canvas_paint_win.cc ps_.rcPaint.left = x; left 41 ui/gfx/canvas_paint_win.cc skia::DrawToNativeContext(canvas, paint_dc_, ps_.rcPaint.left, left 55 ui/gfx/canvas_paint_win.cc const int width = ps_.rcPaint.right - ps_.rcPaint.left; left 68 ui/gfx/canvas_paint_win.cc -ps_.rcPaint.left / gfx::win::GetDeviceScaleFactor(), left 52 ui/gfx/canvas_paint_win.h return ps_.rcPaint.right - ps_.rcPaint.left == 0 || left 19 ui/gfx/geometry/insets.cc Insets::Insets(int top, int left, int bottom, int right) left 20 ui/gfx/geometry/insets.cc : InsetsBase<Insets, int>(top, left, bottom, right) {} left 25 ui/gfx/geometry/insets.cc border.left, left 35 ui/gfx/geometry/insets.cc return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right()); left 25 ui/gfx/geometry/insets.h Insets(int top, int left, int bottom, int right); left 38 ui/gfx/geometry/insets.h static_cast<int>(left() * x_scale), left 44 ui/gfx/geometry/insets.h return InsetsF(top(), left(), bottom(), right()); left 18 ui/gfx/geometry/insets_base.h Type left() const { return left_; } left 33 ui/gfx/geometry/insets_base.h void Set(Type top, Type left, Type bottom, Type right) { left 35 ui/gfx/geometry/insets_base.h left_ = left; left 61 ui/gfx/geometry/insets_base.h InsetsBase(Type top, Type left, Type bottom, Type right) left 63 ui/gfx/geometry/insets_base.h left_(left), left 15 ui/gfx/geometry/insets_f.cc InsetsF::InsetsF(float top, float left, float bottom, float right) left 16 ui/gfx/geometry/insets_f.cc : InsetsBase<InsetsF, float>(top, left, bottom, right) {} left 22 ui/gfx/geometry/insets_f.cc return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right()); left 20 ui/gfx/geometry/insets_f.h InsetsF(float top, float left, float bottom, float right); left 12 ui/gfx/geometry/insets_unittest.cc EXPECT_EQ(0, insets.left()); left 23 ui/gfx/geometry/insets_unittest.cc EXPECT_EQ(2, insets.left()); left 35 ui/gfx/geometry/insets_unittest.cc EXPECT_EQ(2, insets.left()); left 45 ui/gfx/geometry/insets_unittest.cc EXPECT_EQ(8, insets.left()); left 246 ui/gfx/geometry/quad_unittest.cc float left = -0.7f; left 250 ui/gfx/geometry/quad_unittest.cc EXPECT_EQ(RectF(left, top, right - left, bottom - top).ToString(), left 28 ui/gfx/geometry/rect.cc : RectBaseT(gfx::Point(r.left, r.top)) { left 29 ui/gfx/geometry/rect.cc set_width(std::abs(r.right - r.left)); left 49 ui/gfx/geometry/rect.cc r.left = x(); left 69 ui/gfx/geometry/rect_base.h void Inset(Type left, Type top, Type right, Type bottom); left 53 ui/gfx/geometry/rect_base_impl.h Inset(insets.left(), insets.top(), insets.right(), insets.bottom()); left 63 ui/gfx/geometry/rect_base_impl.h Inset(Type left, Type top, Type right, Type bottom) { left 64 ui/gfx/geometry/rect_base_impl.h origin_ += VectorClass(left, top); left 65 ui/gfx/geometry/rect_base_impl.h set_width(std::max(width() - left - right, static_cast<Type>(0))); left 46 ui/gfx/nine_image_painter.cc { 0, insets.left(), image.width() - insets.right(), image.width() }; left 20 ui/gfx/path_win.cc ::SetRectRgn(temp, rect.left(), rect.top(), rect.right(), rect.bottom()); left 105 ui/gfx/render_text.cc const SkScalar left = static_cast<SkScalar>(fade_rect.x() - text_rect.x()); left 107 ui/gfx/render_text.cc const SkScalar p0 = left / text_rect.width(); left 108 ui/gfx/render_text.cc const SkScalar p1 = (left + width) / text_rect.width(); left 50 ui/gfx/shadow_value.cc int left = 0; left 61 ui/gfx/shadow_value.cc left = std::max(left, blur - shadow.x()); left 67 ui/gfx/shadow_value.cc return Insets(-top, -left, -bottom, -right); left 769 ui/gfx/skbitmap_operations.cc canvas.translate(SkIntToScalar(shadow_margin.left()), left 48 ui/gfx/win/hwnd_util.cc ::SetWindowPos(hwnd, 0, bounds.left, bounds.top, left 49 ui/gfx/win/hwnd_util.cc bounds.right - bounds.left, bounds.bottom - bounds.top, left 160 ui/gfx/win/hwnd_util.cc window_bounds.left = center_bounds.left; left 161 ui/gfx/win/hwnd_util.cc if (pref.width() < (center_bounds.right - center_bounds.left)) { left 162 ui/gfx/win/hwnd_util.cc window_bounds.left += left 163 ui/gfx/win/hwnd_util.cc (center_bounds.right - center_bounds.left - pref.width()) / 2; left 165 ui/gfx/win/hwnd_util.cc window_bounds.right = window_bounds.left + pref.width(); left 179 ui/gfx/win/hwnd_util.cc POINT topleft = { window_bounds.left, window_bounds.top }; left 181 ui/gfx/win/hwnd_util.cc window_bounds.left = topleft.x; left 183 ui/gfx/win/hwnd_util.cc window_bounds.right = window_bounds.left + pref.width(); left 210 ui/gfx/win/hwnd_util.cc Point point = Point(base::i18n::IsRTL() ? rect.right : rect.left, rect.top); left 2274 ui/gfx/win/msg_util.h (rect)->left += (by)->left; \ left 205 ui/gl/gl_surface_wgl.cc rect.right - rect.left, left 263 ui/gl/gl_surface_wgl.cc rect.right - rect.left, left 277 ui/gl/gl_surface_wgl.cc return gfx::Size(rect.right - rect.left, rect.bottom - rect.top); left 196 ui/message_center/views/message_center_view.cc kMarginBetweenItems - shadow_insets.left(), /* left */ left 56 ui/message_center/views/notification_view.cc int left, left 59 ui/message_center/views/notification_view.cc return views::Border::CreateEmptyBorder(top, left, bottom, right); left 81 ui/message_center/views/notification_view.cc int left, left 83 ui/message_center/views/notification_view.cc return views::Border::CreateSolidSidedBorder(top, left, 0, 0, color); left 504 ui/message_center/views/notification_view.cc top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height); left 507 ui/message_center/views/notification_view.cc icon_view_->SetBounds(insets.left(), insets.top(), kIconSize, kIconSize); left 512 ui/message_center/views/notification_view.cc bottom_view_->SetBounds(insets.left(), bottom_y, left 84 ui/message_center/views/padded_button.cc if (padding_.left() == 0 && padding_.right() == 0) left 24 ui/metro_viewer/ime_types.cc : left(0), left 41 ui/metro_viewer/ime_types.h int32 left; left 216 ui/metro_viewer/metro_viewer_messages.h IPC_STRUCT_TRAITS_MEMBER(left) left 97 ui/native_theme/native_theme_win.cc matrix.setTranslate(SkIntToScalar(align_rect.left), left 829 ui/native_theme/native_theme_win.cc int padding = (inner_rect.right - inner_rect.left) * 4 / 13; left 1403 ui/native_theme/native_theme_win.cc channel_rect.left += left 1404 ui/native_theme/native_theme_win.cc ((channel_rect.right - channel_rect.left - channel_thickness) / 2); left 1405 ui/native_theme/native_theme_win.cc channel_rect.right = channel_rect.left + channel_thickness; left 1421 ui/native_theme/native_theme_win.cc top_section.bottom -= ((bottom_section.right - bottom_section.left) / 2); left 1429 ui/native_theme/native_theme_win.cc right_half.left += ((bottom_section.right - bottom_section.left) / 2); left 1430 ui/native_theme/native_theme_win.cc left_half.right = right_half.left; left 1447 ui/native_theme/native_theme_win.cc left_triangle.moveTo(SkIntToScalar(left_half.left), left_triangle_top); left 1454 ui/native_theme/native_theme_win.cc SkScalar right_triangle_left = SkIntToScalar(right_half.left); left 1495 ui/native_theme/native_theme_win.cc int bar_width = bar_rect.right - bar_rect.left; left 1500 ui/native_theme/native_theme_win.cc bar_rect.left != value_rect.left); left 1528 ui/native_theme/native_theme_win.cc overlay_rect.left += dx; left 1529 ui/native_theme/native_theme_win.cc overlay_rect.right = overlay_rect.left + kDeteminateOverlayWidth; left 1544 ui/native_theme/native_theme_win.cc overlay_rect.left += dx; left 1545 ui/native_theme/native_theme_win.cc overlay_rect.right = overlay_rect.left + overlay_width; left 213 ui/shell_dialogs/select_file_dialog_win.cc POINT point = { dialog_rect.left, dialog_rect.top }; left 232 ui/shell_dialogs/select_file_dialog_win.cc parent_info.rcClient.left, left 33 ui/snapshot/snapshot_win.cc return gfx::Rect(content_rect.right - content_rect.left, left 20 ui/views/border.cc SidedSolidBorder(int top, int left, int bottom, int right, SkColor color); left 35 ui/views/border.cc int left, left 40 ui/views/border.cc insets_(top, left, bottom, right) { left 47 ui/views/border.cc canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_); left 77 ui/views/border.cc EmptyBorder(int top, int left, int bottom, int right) left 78 ui/views/border.cc : insets_(top, left, bottom, right) {} left 147 ui/views/border.cc int left, left 150 ui/views/border.cc return scoped_ptr<Border>(new EmptyBorder(top, left, bottom, right)); left 155 ui/views/border.cc int left, left 160 ui/views/border.cc new SidedSolidBorder(top, left, bottom, right, color)); left 55 ui/views/border.h int left, left 62 ui/views/border.h int left, left 322 ui/views/bubble/bubble_border.cc origin.set_x(insets.left() - images_->arrow_thickness); left 135 ui/views/bubble/bubble_frame_view.cc SkRect rect = { SkIntToScalar(border_insets.left() - kBorderStrokeSize), left 49 ui/views/bubble/bubble_frame_view_unittest.cc int margin_x = frame.content_margins().left(); left 52 ui/views/bubble/bubble_frame_view_unittest.cc EXPECT_EQ(insets.left() + margin_x, frame.GetBoundsForClientView().x()); left 414 ui/views/controls/button/text_button.cc content_x = insets.left(); left 418 ui/views/controls/button/text_button.cc if (content_x < insets.left()) left 419 ui/views/controls/button/text_button.cc content_x = insets.left(); left 422 ui/views/controls/button/text_button.cc content_x = insets.left() + std::max(0, left 645 ui/views/controls/button/text_button.cc icon_x = full_justification_ ? insets.left() left 654 ui/views/controls/button/text_button.cc icon_x = (width() - insets.width() - icon.width()) / 2 + insets.left(); left 648 ui/views/controls/combobox/combobox.cc int x = insets.left(); left 66 ui/views/controls/focusable_border.cc void FocusableBorder::SetInsets(int top, int left, int bottom, int right) { left 67 ui/views/controls/focusable_border.cc insets_.Set(top, left, bottom, right); left 26 ui/views/controls/focusable_border.h void SetInsets(int top, int left, int bottom, int right); left 129 ui/views/controls/image_view.cc case LEADING: x = insets.left(); break; left 424 ui/views/controls/label.cc gfx::Point text_origin(insets.left(), insets.top()); left 218 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 297 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 436 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 455 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); left 471 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); left 487 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); left 577 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 589 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); left 607 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); left 625 ui/views/controls/label_unittest.cc EXPECT_EQ(extra.width() + border.left(), text_bounds.x()); left 709 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 728 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); left 744 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); left 760 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); left 856 ui/views/controls/label_unittest.cc border.top(), border.left(), border.bottom(), border.right())); left 868 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width() / 2, text_bounds.x()); left 887 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left() + extra.width(), text_bounds.x()); left 906 ui/views/controls/label_unittest.cc EXPECT_EQ(border.left(), text_bounds.x()); left 221 ui/views/controls/menu/menu_scroll_view_container.cc int x = insets.left(); left 292 ui/views/controls/menu/menu_scroll_view_container.cc int left = menu_config.menu_horizontal_border_size + padding; left 302 ui/views/controls/menu/menu_scroll_view_container.cc gfx::Insets(top, left, bottom, right))); left 304 ui/views/controls/menu/menu_scroll_view_container.cc SetBorder(Border::CreateEmptyBorder(top, left, bottom, right)); left 222 ui/views/controls/menu/native_menu_win.cc rect.left += kItemLeftMargin + kIconWidth; left 269 ui/views/controls/menu/native_menu_win.cc draw_item_struct->rcItem.left + kItemLeftMargin, left 306 ui/views/controls/menu/native_menu_win.cc draw_item_struct->rcItem.left + kItemLeftMargin, left 110 ui/views/controls/menu/submenu_view.cc int x = insets.left(); left 121 ui/views/controls/slider.cc width() - (point.x() - inset.left()) : left 122 ui/views/controls/slider.cc point.x() - inset.left()) - thumb_x; left 142 ui/views/controls/slider.cc width() - inset.left() - point.x() - initial_button_offset_.x() : left 143 ui/views/controls/slider.cc point.x() - inset.left() - initial_button_offset_.x(); left 295 ui/views/controls/styled_label.cc gfx::Point(GetInsets().left() + x - focus_border_insets.left(), left 687 ui/views/layout/grid_layout.cc void GridLayout::SetInsets(int top, int left, int bottom, int right) { left 688 ui/views/layout/grid_layout.cc insets_.Set(top, left, bottom, right); left 822 ui/views/layout/grid_layout.cc insets_.left(); left 879 ui/views/layout/grid_layout.cc (*i)->Resize(width - (*i)->LayoutWidth() - insets_.left() - left 109 ui/views/layout/grid_layout.h void SetInsets(int top, int left, int bottom, int right); left 38 ui/views/mouse_watcher_view_host.cc bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(), left 230 ui/views/win/hwnd_message_handler.cc bounds.left - clip_state->x, left 462 ui/views/win/hwnd_message_handler.cc POINT point = { r.left, r.top }; left 464 ui/views/win/hwnd_message_handler.cc return gfx::Rect(point.x, point.y, r.right - r.left, r.bottom - r.top); left 513 ui/views/win/hwnd_message_handler.cc bounds->Offset(mi.rcWork.left - mi.rcMonitor.left, left 983 ui/views/win/hwnd_message_handler.cc SetWindowPos(hwnd(), NULL, client.left, client.top, left 984 ui/views/win/hwnd_message_handler.cc client.right - client.left, client.bottom - client.top, left 1134 ui/views/win/hwnd_message_handler.cc OffsetRect(&work_rect, -window_rect.left, -window_rect.top); left 1138 ui/views/win/hwnd_message_handler.cc delegate_->GetWindowMask(gfx::Size(window_rect.right - window_rect.left, left 1218 ui/views/win/hwnd_message_handler.cc SIZE size = {wr.right - wr.left, wr.bottom - wr.top}; left 1219 ui/views/win/hwnd_message_handler.cc POINT position = {wr.left, wr.top}; left 1414 ui/views/win/hwnd_message_handler.cc min_window_size.Enlarge(window_rect.right - window_rect.left, left 1417 ui/views/win/hwnd_message_handler.cc max_window_size.Enlarge(window_rect.right - window_rect.left, left 1641 ui/views/win/hwnd_message_handler.cc client_rect->left += insets.left(); left 1670 ui/views/win/hwnd_message_handler.cc client_rect->left += kAutoHideTaskbarThicknessPx; left 1705 ui/views/win/hwnd_message_handler.cc if (insets.left() == 0 || insets.top() == 0) left 1767 ui/views/win/hwnd_message_handler.cc window_rect.left = window_rect.right - scroll_width; left 1800 ui/views/win/hwnd_message_handler.cc if (gfx::Size(window_rect.right - window_rect.left, left 1814 ui/views/win/hwnd_message_handler.cc dirty_region.left = 0; left 1816 ui/views/win/hwnd_message_handler.cc dirty_region.right = window_rect.right - window_rect.left; left 1825 ui/views/win/hwnd_message_handler.cc OffsetRect(&dirty_region, -window_rect.left, -window_rect.top); left 1834 ui/views/win/hwnd_message_handler.cc clip_state.x = window_rect.left; left 1859 ui/views/win/hwnd_message_handler.cc dirty_region.left, left 1861 ui/views/win/hwnd_message_handler.cc dirty_region.right - dirty_region.left, left 445 ui/views/window/custom_frame_view.cc const gfx::ImageSkia* left = rb.GetImageSkiaNamed(IDR_CONTENT_LEFT_SIDE); left 446 ui/views/window/custom_frame_view.cc canvas->TileImageInt(*left, left 447 ui/views/window/custom_frame_view.cc client_area_bounds.x() - left->width(), left 449 ui/views/window/custom_frame_view.cc left->width(), left 35 ui/views/window/frame_background.cc void FrameBackground::SetSideImages(const gfx::ImageSkia* left, left 39 ui/views/window/frame_background.cc left_edge_ = left; left 52 ui/views/window/frame_background.h void SetSideImages(const gfx::ImageSkia* left, left 100 ui/wm/core/image_grid.cc const int left = min(base_left_column_width_, size_.width() / 2); left 101 ui/wm/core/image_grid.cc const int right = min(base_right_column_width_, size_.width() - left); left 106 ui/wm/core/image_grid.cc int center_width = std::max(size.width() - left - right, 0); left 118 ui/wm/core/image_grid.cc transform.Translate(left, 0); left 128 ui/wm/core/image_grid.cc left, size.height() - bottom_layer_->bounds().height()); left 157 ui/wm/core/image_grid.cc LayerExceedsSize(top_left_layer_.get(), gfx::Size(left, top)) ? left 158 ui/wm/core/image_grid.cc gfx::Rect(gfx::Rect(0, 0, left, top)) : left 179 ui/wm/core/image_grid.cc LayerExceedsSize(bottom_left_layer_.get(), gfx::Size(left, bottom)) ? left 181 ui/wm/core/image_grid.cc left, bottom) : left 203 ui/wm/core/image_grid.cc transform.Translate(left, top); left 173 win8/metro_driver/chrome_app_view.cc int cx = rect.right - rect.left; left 177 win8/metro_driver/chrome_app_view.cc rect.left, rect.top, cx, cy, left 1126 win8/metro_driver/chrome_app_view.cc DVLOG(1) << "OSK width:" << osk_rect.right - osk_rect.left; left 1160 win8/metro_driver/chrome_app_view.cc DVLOG(1) << "OSK width:" << osk_rect.right - osk_rect.left; left 680 win8/metro_driver/chrome_app_view_ash.cc new MetroViewerHostMsg_WindowSizeChanged(rect.right - rect.left, left 402 win8/metro_driver/ime/text_service.cc POINT left_top = { bounds.left, bounds.top }; left 422 win8/metro_driver/ime/text_service.cc POINT left_top = { bounds.left, bounds.top }; left 193 win8/metro_driver/ime/text_store.cc POINT left_top = {client_rect.left, client_rect.top}; left 200 win8/metro_driver/ime/text_store.cc rect->left = left_top.x; left 329 win8/metro_driver/ime/text_store.cc tmp_rect.left = tmp_rect.right;