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

/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1058 std::string directory_url_str; local
1064 EXTENSION_FUNCTION_VALIDATE(args_->GetString(2, &directory_url_str));
1071 if (directory_url_str != "") {
1073 context_->CrackURL(GURL(directory_url_str));
1121 std::string directory_url_str = directory_url.ToGURL().spec(); local
1126 if ((pos = directory_url_str.rfind("/")) == std::string::npos) {
1132 project_name = directory_url_str.substr(pos + 1);
1133 project_base_url_ = directory_url_str.substr(0, pos + 1);

Completed in 76 milliseconds