HomeSort by relevance Sort by last modified time
    Searched full:lstyle (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/loader/
FTPDirectoryParser.cpp 123 unsigned int tokmarker = 0; /* extra info for lstyle handler */
126 int lstyle = 0; local
170 if (!lstyle && (!state.listStyle || state.listStyle == 'E'))
226 state.listStyle = lstyle = 'E';
245 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'E')) */
251 if (!lstyle && (!state.listStyle || state.listStyle == 'V'))
326 lstyle = 'V';
330 lstyle = 'V';
333 lstyle = 'V';
353 lstyle = 'V'
    [all...]

Completed in 42 milliseconds