Searched defs:should_consider_workaround (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dextension_process_policy.cc29 bool should_consider_workaround) {
45 if (should_consider_workaround) {
25 CrossesExtensionProcessBoundary( const ExtensionSet& extensions, const GURL& old_url, const GURL& new_url, bool should_consider_workaround) argument
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1398 bool should_consider_workaround = !!frame->opener(); local
1401 extensions, old_url, new_url, should_consider_workaround);

Completed in 305 milliseconds