Searched defs:right (Results 476 - 500 of 879) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/athena/wm/
H A Dsplit_view_controller.cc181 aura::Window* right,
186 if (!left && left_window_ != right)
188 if (!right && right_window_ != left)
189 right = right_window_;
195 if (left == right && iter != windows.rend()) {
201 if (!right && iter != windows.rend()) {
202 right = *iter;
204 if (right == left && iter != windows.rend()) {
205 right = *iter;
211 if (left_window_ && left_window_ != left && left_window_ != right)
180 ActivateSplitMode(aura::Window* left, aura::Window* right, aura::Window* to_activate) argument
[all...]
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_unittest.cc131 EXPECT_LE(texture_rect.right(), client_.TileSize().width());
219 // The live tiles rect is at the very edge of the right-most and
222 int right = tiling_->TilingDataForTesting().TileBounds(2, 2).x(); local
225 SetLiveRectAndVerifyTiles(gfx::Rect(right, bottom));
250 // Tiles in the bottom row and right column exist.
258 int right = tiling_->TilingDataForTesting().TileBounds(2, 2).x(); local
265 gfx::Size(right + 1, bottom + 1));
270 EXPECT_EQ(gfx::Rect(right + 1, bottom + 1), tiling_->live_tiles_rect());
280 // Growing outside the current right/bottom tiles border pixels should create
283 gfx::Size(right
324 int right = tiling_->TilingDataForTesting().TileBounds(2, 3).x(); local
1593 TilePriority right = tiling->TileAt(1, 0)->priority(ACTIVE_TREE); local
[all...]
H A Dpicture_pile.cc262 // delta edge rect toward the right, it would either hit the right edge
271 // either on the left or the right. The |left_rect| and |right_rect|,
322 int right = left + tiling_.TileSizeX(min_toss_x); local
326 int left_until = std::min(interest_rect_over_tiles.x(), right);
327 int right_until = std::max(interest_rect_over_tiles.right(), left);
338 gfx::Rect right_rect(right_until, top, right - right_until, bottom - top);
339 gfx::Rect top_rect(left, top, right - left, top_until - top);
341 left, bottom_until, right - left, bottom - bottom_until);
360 int right local
[all...]
/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_preferences_unittest.cc134 insets_value->SetInteger("insets_right", insets.right());
200 // (id1, dummy_id) since dummy_id is not connected right now.
276 int top = 0, left = 0, bottom = 0, right = 0; local
280 EXPECT_TRUE(property->GetInteger("insets_right", &right));
284 EXPECT_EQ(13, right);
299 EXPECT_FALSE(property->GetInteger("insets_right", &right));
394 EXPECT_EQ("right", position);
420 EXPECT_EQ("right", position);
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.cc225 const ParsedVersion& right) {
227 left.begin(), left.end(), right.begin(), right.end());
224 IsVersionLower(const ParsedVersion& left, const ParsedVersion& right) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc35 const history::DownloadRow& right) {
36 EXPECT_EQ(left.current_path.value(), right.current_path.value());
37 EXPECT_EQ(left.target_path.value(), right.target_path.value());
38 EXPECT_EQ(left.url_chain.size(), right.url_chain.size());
40 i < left.url_chain.size() && i < right.url_chain.size();
42 EXPECT_EQ(left.url_chain[i].spec(), right.url_chain[i].spec());
44 EXPECT_EQ(left.referrer_url.spec(), right.referrer_url.spec());
45 EXPECT_EQ(left.mime_type, right.mime_type);
46 EXPECT_EQ(left.original_mime_type, right.original_mime_type);
47 EXPECT_EQ(left.start_time.ToTimeT(), right
34 CheckInfoEqual(const history::DownloadRow& left, const history::DownloadRow& right) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index.cc54 bool operator==(const ParentIDAndTitle& left, const ParentIDAndTitle& right) { argument
55 return left.parent_id == right.parent_id && left.title == right.title;
58 bool operator<(const ParentIDAndTitle& left, const ParentIDAndTitle& right) { argument
59 if (left.parent_id != right.parent_id)
60 return left.parent_id < right.parent_id;
61 return left.title < right.title;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc55 // Space between the right edge of the avatar and the tabstrip.
59 // The content left/right images have a shadow built into them.
127 (avatar_bounds_.right() + kAvatarRightSpacing) :
376 // Mask out the top right corner.
417 gfx::ImageSkia* right = tp->GetImageSkiaNamed(IDR_CONTENT_RIGHT_SIDE); local
418 canvas->TileImageInt(*right, client_area_bounds.right(), client_area_top,
419 right->width(), client_area_height);
422 client_area_bounds.right(), client_area_bottom);
435 // Draw the toolbar color so that the client edges show the right colo
[all...]
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc290 int right = child_rect.x() + end_pixel_offset; local
292 right - left, child_rect.height());
296 int right = child_rect.right() - start_pixel_offset; local
297 int left = child_rect.right() - end_pixel_offset;
299 right - left, child_rect.height());
H A Dbrowser_accessibility_android.cc428 size_t right = 0; local
429 while (right < old_len &&
430 right < new_len &&
431 old_value_[old_len - right - 1] == new_value_[new_len - right - 1]) {
432 right++;
434 return (new_len - left - right);
446 size_t right = 0; local
447 while (right < old_len &&
448 right < new_le
[all...]
/external/chromium_org/extensions/renderer/
H A Dmodule_system.cc556 v8::Handle<v8::String> right = v8::String::NewFromUtf8(GetIsolate(), "\n})"); local
558 v8::String::Concat(left, v8::String::Concat(source, right))));
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc417 float right = min(left+g_current_tile_width, g_current_tile_layer_width); local
419 float width = right-left;
440 float center_x = (left+right)/2 - g_current_tile_layer_width/2;
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc198 float right,
203 float delta_x = right - left;
221 frust.m[2][0] = (right + left) / delta_x;
197 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/net/cert/
H A Dx509_certificate.cc206 // Utility to split |src| on the first occurrence of |c|, if any. |right| will
212 base::StringPiece* right) {
216 right->clear();
219 *right = src.substr(pos);
209 SplitOnChar(const base::StringPiece& src, char c, base::StringPiece* left, base::StringPiece* right) argument
/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c244 * If it's the complete next message we accept it right away.
1027 records->right = DTLS_RECVD_RECORDS_WINDOW - 1;
1048 /* Out of range to the right; since we advance the window on
1051 if (seq > records->right)
1071 if (seq > records->right) {
1074 PRUint64 right; local
1076 /* Slide to the right; this is the tricky part
1079 * next byte boundary by setting the right 8
1090 for (right = records->right
[all...]
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc118 double left, top, right, bottom; local
119 FPDFText_GetRect(GetTextPage(), i, &left, &top, &right, &bottom); local
121 GetTextBoxAsValue(height, left, top, right, bottom, rotation));
133 double right, double bottom,
137 FPDFText_GetBoundedText(GetTextPage(), left, top, right, bottom, NULL, 0);
142 left, top, right, bottom, local
155 PageToScreen(pp::Point(), 1.0, left, top, right, bottom, rotation));
167 node->SetDouble(kTextBoxWidth, right - left);
339 double left, right, bottom, top; local
340 FPDFText_GetCharBox(GetTextPage(), char_index, &left, &right, local
131 GetTextBoxAsValue(double page_height, double left, double top, double right, double bottom, int rotation) argument
423 double left, top, right, bottom; local
433 PageToScreen(const pp::Point& offset, double zoom, double left, double top, double right, double bottom, int rotation) argument
[all...]
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc182 float right,
187 float delta_x = right - left;
205 frust.m[2][0] = (right + left) / delta_x;
181 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc198 float right,
203 float delta_x = right - left;
221 frust.m[2][0] = (right + left) / delta_x;
197 Frustum(float left, float right, float bottom, float top, float near_z, float far_z) argument
/external/chromium_org/ppapi/tests/
H A Dtest_case.h368 bool CompareEQ(const U& right) const {
369 return value == right;
372 bool CompareNE(const U& right) const {
373 return value != right;
376 bool CompareLT(const U& right) const {
377 return value < right;
380 bool CompareGT(const U& right) const {
381 return value > right;
384 bool CompareLE(const U& right) const {
385 return value <= right;
527 MakeBinaryComparisonFailureMessage( const char* comparator, const T& left, const U& right, const char* left_precompiler_string, const char* right_precompiler_string, const char* file_name, int line_number) argument
581 CompareDoubleEq(ComparisonHelper<double> left, double right, const char* left_precompiler_string, const char* right_precompiler_string, const char* file_name, int linu_num) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h245 const Length& right() const { return m_right; } function in class:blink::BasicShapeInset
255 void setRight(const Length& right) { m_right = right; } argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h286 Node* right() const { return m_right; } function in class:blink::PODRedBlackTree::Node
309 // given node based on the values in the left and right children. It
312 // in the left and right children. This method should return true if
339 current = current->right();
353 return treeSearchFullComparisons(current->right(), data);
357 // We may need to traverse both the left and right subtrees.
360 result = treeSearchFullComparisons(current->right(), data);
373 x = x->right();
390 if (x->right())
391 return treeMinimum(x->right());
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFELighting.cpp75 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
79 normalVector.setX(-(center << 1) + (right << 1) - bottom + bottomRight);
80 normalVector.setY(-(center << 1) - right + (bottom << 1) + bottomRight);
87 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
92 normalVector.setX(-(left << 1) + (right << 1) - bottomLeft + bottomRight);
93 normalVector.setY(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
110 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
117 normalVector.setX(-top + topRight - (center << 1) + (right << 1) - bottom + bottomRight);
124 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
133 normalVector.setX(-topLeft + topRight - (left << 1) + (right <<
154 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
166 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); local
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h309 String right(unsigned len) const { return substring(length() - len, len); } function in class:WTF::String
/external/chromium_org/third_party/icu/source/common/
H A Dbytestriebuilder.cpp181 compareElementStrings(const void *context, const void *left, const void *right) { argument
184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right);
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp203 SimpleTimeZone::operator=(const SimpleTimeZone &right) argument
205 if (this != &right)
207 TimeZone::operator=(right);
208 rawOffset = right.rawOffset;
209 startMonth = right.startMonth;
210 startDay = right.startDay;
211 startDayOfWeek = right.startDayOfWeek;
212 startTime = right.startTime;
213 startTimeMode = right.startTimeMode;
214 startMode = right
[all...]

Completed in 470 milliseconds

<<11121314151617181920>>