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

  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb 52 if (! @cssTags)
53 @cssTags = readTagFile('cssproperties.in');
196 out << @cssTags[rand(@cssTags.length)]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb 77 @cssTags = readTagsDir("#{data_path}/css-properties")
284 property = @cssTags[rand(@cssTags.length)]
475 property = @cssTags[rand(@cssTags.length)].dup
502 css_property = @cssTags[rand(@cssTags.length)]
503 css_property2 = @cssTags[rand(@cssTags.length)]

Completed in 618 milliseconds