Searched defs:snapshot (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/loader/icon/
H A DPageURLRecord.cpp58 PageURLSnapshot PageURLRecord::snapshot(bool forDeletion) const function in class:WebCore::PageURLRecord
H A DIconRecord.cpp97 IconSnapshot IconRecord::snapshot(bool forDeletion) const function in class:WebCore::IconRecord
H A DIconDatabase.cpp436 m_pageURLsPendingSync.set(pageURL, record->snapshot());
496 m_pageURLsPendingSync.set(pageURLOriginal.crossThreadString(), pageRecord->snapshot(true));
501 m_iconsPendingSync.set(iconRecord->iconURL(), iconRecord->snapshot(true));
544 m_iconsPendingSync.set(iconURL, icon->snapshot());
623 m_pageURLsPendingSync.set(pageURL, pageRecord->snapshot());
627 m_iconsPendingSync.set(iconRecord->iconURL(), iconRecord->snapshot(true));
1306 m_iconsPendingSync.set(iconRecord->iconURL(), iconRecord->snapshot(true));
2000 void IconDatabase::writeIconSnapshotToSQLDatabase(const IconSnapshot& snapshot) argument
2004 if (snapshot.iconURL.isEmpty())
2008 if (!snapshot
[all...]
/external/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java147 return snapshot().toArray();
151 return snapshot().toArray(array);
158 private List<E> snapshot() { method in class:ConcurrentHashMultiset
419 return snapshot().toArray();
423 return snapshot().toArray(array);
430 private List<Multiset.Entry<E>> snapshot() { method in class:ConcurrentHashMultiset.EntrySet
/external/ppp/pppd/include/
H A Dpcap-int.h70 int snapshot; member in struct:pcap
/external/bluetooth/glib/gmodule/
H A Dgmodule-win32.c124 HANDLE snapshot; local
141 if ((snapshot = (*pfnCreateToolhelp32Snapshot) (TH32CS_SNAPMODULE, 0)) == (HANDLE) -1)
146 if ((*pfnModule32First) (snapshot, &me32))
151 } while ((*pfnModule32Next) (snapshot, &me32));
154 CloseHandle (snapshot);
/external/libpcap/
H A Dpcap-int.h149 int snapshot; member in struct:pcap
/external/v8/test/cctest/
H A Dtest-serialize.cc38 #include "snapshot.h"
180 PrintF("Unable to write to snapshot file \"%s\"\n", snapshot_file);
295 // serialize a snapshot in a VM that is booted from a snapshot.
452 byte* snapshot = ReadBytes(file_name, &snapshot_size); local
456 SnapshotByteSource source(snapshot, snapshot_size);
466 SnapshotByteSource source(snapshot, snapshot_size);
533 byte* snapshot = ReadBytes(file_name, &snapshot_size); local
537 SnapshotByteSource source(snapshot, snapshot_size);
547 SnapshotByteSource source(snapshot, snapshot_siz
[all...]
/external/webkit/WebCore/plugins/win/
H A DPluginViewWin.cpp1057 PassRefPtr<Image> PluginView::snapshot() function in class:WebCore::PluginView
1101 toRenderWidget(m_element->renderer())->showSubstituteImage(snapshot());
/external/v8/src/
H A Dplatform-win32.cc1141 HANDLE snapshot = _CreateToolhelp32Snapshot( local
1144 if (snapshot == INVALID_HANDLE_VALUE) return false;
1147 BOOL cont = _Module32FirstW(snapshot, &module_entry);
1169 cont = _Module32NextW(snapshot, &module_entry);
1171 CloseHandle(snapshot);
/external/qemu/
H A Dvl-android.c2323 int drive_init(struct drive_opt *arg, int snapshot, void *opaque) argument
2345 "media", "snapshot", "file",
2494 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
2496 snapshot = 1;
2498 snapshot = 0;
2500 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
2661 if (snapshot) {
2663 cache = 2; /* always use write-back with snapshot */
5084 int snapshot, linux_boot, net_boot; local
5164 snapshot
[all...]
H A Dvl.c2194 int drive_init(struct drive_opt *arg, int snapshot, void *opaque) argument
2216 "media", "snapshot", "file",
2365 if (get_param_value(buf, sizeof(buf), "snapshot", str)) {
2367 snapshot = 1;
2369 snapshot = 0;
2371 fprintf(stderr, "qemu: '%s' invalid snapshot option\n", str);
2532 if (snapshot) {
2534 cache = 2; /* always use write-back with snapshot */
4943 int snapshot, linux_boot, net_boot; local
5023 snapshot
[all...]

Completed in 171 milliseconds