OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
224
int
first_space
= static_cast<int>(
FIRST_SPACE
);
local
226
for (int sp =
first_space
; sp < last_space; sp++) {
[
all
...]
Completed in 47 milliseconds