/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_cell.mm | 19 // 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 …]
|
D | autocomplete_text_field_cell_unittest.mm | 50 // 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.
|
D | autocomplete_text_field_unittest.mm | 76 // 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
|
D | autocomplete_text_field.mm | 62 // 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
|
D | ev_bubble_decoration.mm | 16 // TODO(shess): In general, decorations that don't fit in the
|
D | location_bar_view_mac.mm | 522 // 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.
|
D | content_setting_decoration.mm | 272 // consistent with other decorations (which don't currently bring up
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_unittest.mm | 26 // decorations. 90 // decorations. 97 // decorations. 108 // With huge contents, nothing at all is left for decorations.
|
D | styled_text_field_cell_unittest.mm | 24 // decorations.
|
D | styled_text_field_cell.mm | 130 // purposes, we count the info decorations as being part of the
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 305 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/ |
D | find_bar_text_field_unittest.mm | 35 // decorations.
|
D | find_bar_text_field_cell.mm | 30 // decorations need to be trimmed.
|
D | find_bar_text_field_cell_unittest.mm | 36 // decorations.
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 2333 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()
|
D | RenderObject.h | 607 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | textViewer.css | 46 .webkit-line-decorations {
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
D | webkit | 96 -webkit-text-decorations-in-effect
|
/external/quake/quake/src/WinQuake/ |
D | vid_sunxil.cpp | 64 long decorations; member 371 hints.decorations = 0; // Absolutely no decorations. in VID_FullScreen()
|
D | vid_sunx.cpp | 68 long decorations; member 557 hints.decorations = 0; // Absolutely no decorations. in VID_FullScreen()
|
/external/webkit/Source/WebCore/css/ |
D | CSSPropertyNames.in | 285 -webkit-text-decorations-in-effect
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssproperties.in | 95 -webkit-text-decorations-in-effect
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 1133 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/ |
D | SDL_x11video.c | 843 unsigned long decorations; in X11_SetSizeHints() member
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 4370 [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:@""];
|