Home
last modified time | relevance | path

Searched refs:persisted (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/dom/
DPageTransitionEvent.h39 static PassRefPtr<PageTransitionEvent> create(const AtomicString& type, bool persisted) in create() argument
41 return adoptRef(new PageTransitionEvent(type, persisted)); in create()
49 bool persisted);
53 bool persisted() const { return m_persisted; } in persisted() function
57 PageTransitionEvent(const AtomicString& type, bool persisted);
DPageTransitionEvent.cpp38 PageTransitionEvent::PageTransitionEvent(const AtomicString& type, bool persisted) in PageTransitionEvent() argument
40 , m_persisted(persisted) in PageTransitionEvent()
51 bool persisted) in initPageTransitionEvent() argument
58 m_persisted = persisted; in initPageTransitionEvent()
DPageTransitionEvent.idl30 readonly attribute boolean persisted;
32 …ent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persisted);
DDocument.cpp4789 void Document::enqueuePageshowEvent(PageshowEventPersistence persisted) in enqueuePageshowEvent() argument
4792 dispatchWindowEvent(PageTransitionEvent::create(eventNames().pageshowEvent, persisted), this); in enqueuePageshowEvent()
/external/chromium/chrome/browser/ui/cocoa/
Dcocoa_test_helper.mm61 // process (this is not persisted). Empirically, the value of 0.0
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt2941 `But about his toes?' the Mock Turtle persisted. `How COULD
3344 `Nothing WHATEVER?' persisted the King.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2420819 the runtime, which means that these nodes must be persisted outside of the
/external/webkit/Source/WebCore/
DChangeLog49546 and persisted into application settings.
DChangeLog-2008-08-1071855 which persisted and listened to notifications until GC.
DChangeLog-2010-01-2965346 (WebCore::PageTransitionEvent::persisted):
DChangeLog-2010-12-0627906 Disabled properties are persisted in the (top-level) scope of InspectorStyleSheet.