HomeSort by relevance Sort by last modified time
    Searched refs:box (Results 76 - 100 of 744) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 9 display: -webkit-box;
18 -webkit-box-flex: 1;
19 -webkit-box-orient: horizontal;
20 display: -webkit-box;
26 -webkit-box-flex: 1;
102 .favicon-box {
104 -webkit-box-orient: vertical;
105 -webkit-box-pack: center;
108 display: -webkit-box;
116 .favicon-box.folder
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 9 -webkit-box-flex: 1;
10 -webkit-box-orient: vertical;
13 display: -webkit-box;
24 -webkit-box-sizing: border-box;
38 -webkit-box-orient: horizontal;
39 -webkit-box-align: center;
40 display: -webkit-box;
47 -webkit-box-orient: horizontal;
48 -webkit-box-flex: 1
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 10 -webkit-box-shadow: none;
19 -webkit-box-align: center;
21 box-sizing: border-box;
23 display: -webkit-box;
65 -webkit-box-align: center;
69 -webkit-box-align: center;
70 -webkit-box-flex: 1;
72 display: -webkit-box;
111 box-sizing: border-box
    [all...]
  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 40 box-sizing: border-box;
45 -webkit-box-flex: 1;
50 -webkit-box-flex: 1;
56 box-sizing: border-box;
61 -webkit-box-flex: 1;
  /external/chromium_org/chrome/browser/resources/options/
password_manager_list.css 29 box-sizing: border-box;
34 -webkit-box-flex: 1;
39 -webkit-box-flex: 1;
45 box-sizing: border-box;
50 -webkit-box-flex: 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_transfer.h 21 const struct pipe_box *box,
28 const struct pipe_box *box);
34 const struct pipe_box *box);
79 const struct pipe_box *box,
103 const struct pipe_box *box);
113 const struct pipe_box *box);
122 const struct pipe_box *box,
u_resource.c 31 const struct pipe_box *box)
34 return ur->vtbl->get_transfer(context, resource, level, usage, box);
53 const struct pipe_box *box)
56 ur->vtbl->transfer_flush_region(pipe, transfer, box);
70 const struct pipe_box *box,
80 box,
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.h 21 const struct pipe_box *box,
28 const struct pipe_box *box);
34 const struct pipe_box *box);
79 const struct pipe_box *box,
103 const struct pipe_box *box);
113 const struct pipe_box *box);
122 const struct pipe_box *box,
u_resource.c 31 const struct pipe_box *box)
34 return ur->vtbl->get_transfer(context, resource, level, usage, box);
53 const struct pipe_box *box)
56 ur->vtbl->transfer_flush_region(pipe, transfer, box);
70 const struct pipe_box *box,
80 box,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 76 EllipsisBox* box = gEllipsisBoxMap->take(this); local
77 box->setParent(0);
78 box->destroy();
98 for (InlineBox* box = firstLeafChild(); box; box = box->nextLeafChild()) {
99 if (box->isInlineTextBox()) {
100 if (toInlineTextBox(box)->hasHyphen())
133 // Create an ellipsis box
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.h 69 GtkChromeShrinkableHBox* box, gboolean hide_child_directly);
72 GtkChromeShrinkableHBox* box);
74 void gtk_chrome_shrinkable_hbox_pack_start(GtkChromeShrinkableHBox* box,
78 void gtk_chrome_shrinkable_hbox_pack_end(GtkChromeShrinkableHBox* box,
83 GtkChromeShrinkableHBox* box);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.h 68 GtkChromeShrinkableHBox* box, gboolean hide_child_directly);
71 GtkChromeShrinkableHBox* box);
73 void gtk_chrome_shrinkable_hbox_pack_start(GtkChromeShrinkableHBox* box,
77 void gtk_chrome_shrinkable_hbox_pack_end(GtkChromeShrinkableHBox* box,
82 GtkChromeShrinkableHBox* box);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RenderedPosition.cpp 122 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox; local
123 return box ? box->bidiLevel() : 0;
128 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox; local
129 return box ? box->bidiLevel() : 0;
137 InlineBox* box = m_inlineBox;
139 InlineBox* prev = box->prevLeafChildIgnoringLineBreak();
141 return RenderedPosition(box->renderer(), box, box->caretLeftmostOffset())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 103 InlineTextBox* box = new SVGInlineTextBox(this); local
104 box->setHasVirtualLogicalHeight();
105 return box;
108 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
110 if (!box || !box->isInlineTextBox())
113 InlineTextBox* textBox = static_cast<InlineTextBox*>(box);
120 LayoutUnit x = box->isLeftToRightDirection() ? rect.x() : rect.maxX();
125 LayoutUnit x = box->isLeftToRightDirection() ? rect.maxX() : rect.x();
132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()
    [all...]
  /external/chromium_org/ui/keyboard/resources/webui/
main.css 8 -webkit-box-pack: center;
11 display: -webkit-box;
18 -webkit-box-orient: vertical;
19 display: -webkit-box;
31 display: -webkit-box;
104 /* Do not use box shadow until performance improves
106 * box-shadow: 0px 0px 15px #fff;
117 -webkit-box-flex: 1.3 !important;
122 -webkit-box-flex: 1.5 !important;
126 -webkit-box-flex: 1.7 !important
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.css 9 -webkit-box-align: center;
10 -webkit-box-pack: center;
14 display: -webkit-box;
42 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2),
130 box-sizing: border-box;
143 box-sizing: border-box;
174 .action-box-area {
178 box-shadow: none
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/css/
photo_import.css 24 -webkit-box-orient: vertical;
26 display: -webkit-box;
50 -webkit-box-align: center;
51 -webkit-box-orient: horizontal;
52 display: -webkit-box;
70 -webkit-box-flex: 1;
84 -webkit-box-flex: 1;
150 box-sizing: border-box;
185 -webkit-box-orient: horizontal
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history_mobile.css 33 .entry-box,
94 .entry-box {
103 box-sizing: border-box;
116 .entry-box {
131 .entry-box,
137 .entry-box-container {
152 box-shadow: none;
175 /* Fade out the entry-box, rather than its parent node, so that the dividing
177 .entry.fade-out .entry-box {
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 5 class Box {
13 Box* box = new Box; local
14 box->i; // expected-warning {{expression result unused}}
15 box->j; // expected-warning {{expression result unused}}
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoFile.java 20 import com.coremedia.iso.boxes.Box;
31 * The most upper container for ISO Boxes. It is a container box that is a file.
85 Box box = boxParser.parseBox(byteChannel, this); local
86 if (box != null) {
87 // System.err.println(box.getType());
88 boxes.add(box);
149 for (Box box : boxes) {
150 size += box.getSize()
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
MovieBox.java 26 * The metadata for a presentation is stored in the single Movie Box which occurs at the top-level of a file.
27 * Normally this box is close to the beginning or end of the file, though this is not required.
59 for (Box box : boxes) {
60 if (box instanceof MovieHeaderBox) {
61 return (MovieHeaderBox) box;
SampleDescriptionBox.java 28 * The information stored in the sample description box after the entry-count is both track-type specific as
74 for (Box box : boxes) {
75 if (box instanceof SampleEntry) {
76 return (SampleEntry) box;
  /external/chromium/chrome/browser/resources/sync_internals/
sync_node_browser.css 8 display: -webkit-box;
17 box-sizing: border-box;
  /external/chromium_org/ui/webui/resources/css/
dialogs.css 6 -webkit-box-align: center;
7 -webkit-box-pack: center;
10 display: -webkit-box;
21 -webkit-box-orient: vertical;
22 -webkit-box-shadow: 5px 5px 5px rgba(100, 100, 100, 0.5);
26 box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2),
29 display: -webkit-box;
118 -webkit-box-sizing: border-box;
123 -webkit-box-orient: horizontal
    [all...]
  /external/chromium_org/chrome/browser/resources/apps_debugger/css/
pack_item_overlay.css 20 -webkit-box-direction: reverse;

Completed in 364 milliseconds

1 2 34 5 6 7 8 91011>>