Searched refs:grid (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpromisesPanel.css7 .promises .data-grid {
11 .promises .data-grid td {
H A DnetworkLogView.css31 .network-log-grid.data-grid {
51 .network-log-grid.data-grid table.data {
55 .network-log-grid .odd {
59 .network-log-grid.data-grid td {
66 .network-log-grid.data-grid.small td {
70 .network-log-grid
[all...]
H A DoverviewGrid.css7 .overview-grid-window-selector {
16 .overview-grid-window {
26 .overview-grid-dividers-background {
35 .overview-grid-window-rulers {
46 .overview-grid-window-resizer {
59 .overview-grid-window-resizer-right {
H A DrequestCookiesView.css23 .request-cookies-view .data-grid {
28 .request-cookies-view .data-grid .row-group {
H A DindexedDBViews.css64 .indexed-db-data-view .data-grid-container {
82 .indexed-db-data-view .data-grid {
87 .indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
91 .indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
95 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
99 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
115 .indexed-db-data-view .data-grid .data-container td .section .header .title {
H A DwebSocketFrameView.css12 .websocket-frame-view .data-grid {
21 .websocket-frame-view .data-grid .data {
H A DcanvasProfiler.css90 .canvas-replay-log .data-grid {
141 .data-grid:focus tr.selected .canvas-popover-anchor {
175 .data-grid:focus tr.selected .canvas-call-argument,
176 .data-grid:focus tr.selected .canvas-formatted-string {
180 .canvas-replay-state-view .data-grid {
184 .canvas-replay-state-view .data-grid .data-container tr:nth-child(odd).canvas-grid-node-highlighted {
189 .canvas-replay-state-view .data-grid .data-container tr:nth-child(even).canvas-grid-node-highlighted {
H A DprofilesPanel.css37 .profile-view .data-grid table.data {
41 .profile-view .data-grid tr:not(.selected) .highlight {
45 .profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
49 .profile-view .data-grid td.numeric-column {
53 .profile-view .data-grid div.profile-multiple-values {
57 .profile-view .data-grid span.percent-column {
63 .profile-view .data-grid tr.selected span {
128 .cpu-profile-view .data-grid {
133 .cpu-profile-view .data-grid th.self-column {
137 .cpu-profile-view .data-grid t
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dlist.css8 grid {
17 grid > * {
28 grid > * {
33 grid:focus > [lead] {
38 grid:not([disabled]) > :hover {
43 grid > [selected] {
48 grid > .spacer {
71 grid > [hidden] {
/external/chromium_org/ui/wm/core/
H A Dimage_grid_unittest.cc31 // Size of the images around the grid's border.
39 ImageGrid grid; local
40 grid.SetImages(image_BxB.get(), image_1xB.get(), image_BxB.get(),
44 ImageGrid::TestAPI test_api(&grid);
45 ASSERT_TRUE(grid.top_left_layer() != NULL);
46 ASSERT_TRUE(grid.top_layer() != NULL);
47 ASSERT_TRUE(grid.top_right_layer() != NULL);
48 ASSERT_TRUE(grid.left_layer() != NULL);
49 ASSERT_TRUE(grid.center_layer() != NULL);
50 ASSERT_TRUE(grid
131 ImageGrid grid; local
156 ImageGrid grid; local
188 ImageGrid grid; local
236 ImageGrid grid; local
289 ImageGrid grid; local
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DBufferLibrary.java36 public void add(Grid grid) { argument
37 mGridList.add(grid);
48 Grid grid = mGridList.get(x);
49 grid.generateHardwareBuffers(gl);
58 Grid grid = mGridList.get(x);
59 grid.releaseHardwareBuffers(gl);
68 Grid grid = mGridList.get(x);
69 grid.invalidateHardwareBuffers();
H A DTiledBackgroundVertexGrid.java32 public void setGrid(TiledVertexGrid grid) { argument
33 mGrid = grid;
H A DTiledVertexGrid.java71 // Check to see if this entire grid is empty tiles. If so, we don't need to do anything.
84 Grid grid = null;
86 grid = new Grid(tilesAcross, tilesDown, false);
122 grid.set(tileX, tileY, positions, uvs);
127 return grid;
145 Grid grid = generateGrid((int)mWorldPixelWidth, (int)mWorldPixelHeight, 0, 0);
146 mTileMap = grid;
148 if (grid != null) {
149 bufferLibrary.add(grid);
151 grid
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dlist.css6 grid {
15 grid > * {
34 grid > * {
39 grid > [lead] {
44 grid:focus > [lead] {
50 grid > [anchor] {
55 grid:not([disabled]) > :hover {
62 grid > [selected] {
71 grid:focus > [selected] {
78 grid
[all...]
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dtest.cpp6 double grid[10][10] = {0}; variable
29 grid[ii][jj] = (ii+1) * (jj+1);
72 return a + 8 + grid[2][3] + len;
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js77 * Position the tile at |x, y|, and store this as the grid location, i.e.
217 * dragging effect where a tile appears to float off one side of the grid
330 * Calculates an assortment of tile-related values for a grid with the
332 * @param {number} width The pixel width of the grid.
359 * of the tile grid.
373 * Takes a collection of grid layout pixel values and updates them with
375 * @param {Object} grid The grid layout pixel values to update.
377 TilePage.initGridValues = function(grid) {
378 // The amount of space we need to display a narrow grid (al
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dfocus_grid.js7 * A class to manage grid of focusable elements in a 2D grid. For example,
8 * given this grid:
45 * @param {EventTarget} target A target item to find in this grid.
86 * @param {!Array.<!NodeList|!Array.<!Element>>} grid A 2D array of nodes.
88 setGrid: function(grid) {
91 this.rows = grid.map(function(row) {
/external/chromium_org/ash/wm/
H A Dwindow_positioner.h99 int grid);
105 // Align the location to the grid / snap to the right / bottom corner.
108 int grid);
H A Dwindow_positioner.cc423 // The window should get centered on the screen and not follow the grid.
434 int grid = kMinimumWindowOffset; local
435 popup_position_offset_from_screen_corner_x = grid;
436 popup_position_offset_from_screen_corner_y = grid;
443 pop_position_offset_increment_x = grid;
444 pop_position_offset_increment_y = grid;
457 return AlignPopupPosition(old_pos, work_area, grid);
458 const gfx::Rect result = SmartPopupPosition(old_pos, work_area, grid);
460 return AlignPopupPosition(result, work_area, grid);
505 int grid) {
502 SmartPopupPosition( const gfx::Rect& old_pos, const gfx::Rect& work_area, int grid) argument
570 AlignPopupPosition( const gfx::Rect& pos, const gfx::Rect& work_area, int grid) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegionTest.cpp281 Region grid; local
284 grid.unite(IntRect(i, j, 1, 1));
286 TEST_CONTAINS(IntRect(10, 10, 9, 9), grid);
287 TEST_NO_CONTAINS(IntRect(10, 10, 9, 8), grid);
288 TEST_NO_CONTAINS(IntRect(10, 11, 9, 8), grid);
289 TEST_NO_CONTAINS(IntRect(10, 10, 8, 9), grid);
290 TEST_NO_CONTAINS(IntRect(11, 10, 8, 9), grid);
296 TEST_CONTAINS(grid, grid);
297 TEST_CONTAINS(hLines, grid);
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp163 * \brief Quad grid class containing position and texture coordinate data.
165 * A quad grid of size S means a grid consisting of S*S quads (S rows and
331 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) argument
333 const int gridSize = grid.getSize();
339 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1]
360 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) argument
362 const int gridSize = grid.getSize();
369 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y);
374 setPixelColors(quadColors, dstRegion, grid, ds
683 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
1016 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
H A Dnative-messaging-example-host61 self.text.grid(row=0, column=0, padx=10, pady=10, columnspan=2)
66 self.sendEntry.grid(row=1, column=0, padx=10, pady=10)
69 self.sendButton.grid(row=1, column=1, padx=10, pady=10)
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp213 * \brief Quad grid class containing position and texture coordinate data.
215 * A quad grid of size S means a grid consisting of S*S quads (S rows and
427 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) argument
429 const int gridSize = grid.getSize();
435 const Vec4 ldru = grid.getQuadLDRU(x, y) * 0.5f + 0.5f; // [-1, 1] -> [0, 1]
458 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion) argument
460 const int gridSize = grid.getSize();
467 const typename TexTypeCoordVec<TexType>::t& coord = grid.getQuadTexCoord(x, y);
472 setPixelColors(quadColors, dstRegion, grid, ds
784 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
1120 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
1460 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
1804 computeReferenceCell(int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFrameSet.cpp182 void RenderFrameSet::layOutAxis(GridAxis& axis, const Vector<HTMLDimension>& grid, int availableLen) argument
188 if (grid.isEmpty()) {
208 if (grid[i].isAbsolute()) {
209 gridLayout[i] = max<int>(grid[i].value(), 0);
216 if (grid[i].isPercentage()) {
217 gridLayout[i] = max<int>(grid[i].value() * availableLen / 100., 0);
224 if (grid[i].isRelative()) {
225 totalRelative += max<int>(grid[i].value(), 1);
238 if (grid[i].isAbsolute()) {
254 if (grid[
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dchange_picture_options.css9 #user-image-grid {
15 /* Necessary for correct metrics calculation by grid.js. */
21 #user-image-grid * {
26 #user-image-grid img {
33 #user-image-grid > li {
41 #user-image-grid [selected] {

Completed in 453 milliseconds

1234