Searched refs:persisted (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | PageTransitionEvent.h | 39 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);
|
D | PageTransitionEvent.cpp | 38 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()
|
D | PageTransitionEvent.idl | 30 readonly attribute boolean persisted; 32 …ent(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persisted);
|
D | Document.cpp | 4789 void Document::enqueuePageshowEvent(PageshowEventPersistence persisted) in enqueuePageshowEvent() argument 4792 dispatchWindowEvent(PageTransitionEvent::create(eventNames().pageshowEvent, persisted), this); in enqueuePageshowEvent()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | cocoa_test_helper.mm | 61 // process (this is not persisted). Empirically, the value of 0.0
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 2941 `But about his toes?' the Mock Turtle persisted. `How COULD 3344 `Nothing WHATEVER?' persisted the King.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 20819 the runtime, which means that these nodes must be persisted outside of the
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 49546 and persisted into application settings.
|
D | ChangeLog-2008-08-10 | 71855 which persisted and listened to notifications until GC.
|
D | ChangeLog-2010-01-29 | 65346 (WebCore::PageTransitionEvent::persisted):
|
D | ChangeLog-2010-12-06 | 27906 Disabled properties are persisted in the (top-level) scope of InspectorStyleSheet.
|