Home
last modified time | relevance | path

Searched refs:can_load_local_resources_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/renderer/
Ddocument_state.h186 bool can_load_local_resources() const { return can_load_local_resources_; } in NON_EXPORTED_BASE()
188 can_load_local_resources_ = can_load; in NON_EXPORTED_BASE()
217 bool can_load_local_resources_; in NON_EXPORTED_BASE() local
Ddocument_state.cc23 can_load_local_resources_(false) { in DocumentState()
/external/chromium_org/content/browser/frame_host/
Dnavigation_entry_impl.cc55 can_load_local_resources_(false), in NavigationEntryImpl()
84 can_load_local_resources_(false), in NavigationEntryImpl()
306 can_load_local_resources_ = allow; in SetCanLoadLocalResources()
310 return can_load_local_resources_; in GetCanLoadLocalResources()
Dnavigation_entry_impl.h323 bool can_load_local_resources_; in NON_EXPORTED_BASE() local