OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:api_name_candidate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/extensions/common/
extension_api.cc
389
std::string
api_name_candidate
= full_name;
local
391
if (schemas_.find(
api_name_candidate
) != schemas_.end() ||
392
GeneratedSchemas::IsGenerated(
api_name_candidate
) ||
393
unloaded_schemas_.find(
api_name_candidate
) != unloaded_schemas_.end()) {
394
std::string result =
api_name_candidate
;
406
size_t last_dot_index =
api_name_candidate
.rfind('.');
410
api_name_candidate
=
api_name_candidate
.substr(0, last_dot_index);
Completed in 30 milliseconds