Home
last modified time | relevance | path

Searched refs:wroteSomething (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp532 bool wroteSomething = false; in customCSSText() local
536 wroteSomething = true; in customCSSText()
547 wroteSomething = true; in customCSSText()
550 if (wroteSomething) in customCSSText()
826 bool wroteSomething = false; in customCSSText() local
832 wroteSomething = true; in customCSSText()
836 if (wroteSomething) in customCSSText()
839 wroteSomething = true; in customCSSText()
841 if (wroteSomething) in customCSSText()
848 wroteSomething = true; in customCSSText()
[all …]