HomeSort by relevance Sort by last modified time
    Searched refs:GetDataSourceURLForFrame (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/extensions/renderer/
scripts_run_info.cc 30 ScriptContext::GetDataSourceURLForFrame(frame)));
script_context.cc 179 return web_frame() ? GetDataSourceURLForFrame(web_frame()) : GURL();
184 api, extension(), context_type(), GetDataSourceURLForFrame(web_frame()));
188 GURL ScriptContext::GetDataSourceURLForFrame(const blink::WebFrame* frame) {
programmatic_script_injector.cc 28 url_(ScriptContext::GetDataSourceURLForFrame(web_frame)),
script_context.h 126 static GURL GetDataSourceURLForFrame(const blink::WebFrame* frame);
file_system_natives.cc 46 extensions::ScriptContext::GetDataSourceURLForFrame(webframe);
user_script_set.cc 25 GURL data_source_url = ScriptContext::GetDataSourceURLForFrame(frame);
dispatcher.cc 237 GURL frame_url = ScriptContext::GetDataSourceURLForFrame(frame);
272 GURL frame_url = ScriptContext::GetDataSourceURLForFrame(frame);
433 if (IsSandboxedPage(ScriptContext::GetDataSourceURLForFrame(frame))) {
    [all...]

Completed in 104 milliseconds