HomeSort by relevance Sort by last modified time
    Searched refs:allAttrs (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
make_names.pl 54 my %allAttrs = ();
90 %allAttrs = %{readAttrs($attrsFile, 0)};
479 if (keys %allAttrs) {
481 printMacros($F, "extern const WebCore::QualifiedName", "Attr", \%allAttrs);
489 if (keys %allAttrs) {
546 if (keys %allAttrs) {
548 for my $name (sort keys %allAttrs) {
553 for my $name (sort keys %allAttrs) {
557 print F " *size = ", scalar(keys %allAttrs), ";\n";
582 if (keys %allAttrs) {
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.h 176 Vector<uint32_t>* outResIds, bool allAttrs) const;
XMLNode.cpp     [all...]

Completed in 178 milliseconds