OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowFileAccess
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_module.cc
39
ext_service->
AllowFileAccess
(extension)));
extension_startup_browsertest.cc
168
if (service->
AllowFileAccess
(service->extensions()->at(i))) {
extension_prefs.h
202
bool
AllowFileAccess
(const std::string& extension_id);
extension_service.h
201
bool
AllowFileAccess
(const Extension* extension);
extension_service.cc
[
all
...]
extension_prefs.cc
77
const char kPrefAllowFileAccess[] = "
allowFileAccess
";
660
bool allow_file_access =
AllowFileAccess
(extension_id);
725
bool ExtensionPrefs::
AllowFileAccess
(const std::string& extension_id) {
[
all
...]
extensions_ui.cc
147
localized_strings.SetString("
allowFileAccess
",
226
web_ui_->RegisterMessageCallback("
allowFileAccess
",
705
extension_data->SetBoolean("
allowFileAccess
",
706
service ? service->
AllowFileAccess
(extension) : false);
[
all
...]
/external/chromium/net/url_request/
url_request.h
270
static void
AllowFileAccess
();
url_request.cc
322
void URLRequest::
AllowFileAccess
() {
url_request_unittest.cc
162
URLRequest::
AllowFileAccess
();
[
all
...]
/external/chromium/net/proxy/
proxy_script_fetcher_impl_unittest.cc
91
URLRequest::
AllowFileAccess
();
/external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc
148
localized_strings.SetString("
allowFileAccess
",
316
web_ui_->RegisterMessageCallback("
allowFileAccess
",
784
extension_data->SetBoolean("
allowFileAccess
",
785
service ? service->
AllowFileAccess
(extension) : false);
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
[
all
...]
Completed in 493 milliseconds