Searched refs:ScriptItemType (Results 1 – 3 of 3) sorted by relevance
606 enum class ScriptItemType { enum916 void SetJavaScriptItems(const ScriptItems& scriptItems, const ScriptItemType& type);
6675 void WebDelegate::SetJavaScriptItems(const ScriptItems& scriptItems, const ScriptItemType& type) in SetJavaScriptItems()6677 if (type == ScriptItemType::DOCUMENT_START) { in SetJavaScriptItems()
5977 …delegate_->SetJavaScriptItems(onDocumentStartScriptItems_.value(), ScriptItemType::DOCUMENT_START); in UpdateJavaScriptOnDocumentStart()6121 … delegate_->SetJavaScriptItems(onDocumentEndScriptItems_.value(), ScriptItemType::DOCUMENT_END); in UpdateJavaScriptOnDocumentEnd()