Searched refs:set_check_on_null_data (Results 1 - 4 of 4) sorted by path

/external/chromium_org/base/
H A Did_map.h57 void set_check_on_null_data(bool value) { check_on_null_data_ = value; } function in class:IDMap
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc422 map_.set_check_on_null_data(true);
893 map_.set_check_on_null_data(true);
H A Dindexed_db_dispatcher_host.h135 void set_check_on_null_data(bool value) { function in class:content::IndexedDBDispatcherHost::RefIDMap
136 map_.set_check_on_null_data(value);
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc464 g_all_hosts.Get().set_check_on_null_data(true);

Completed in 1935 milliseconds