Searched refs:match_about_blank (Results 1 – 12 of 12) sorted by relevance
128 ScriptExecutor::MatchAboutBlank match_about_blank = in Execute() local129 details_->match_about_blank.get() && *details_->match_about_blank ? in Execute()154 match_about_blank, in Execute()
172 bool match_about_blank) { in GetEffectiveDocumentURL() argument176 if (!match_about_blank || !document_url.SchemeIs(url::kAboutScheme)) in GetEffectiveDocumentURL()
113 bool match_about_blank);
193 child_frame, child_frame->document().url(), params.match_about_blank); in ExecuteCodeImpl()
255 frame, document_url, script_->match_about_blank()); in WantsToRun()
94 MatchAboutBlank match_about_blank,
155 params->match_about_blank = (about_blank == MATCH_ABOUT_BLANK); in ExecuteScript()
119 bool match_about_blank = false; in LoadUserScriptFromDictionary() local121 &match_about_blank)) { in LoadUserScriptFromDictionary()126 result->set_match_about_blank(match_about_blank); in LoadUserScriptFromDictionary()
144 bool match_about_blank() const { return match_about_blank_; } in match_about_blank() function
134 pickle->WriteBool(match_about_blank()); in Pickle()
120 IPC_STRUCT_MEMBER(bool, match_about_blank)
143 params.match_about_blank = false; in OnFileLoaded()211 params.match_about_blank = false; in InjectChromeVoxContentScript()