Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.cpp417 StringBuilder runtimeCSS; in extraDefaultStyleSheet() local
419 runtimeCSS.appendLiteral("dialog:not([open]) { display: none; }"); in extraDefaultStyleSheet()
420runtimeCSS.appendLiteral("dialog { position: absolute; left: 0; right: 0; width: -webkit-fit-conte… in extraDefaultStyleSheet()
421runtimeCSS.appendLiteral("dialog::backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0… in extraDefaultStyleSheet()
424 return runtimeCSS.toString(); in extraDefaultStyleSheet()