Home
last modified time | relevance | path

Searched refs:storageArea (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DStorageNamespaceImpl.cpp105 PassRefPtr<StorageArea> StorageNamespaceImpl::storageArea(PassRefPtr<SecurityOrigin> prpOrigin) in storageArea() function in WebCore::StorageNamespaceImpl
111 RefPtr<StorageAreaImpl> storageArea; in storageArea() local
112 if ((storageArea = m_storageAreaMap.get(origin))) in storageArea()
113 return storageArea.release(); in storageArea()
115 storageArea = StorageAreaImpl::create(m_storageType, origin, m_syncManager, m_quota); in storageArea()
116 m_storageAreaMap.set(origin.release(), storageArea); in storageArea()
117 return storageArea.release(); in storageArea()
152 RefPtr<StorageAreaImpl> storageArea = m_storageAreaMap.get(origin); in clearOriginForDeletion() local
153 if (storageArea) in clearOriginForDeletion()
154 storageArea->clearForOriginDeletion(); in clearOriginForDeletion()
H A DStorageEvent.cpp48 …ring& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) in create() argument
50 return adoptRef(new StorageEvent(type, key, oldValue, newValue, url, storageArea)); in create()
53 …ring& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) in StorageEvent() argument
59 , m_storageArea(storageArea) in StorageEvent()
63 …ring& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea) in initStorageEvent() argument
74 m_storageArea = storageArea; in initStorageEvent()
H A DStorageEvent.h41 …ing& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
48 Storage* storageArea() const { return m_storageArea.get(); } in storageArea() function
50 …ing& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
59 …ing& key, const String& oldValue, const String& newValue, const String& url, Storage* storageArea);
H A DStorage.cpp40 PassRefPtr<Storage> Storage::create(Frame* frame, PassRefPtr<StorageArea> storageArea) in create() argument
42 return adoptRef(new Storage(frame, storageArea)); in create()
45 Storage::Storage(Frame* frame, PassRefPtr<StorageArea> storageArea) in Storage() argument
47 , m_storageArea(storageArea) in Storage()
/dports/sysutils/mtpfs/mtpfs-fd3864dd6f0e8183fa2598d4cf890401d3a1e09a/
H A Dmtpfs.c103 if (storageArea[i].folders != NULL) in check_lost_files()
137 if (storageArea[i].folders_changed) in check_folders()
142 if (storageArea[i].folders) in check_folders()
148 storageArea[i].storage->id); in check_folders()
149 storageArea[i].folders = newfolders; in check_folders()
151 storageArea[i].folders_changed = FALSE; in check_folders()
429 if (storageArea[i].storage != NULL) in find_storage()
675 lookup_folder_id (storageArea in mtpfs_release()
823 if (storageArea[i].folders) in mtpfs_destroy()
1399 lookup_folder_id (storageArea in mtpfs_mkdir_real()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/actions/
H A DAddJVMArgumentAction.java59 File storageArea = (File) parameters.get(ActionConstants.PARM_PROFILE_DATA_DIRECTORY); in addArg() local
62 addByteArg(arg, XMS, launcherData, storageArea); in addArg()
64 addByteArg(arg, XMX, launcherData, storageArea); in addArg()
66 addByteArg(arg, XX_MAX_PERM_SIZE, launcherData, storageArea); in addArg()
78 …tected static void addByteArg(String arg, String flag, LauncherData launcherData, File storageArea) in addByteArg() argument
80 Properties storedValues = load(storageArea); in addByteArg()
92 save(storedValues, storageArea); in addByteArg()
256 protected static Properties load(File storageArea) throws IOException { in load() argument
258 File file = new File(storageArea, STORAGE); in load()
277 protected static void save(Properties args, File storageArea) throws IOException { in save() argument
[all …]
H A DRemoveJVMArgumentAction.java52 File storageArea = (File) parameters.get(ActionConstants.PARM_PROFILE_DATA_DIRECTORY); in removeArg() local
56 removeByteArg(arg, AddJVMArgumentAction.XMS, launcherData, storageArea); in removeArg()
58 removeByteArg(arg, AddJVMArgumentAction.XMX, launcherData, storageArea); in removeArg()
60 removeByteArg(arg, AddJVMArgumentAction.XX_MAX_PERM_SIZE, launcherData, storageArea); in removeArg()
72 …ate static void removeByteArg(String arg, String flag, LauncherData launcherData, File storageArea) in removeByteArg() argument
74 Properties storedValues = AddJVMArgumentAction.load(storageArea); in removeByteArg()
87 AddJVMArgumentAction.save(storedValues, storageArea); in removeByteArg()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dstorageevent.rs61 storageArea: Option<&Storage>) -> DomRoot<StorageEvent> { in new()
63 Box::new(StorageEvent::new_inherited(key, oldValue, newValue, url, storageArea)), in new()
81 let storageArea = init.storageArea.r(); in Constructor() localVariable
87 url, storageArea); in Constructor()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/webidl/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 Storage? storageArea);
39 Storage? storageArea = null;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DStorageEvent.webidl22 readonly attribute Storage? storageArea;
32 optional Storage? storageArea = null);
41 Storage? storageArea = null;
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/web-sys-0.3.47/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/web-sys-0.3.50/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/web-sys-0.3.54/webidls/enabled/
H A DStorageEvent.webidl20 readonly attribute Storage? storageArea;
30 optional Storage? storageArea = null);
39 Storage? storageArea = null;

12345678910>>...12