OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:index_of_separator
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
132
size_t
index_of_separator
= extension_id.length() + 1;
local
133
DCHECK_LT(
index_of_separator
, id.length());
135
return id.substr(
index_of_separator
);
Completed in 716 milliseconds