Home
last modified time | relevance | path

Searched defs:decoration (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebTextCheckingResult.h55 : decoration(decoration) in decoration() function
67 WebTextDecorationType decoration; member
/external/chromium_org/chrome/common/
Dspellcheck_result.h33 : decoration(d), location(loc), length(len), replacement(rep), hash(h) { in decoration() function
36 Decoration decoration; member
/external/chromium_org/chrome/renderer/autofill/
Dpassword_generation_agent_browsertest.cc83 blink::WebElement decoration = in SimulateClickOnDecoration() local
89 blink::WebElement decoration = in DecorationIsVisible() local
/external/chromium_org/ppapi/cpp/
Dvar.cc236 size_t decoration = sizeof(format) - 2; // The %s is removed. in DebugString() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp507 static inline float positionOffsetForDecoration(TextDecoration decoration, const FontMetrics& fontM… in positionOffsetForDecoration()
546 void SVGInlineTextBox::paintDecoration(GraphicsContext* context, TextDecoration decoration, const S… in paintDecoration()
576 void SVGInlineTextBox::paintDecorationWithStyle(GraphicsContext* context, TextDecoration decoration in paintDecorationWithStyle()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextChecking.h62 TextDecorationType decoration; member
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.cc360 SpellCheckResult::Decoration decoration = spellcheck_results[i].decoration; in CreateTextCheckingResults() local