Searched refs:popup_string (Results 1 – 2 of 2) sorted by relevance
67 std::string popup_string; in RunBrowserAction() local68 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string)); in RunBrowserAction()71 if (!popup_string.empty()) in RunBrowserAction()72 popup_url = GetExtension()->GetResourceURL(popup_string); in RunBrowserAction()
211 std::string popup_string; in RunImpl() local212 EXTENSION_FUNCTION_VALIDATE(args->GetString("popup", &popup_string)); in RunImpl()215 if (!popup_string.empty()) in RunImpl()216 popup_url = GetExtension()->GetResourceURL(popup_string); in RunImpl()