/external/webkit/Source/WebCore/platform/ |
D | EventLoop.h | 42 bool ended() const { return m_ended; } in ended() function
|
/external/webkit/Source/WebCore/page/ |
D | WebKitAnimation.h | 59 bool ended() const;
|
D | WebKitAnimation.cpp | 77 bool WebKitAnimation::ended() const in ended() function in WebCore::WebKitAnimation
|
D | WebKitAnimation.idl | 42 readonly attribute boolean ended;
|
D | DOMWindow.h | 285 DEFINE_ATTRIBUTE_EVENT_LISTENER(ended);
|
/external/webkit/LayoutTests/storage/ |
D | private-browsing-noread-nowrite-expected.txt | 14 Test ended
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | QTMovie.cpp | 209 bool ended = !!IsMovieDone(m_movie); in task() local 210 if (ended != m_ended) { in task() 211 m_ended = ended; in task() 212 if (ended) { in task()
|
/external/llvm/test/DebugInfo/X86/ |
D | stringpool.ll | 37 ; Verify that "yyyy" ended up in the stringpool.
|
/external/guava/ |
D | README | 15 For open-ended questions and discussion:
|
/external/webkit/Source/WebCore/dom/ |
D | EventNames.h | 133 macro(ended) \
|
/external/chromium/chrome/browser/first_run/ |
D | first_run.cc | 612 bool ended() { in ended() function in __anon66b0db650211::ImportEndedObserver 647 if (!observer->ended()) { in ImportSettings()
|
/external/webkit/Source/WebCore/page/mac/ |
D | DragControllerMac.mm | 72 // Drag has ended, dragEnded *should* have been called, however it is possible
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.idl | 67 readonly attribute boolean ended;
|
D | HTMLMediaElement.h | 120 bool ended() const;
|
D | HTMLMediaElement.cpp | 1380 bool HTMLMediaElement::ended() const in ended() function in WebCore::HTMLMediaElement 1618 if (ended()) { in beginScrubbing() 1694 return paused() || ended() || m_readyState < HAVE_METADATA; in canPlay()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticCommentKinds.td | 21 "HTML start tag prematurely ended, expected attribute name or '>'">,
|
D | DiagnosticASTKinds.td | 85 "read of %select{temporary|variable}0 whose lifetime has ended">;
|
/external/stlport/stlport/ |
D | locale | 58 // some stuff for streambuf iterators ended up defined there
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
D | import_progress_dialog_cocoa.mm | 132 // ended, which will trigger the ImportEnded method, in which this object is
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | js_modal_dialog_cocoa.mm | 128 // Create a helper which will receive the sheet ended selector. It will
|
D | ssl_client_certificate_selector.mm | 191 // sheet is open. Don't release the ownership claim until the sheet has ended
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptDebugServer.cpp | 348 while (!m_doneProcessingDebuggerEvents && !loop.ended()) in pauseIfNeeded()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_view.mm | 117 // Regardless of the type of dragging which ended, we need to get rid of the
|
D | bookmark_bar_view.mm | 164 // Regardless of the type of dragging which ended, we need to get rid of the
|
/external/valgrind/main/docs/ |
D | README | 84 another, so I ended up going with what I felt was the
|