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

  /frameworks/base/tests/backup/
test_backup.sh 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
  /external/webkit/Source/WebCore/rendering/
RenderRuby.cpp 73 static inline RenderBlock* rubyBeforeBlock(const RenderObject* ruby)
75 RenderObject* child = ruby->firstChild();
79 static inline RenderBlock* rubyAfterBlock(const RenderObject* ruby)
81 RenderObject* child = ruby->lastChild();
85 static RenderBlock* createAnonymousRubyInlineBlock(RenderObject* ruby)
87 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyle(ruby->style());
90 RenderBlock* newBlock = new (ruby->renderArena()) RenderBlock(ruby->document() /* anonymous box */);
95 static RenderRubyRun* lastRubyRun(const RenderObject* ruby)
97 RenderObject* child = ruby->lastChild()
    [all...]
RenderRubyRun.cpp 56 // The only place where a ruby text can be is in the first position
57 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
63 // The only place where a ruby base can be is in the last position
64 // Note: As anonymous blocks, ruby runs do not have ':before' or ':after' content themselves.
117 // prepend ruby texts as first child
124 RenderObject* ruby = parent(); local
125 ASSERT(ruby->isRuby());
126 RenderBlock* newRun = staticCreateRubyRun(ruby);
127 ruby->addChild(newRun, nextSibling());
128 // Add the new ruby text and move the old one to the new ru
138 RenderObject* ruby = parent(); local
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 35 ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
36 grep -r "protocolIs" $src_dir/Source/WebCore/* | ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
75 | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
85 ruby -e '$stdin.readlines.join("").scan(/\"(.*?)\"/) { |tag| puts tag }' > ${tmp_prefix}.css-values
90 ruby -e '$stdin.readlines.join("").scan(/\"([-a-z]+)\"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
94 ruby -e '$stdin.readlines.join("").scan(/\"([\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
103 grep g_ascii_strcasecmp $src_dir/gtkhtml/htmlengine.c | ruby -e '$stdin.readlines.join("").scan(/\"([\/\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
  /external/webkit/Source/WebCore/css/
html.css 843 /* HTML5 ruby elements */
845 ruby, rt {
846 text-indent: 0; /* blocks used for ruby rendering should not trigger this */
854 ruby > rt {
860 ruby > rp {

Completed in 1107 milliseconds