HomeSort by relevance Sort by last modified time
    Searched refs:Indent (Results 51 - 65 of 65) sorted by null

1 23

  /external/webkit/Source/WebCore/editing/
IndentOutdentCommand.cpp 53 : ApplyBlockElementCommand(document, blockquoteTag, "webkit-indent-blockquote", "margin: 0 0 0 40px; border: none; padding: 0px;")
67 // Find the block that we want to indent. If it's not a list item (e.g., a div inside a list item), we bail out.
221 if (m_typeOfAction == Indent)
EditorCommand.cpp 473 applyCommand(IndentOutdentCommand::create(frame->document(), IndentOutdentCommand::Indent));
    [all...]
Editor.cpp 967 void Editor::indent() function in class:WebCore::Editor
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_primitive_field.cc 581 printer->Indent();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 429 printer->Indent();
  /external/v8/tools/
grokdump.py 595 self.indent = 0
597 def Indent(self):
598 self.indent += 2
601 self.indent -= 2
607 indent = self._IndentString()
608 print "\n".join("%s%s" % (indent, line) for line in lines)
611 return self.indent * " "
779 p.Indent()
809 p.Indent()
910 p.Indent()
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 172 Indent,
qwebpage.cpp 236 "Indent", // Indent
644 updateAction(QWebPage::Indent);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 339 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
341 StringRef Indent = " ") const;
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
logviewpainter.js 262 * Indent |lines| by |start|.
  /external/regex-re2/lib/codereview/
codereview.py 228 s += Indent(cl.desc, "\t")
252 s += Indent(cl.desc, "\t")
265 s += Indent(cl.desc, "\t")
672 # Indent text with indent.
673 def Indent(text, indent):
675 typecheck(indent, str)
678 t += indent + line + '\n'
919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip(
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests     [all...]
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 462 milliseconds

1 23