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

  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 96 bool startsWithWordChar = false;
99 startsWithWordChar = wordRegExp.match(label.substring(0, 1)) >= 0;
108 if (startsWithWordChar)
  /external/webkit/Source/WebCore/page/
Frame.cpp 347 bool startsWithWordChar = false;
350 startsWithWordChar = wordRegExp.match(label.substring(0, 1)) >= 0;
359 if (startsWithWordChar)
    [all...]

Completed in 44 milliseconds