Home | History | Annotate | Download | only in dom

Lines Matching full:false

54     static const bool needsDestruction = false;
111 m_synchronizingStyleAttribute = false;
169 checkDecl = false;
179 checkDecl = false;
281 attr->decl()->setProperty(id, value, false);
287 attr->decl()->setProperty(id, value, false);
293 attr->decl()->setImageProperty(id, url, false);
324 attr->decl()->setLengthProperty(id, v->substring(0, l), false);
329 attr->decl()->setLengthProperty(id, value, false);
342 if (attr->decl()->setProperty(id, c, false))
398 if (attr->decl()->setProperty(id, color, false))
402 attr->decl()->setProperty(id, CSSValueBlack, false);
411 decl->setStrictParsing(false); // Mapped attributes are just always quirky.