OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cssValues
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb
67
if (! @
cssValues
)
68
@
cssValues
= readTagFile('
cssvalues
.in');
120
when 1..10 then return @
cssValues
[rand(@
cssValues
.length)]
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb
83
@
cssValues
= readTagsDir("#{data_path}/css-values")
193
return @
cssValues
[rand(@
cssValues
.length)]
Completed in 17 milliseconds