Searched refs:persistent_id (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_namespace_impl.cc24 DOMStorageContextWrapper* context, const std::string& persistent_id)
25 : session_(new DOMStorageSession(context->context(), persistent_id)) {
32 const std::string& SessionStorageNamespaceImpl::persistent_id() const { function in class:content::SessionStorageNamespaceImpl
23 SessionStorageNamespaceImpl( DOMStorageContextWrapper* context, const std::string& persistent_id) argument
H A Dsession_storage_namespace_impl.h32 // Constructs a |SessionStorageNamespaceImpl| and assigns |persistent_id|
35 const std::string& persistent_id);
39 virtual const std::string& persistent_id() const OVERRIDE;
H A Ddom_storage_context_wrapper.h44 RecreateSessionStorage(const std::string& persistent_id) OVERRIDE;
H A Ddom_storage_context_wrapper.cc135 const std::string& persistent_id) {
137 new SessionStorageNamespaceImpl(this, persistent_id));
134 RecreateSessionStorage( const std::string& persistent_id) argument
H A Ddom_storage_context_impl.cc410 const std::string& persistent_id = deletable_persistent_namespace_ids_.back(); local
411 session_storage_database_->DeleteNamespace(persistent_id);
/external/chromium_org/content/public/browser/
H A Dsession_storage_namespace.h26 virtual const std::string& persistent_id() const = 0;
H A Ddom_storage_context.h55 // Creates a SessionStorageNamespace with the given |persistent_id|. Used
57 // SessionStorageNamespace with the correct |persistent_id| will be
60 const std::string& persistent_id) = 0;
/external/chromium_org/chrome/browser/storage_monitor/
H A Dportable_device_watcher_win.h40 const std::string& persistent_id);
H A Dportable_device_watcher_win.cc475 const std::string& persistent_id)
477 object_persistent_id(persistent_id) {
473 DeviceStorageObject( const string16& temporary_id, const std::string& persistent_id) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h26 int auth, int go_intent, int freq, int persistent_id,
H A Dctrl_iface.c3699 int persistent_group, persistent_id = -1; local
3725 persistent_id = atoi(pos2 + 12);
3726 ssid = wpa_config_get_network(wpa_s->conf, persistent_id);
3731 persistent_id);
3779 auth, go_intent, freq, persistent_id, pd,
H A Dp2p_supplicant.c4072 * @persistent_id: Persistent group credentials to use for forcing GO
4084 int go_intent, int freq, int persistent_id, int pd,
4096 if (persistent_id >= 0) {
4097 ssid = wpa_config_get_network(wpa_s->conf, persistent_id);
4114 wpa_s->p2p_persistent_id = persistent_id;
4081 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, int persistent_id, int pd, int ht40) argument
/external/chromium/chrome/browser/themes/
H A Dbrowser_theme_pack.cc71 int persistent_id; member in struct:__anon2568::PersistingImagesTable
153 return kPersistingImages[i].persistent_id;
163 return kPersistingImages[i].persistent_id;
/external/chromium_org/chrome/browser/themes/
H A Dbrowser_theme_pack.cc87 int persistent_id; member in struct:__anon5918::PersistingImagesTable
205 return image_table[i].persistent_id;
222 int prs_id = kPersistingImages[i].persistent_id;
228 int prs_id = kPersistingImagesWinDesktopAura[i].persistent_id;
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore_browsertest.cc1105 controller->GetDefaultSessionStorageNamespace()->persistent_id();
1114 new_controller->GetDefaultSessionStorageNamespace()->persistent_id();
H A Dsession_service.cc1340 session_storage_namespace->persistent_id()));
1747 session_storage_namespace->persistent_id()));

Completed in 259 milliseconds