Searched refs:api_name_candidate (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/common/
H A Dextension_api.cc389 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 52 milliseconds