OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visitedDependentColor
(Results
1 - 25
of
50
) sorted by null
1
2
/external/webkit/Source/WebCore/editing/mac/
EditorMac.mm
101
if (style->
visitedDependentColor
(CSSPropertyBackgroundColor).isValid() && style->
visitedDependentColor
(CSSPropertyBackgroundColor).alpha() != 0)
102
[result setObject:nsColor(style->
visitedDependentColor
(CSSPropertyBackgroundColor)) forKey:NSBackgroundColorAttributeName];
107
if (style->
visitedDependentColor
(CSSPropertyColor).isValid() && style->
visitedDependentColor
(CSSPropertyColor) != Color::black)
108
[result setObject:nsColor(style->
visitedDependentColor
(CSSPropertyColor)) forKey:NSForegroundColorAttributeName];
/external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp
408
CollapsedBorderValue result(&style()->borderStart(), style()->
visitedDependentColor
(start), BCELL);
412
CollapsedBorderValue prevCellBorder = CollapsedBorderValue(&prevCell->style()->borderEnd(), prevCell->style()->
visitedDependentColor
(end), BCELL);
418
result = chooseBorder(result, CollapsedBorderValue(&parent()->style()->borderStart(), parent()->style()->
visitedDependentColor
(start), BROW));
423
result = chooseBorder(result, CollapsedBorderValue(§ion()->style()->borderStart(), section()->style()->
visitedDependentColor
(start), BROWGROUP));
433
result = chooseBorder(result, CollapsedBorderValue(&colElt->style()->borderStart(), colElt->style()->
visitedDependentColor
(start), BCOL));
437
result = chooseBorder(result, CollapsedBorderValue(&colElt->parent()->style()->borderStart(), colElt->parent()->style()->
visitedDependentColor
(start), BCOLGROUP));
447
CollapsedBorderValue endBorder = CollapsedBorderValue(&colElt->style()->borderEnd(), colElt->style()->
visitedDependentColor
(end), BCOL);
454
result = chooseBorder(result, CollapsedBorderValue(&table->style()->borderStart(), table->style()->
visitedDependentColor
(start), BTABLE));
471
CollapsedBorderValue result = CollapsedBorderValue(&style()->borderEnd(), style()->
visitedDependentColor
(end), BCELL);
477
CollapsedBorderValue startBorder = CollapsedBorderValue(&nextCell->style()->borderStart(), nextCell->style()->
visitedDependentColor
(start), BCELL)
[
all
...]
RenderMediaControlsChromium.cpp
124
context->setStrokeColor(style->
visitedDependentColor
(CSSPropertyBorderLeftColor), ColorSpaceDeviceRGB);
126
context->setFillColor(style->
visitedDependentColor
(CSSPropertyBackgroundColor), ColorSpaceDeviceRGB);
154
Color startColor = object->style()->
visitedDependentColor
(CSSPropertyColor);
228
context->setStrokeColor(object->style()->
visitedDependentColor
(CSSPropertyBorderLeftColor).rgb(), ColorSpaceDeviceRGB);
234
context->setStrokeColor(object->style()->
visitedDependentColor
(CSSPropertyBorderRightColor).rgb(), ColorSpaceDeviceRGB);
RenderMenuList.cpp
431
return style ? PopupMenuStyle(style->
visitedDependentColor
(CSSPropertyColor), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->display() == NONE, style->textIndent(), style->direction(), style->unicodeBidi() == Override) : menuStyle();
439
return style()->
visitedDependentColor
(CSSPropertyBackgroundColor);
444
backgroundColor = element->renderStyle()->
visitedDependentColor
(CSSPropertyBackgroundColor);
450
backgroundColor = style()->
visitedDependentColor
(CSSPropertyBackgroundColor).blend(backgroundColor);
461
return PopupMenuStyle(s->
visitedDependentColor
(CSSPropertyColor), s->
visitedDependentColor
(CSSPropertyBackgroundColor), s->font(), s->visibility() == VISIBLE, s->display() == NONE, s->textIndent(), style()->direction(), style()->unicodeBidi() == Override);
RenderThemeChromiumLinux.cpp
233
extraParams.button.backgroundColor = o->style()->
visitedDependentColor
(CSSPropertyBackgroundColor).rgb();
254
if (o->style()->
visitedDependentColor
(CSSPropertyBackgroundColor).isValid())
255
backgroundColor = o->style()->
visitedDependentColor
(CSSPropertyBackgroundColor);
280
extraParams.menuList.backgroundColor = o->style()->
visitedDependentColor
(CSSPropertyBackgroundColor).rgb();
EllipsisBox.cpp
36
Color textColor = style->
visitedDependentColor
(CSSPropertyColor);
83
Color textColor = style->
visitedDependentColor
(CSSPropertyColor);
RenderDetailsMarker.cpp
136
const Color color(style()->
visitedDependentColor
(CSSPropertyColor));
RenderTextControl.cpp
138
textBlockStyle->setColor(disabledTextColor(textBlockStyle->
visitedDependentColor
(CSSPropertyColor), startStyle->
visitedDependentColor
(CSSPropertyBackgroundColor)));
647
paintInfo.context->setFillColor(placeholderStyle->
visitedDependentColor
(CSSPropertyColor), placeholderStyle->colorSpace());
RenderFieldset.cpp
157
paintFillLayers(paintInfo, style()->
visitedDependentColor
(CSSPropertyBackgroundColor), style()->backgroundLayers(), tx, ty, w, h);
RenderListBox.cpp
378
Color textColor = element->renderStyle() ? element->renderStyle()->
visitedDependentColor
(CSSPropertyColor) : style()->
visitedDependentColor
(CSSPropertyColor);
423
backColor = element->renderStyle() ? element->renderStyle()->
visitedDependentColor
(CSSPropertyBackgroundColor) : style()->
visitedDependentColor
(CSSPropertyBackgroundColor);
RenderTable.h
85
const Color bgColor() const { return style()->
visitedDependentColor
(CSSPropertyBackgroundColor); }
RenderBoxModelObject.cpp
[
all
...]
RenderImage.cpp
295
context->setFillColor(style()->
visitedDependentColor
(CSSPropertyColor), style()->colorSpace());
371
areaElementStyle->
visitedDependentColor
(CSSPropertyOutlineColor));
RenderObject.cpp
[
all
...]
RenderFileUploadControl.cpp
242
paintInfo.context->setFillColor(style()->
visitedDependentColor
(CSSPropertyColor), style()->colorSpace());
InlineTextBox.cpp
574
textFillColor = styleToUse->
visitedDependentColor
(CSSPropertyWebkitTextFillColor);
580
textStrokeColor = styleToUse->
visitedDependentColor
(CSSPropertyWebkitTextStrokeColor);
586
emphasisMarkColor = styleToUse->
visitedDependentColor
(CSSPropertyWebkitTextEmphasisColor);
632
Color stroke = paintInfo.forceBlackText ? Color::black : pseudoStyle->
visitedDependentColor
(CSSPropertyWebkitTextStrokeColor);
[
all
...]
/external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp
135
Color tableBGColor = tableStyle->
visitedDependentColor
(CSSPropertyBackgroundColor);
193
Color cellColor = renderStyle->
visitedDependentColor
(CSSPropertyBackgroundColor);
210
Color rowColor = rowRenderStyle->
visitedDependentColor
(CSSPropertyBackgroundColor);
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp
68
color = style->
visitedDependentColor
(CSSPropertyColor);
SVGRenderTreeAsText.cpp
446
if (text.parent() && (text.parent()->style()->
visitedDependentColor
(CSSPropertyColor) != text.style()->
visitedDependentColor
(CSSPropertyColor)))
447
writeNameValuePair(ts, "color", text.style()->
visitedDependentColor
(CSSPropertyColor).nameForRenderTreeAsText());
/external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFraction.cpp
163
info.context->setStrokeColor(style()->
visitedDependentColor
(CSSPropertyColor), ColorSpaceSRGB);
RenderMathMLSquareRoot.cpp
121
info.context->setStrokeColor(style()->
visitedDependentColor
(CSSPropertyColor), ColorSpaceDeviceRGB);
RenderMathMLRoot.cpp
155
info.context->setStrokeColor(style()->
visitedDependentColor
(CSSPropertyColor), ColorSpaceDeviceRGB);
/external/webkit/Source/WebKit/android/
RenderSkinCombo.cpp
169
paint.setColor(style->
visitedDependentColor
(CSSPropertyBackgroundColor).rgb());
/external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp
140
if (renderer->hasBackground() && (!parentRenderer->hasBackground() || style->
visitedDependentColor
(CSSPropertyBackgroundColor) != parentStyle->
visitedDependentColor
(CSSPropertyBackgroundColor)))
/external/webkit/Source/WebCore/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 396 milliseconds
1
2