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

  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 292 size_t first_space = module->version.find_first_of(L" "); local
293 if (first_space != string16::npos)
294 module->version = module->version.substr(0, first_space);
    [all...]
  /external/v8/src/
liveobjectlist.cc 226 int first_space = static_cast<int>(FIRST_SPACE); local
228 for (int sp = first_space; sp < last_space; sp++) {
    [all...]

Completed in 2428 milliseconds