OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deny_xframe_options_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/webui/
web_ui_data_source_impl.h
101
bool
deny_xframe_options_
;
member in class:content::WebUIDataSourceImpl
web_ui_data_source_impl.cc
72
return parent_->
deny_xframe_options_
;
89
deny_xframe_options_
(true),
165
deny_xframe_options_
= false;
url_data_manager_backend.cc
148
deny_xframe_options_
= deny_xframe_options;
194
bool
deny_xframe_options_
;
member in class:content::URLRequestChromeJob
221
deny_xframe_options_
(true),
274
if (
deny_xframe_options_
)
Completed in 88 milliseconds