OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_dot_index
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/common/extensions/api/
extension_api.cc
412
size_t
last_dot_index
= api_name_candidate.rfind('.');
local
413
if (
last_dot_index
== std::string::npos)
416
api_name_candidate = api_name_candidate.substr(0,
last_dot_index
);
Completed in 477 milliseconds