Home
last modified time | relevance | path

Searched refs:decorations (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm19 // How far to inset the left-hand decorations from the field's bounds.
22 // How far to inset the right-hand decorations from the field's bounds.
28 // decorations. [Views has |kItemPadding| == 3.]
35 // Calculate the positions for a set of decorations. |frame| is the
37 // left-over space. |all_decorations| is the set of decorations to
38 // lay out, |decorations| will be set to the decorations which are
41 // |x_edge| describes the edge to layout the decorations against
44 // between decorations).
50 std::vector<LocationBarDecoration*>* decorations,
54 DCHECK_EQ(decorations->size(), decoration_frames->size());
[all …]
Dautocomplete_text_field_cell_unittest.mm50 // decorations.
98 // Load available decorations and try drawing. To make sure that
216 // Test that left decorations are at the correct edge of the cell.
237 // Test that right decorations are at the correct edge of the cell.
251 // Right-side decorations are ordered from rightmost to leftmost.
Dautocomplete_text_field_unittest.mm76 // decorations.
180 // decorations.
187 // decorations.
198 // With huge contents, nothing at all is left for decorations.
415 // Clicks not in the text area or the cell's decorations fall through
543 // Since decorations can be dragged, the mouse-press is sent on
591 // Since decorations can be dragged, the mouse-press is sent on
Dautocomplete_text_field.mm62 // decorations outside the field editor's area. In that case, the
67 // our case the focus ring surrounds decorations which look clickable.
111 // editing area would be if we didn't add decorations, forward to
Dev_bubble_decoration.mm16 // TODO(shess): In general, decorations that don't fit in the
Dlocation_bar_view_mac.mm522 // TODO(shess): Deleting these decorations could result in the cell
576 // Reset the left-hand decorations.
579 // right-hand decorations, which are not a static set.
Dcontent_setting_decoration.mm272 // consistent with other decorations (which don't currently bring up
/external/chromium/chrome/browser/ui/cocoa/
Dstyled_text_field_unittest.mm26 // decorations.
90 // decorations.
97 // decorations.
108 // With huge contents, nothing at all is left for decorations.
Dstyled_text_field_cell_unittest.mm24 // decorations.
Dstyled_text_field_cell.mm130 // purposes, we count the info decorations as being part of the
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp305 int decorations = style->textDecorationsInEffect(); in paint() local
306 if (decorations & UNDERLINE) in paint()
308 if (decorations & OVERLINE) in paint()
324 if (decorations & LINE_THROUGH) in paint()
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_text_field_unittest.mm35 // decorations.
Dfind_bar_text_field_cell.mm30 // decorations need to be trimmed.
Dfind_bar_text_field_cell_unittest.mm36 // decorations.
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp2333 void RenderObject::getTextDecorationColors(int decorations, Color& underline, Color& overline, in getTextDecorationColors() argument
2341 decorations &= ~UNDERLINE; in getTextDecorationColors()
2345 decorations &= ~OVERLINE; in getTextDecorationColors()
2349 decorations &= ~LINE_THROUGH; in getTextDecorationColors()
2356 } while (curr && decorations && (!quirksMode || !curr->node() || in getTextDecorationColors()
2360 if (decorations && curr) { in getTextDecorationColors()
2361 if (decorations & UNDERLINE) in getTextDecorationColors()
2363 if (decorations & OVERLINE) in getTextDecorationColors()
2365 if (decorations & LINE_THROUGH) in getTextDecorationColors()
DRenderObject.h607 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
/external/webkit/Source/WebCore/inspector/front-end/
DtextViewer.css46 .webkit-line-decorations {
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
Dwebkit96 -webkit-text-decorations-in-effect
/external/quake/quake/src/WinQuake/
Dvid_sunxil.cpp64 long decorations; member
371 hints.decorations = 0; // Absolutely no decorations. in VID_FullScreen()
Dvid_sunx.cpp68 long decorations; member
557 hints.decorations = 0; // Absolutely no decorations. in VID_FullScreen()
/external/webkit/Source/WebCore/css/
DCSSPropertyNames.in285 -webkit-text-decorations-in-effect
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssproperties.in95 -webkit-text-decorations-in-effect
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1133 Vector<CompositionUnderline> decorations; in setMarkedText() local
1134 editor->setComposition(text, decorations, location, length); in setMarkedText()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c843 unsigned long decorations; in X11_SetSizeHints() member
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm4370 [style setProperty:@"-khtml-text-decorations-in-effect" value:@"none" priority:@""];
4372 [style setProperty:@"-khtml-text-decorations-in-effect" value:@"line-through" priority:@""];
4374 [style setProperty:@"-khtml-text-decorations-in-effect" value:@"underline" priority:@""];
4647 [style setProperty:@"-khtml-text-decorations-in-effect" value:@"none" priority:@""];
4650 … [style setProperty:@"-khtml-text-decorations-in-effect" value:@"line-through" priority:@""];
4669 [style setProperty:@"-khtml-text-decorations-in-effect" value:@"none" priority:@""];
4672 … [style setProperty:@"-khtml-text-decorations-in-effect" value:@"underline" priority:@""];

12