Home
last modified time | relevance | path

Searched refs:ended (Results 1 – 25 of 88) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/
DEventLoop.h42 bool ended() const { return m_ended; } in ended() function
/external/webkit/Source/WebCore/page/
DWebKitAnimation.h59 bool ended() const;
DWebKitAnimation.cpp77 bool WebKitAnimation::ended() const in ended() function in WebCore::WebKitAnimation
DWebKitAnimation.idl42 readonly attribute boolean ended;
DDOMWindow.h285 DEFINE_ATTRIBUTE_EVENT_LISTENER(ended);
/external/webkit/LayoutTests/storage/
Dprivate-browsing-noread-nowrite-expected.txt14 Test ended
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp209 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/
Dstringpool.ll37 ; Verify that "yyyy" ended up in the stringpool.
/external/guava/
DREADME15 For open-ended questions and discussion:
/external/webkit/Source/WebCore/dom/
DEventNames.h133 macro(ended) \
/external/chromium/chrome/browser/first_run/
Dfirst_run.cc612 bool ended() { in ended() function in __anon66b0db650211::ImportEndedObserver
647 if (!observer->ended()) { in ImportSettings()
/external/webkit/Source/WebCore/page/mac/
DDragControllerMac.mm72 // Drag has ended, dragEnded *should* have been called, however it is possible
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.idl67 readonly attribute boolean ended;
DHTMLMediaElement.h120 bool ended() const;
DHTMLMediaElement.cpp1380 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/
DDiagnosticCommentKinds.td21 "HTML start tag prematurely ended, expected attribute name or '>'">,
DDiagnosticASTKinds.td85 "read of %select{temporary|variable}0 whose lifetime has ended">;
/external/stlport/stlport/
Dlocale58 // some stuff for streambuf iterators ended up defined there
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm132 // ended, which will trigger the ImportEnded method, in which this object is
/external/chromium/chrome/browser/ui/cocoa/
Djs_modal_dialog_cocoa.mm128 // Create a helper which will receive the sheet ended selector. It will
Dssl_client_certificate_selector.mm191 // sheet is open. Don't release the ownership claim until the sheet has ended
/external/webkit/Source/WebCore/bindings/js/
DScriptDebugServer.cpp348 while (!m_doneProcessingDebuggerEvents && !loop.ended()) in pauseIfNeeded()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_view.mm117 // Regardless of the type of dragging which ended, we need to get rid of the
Dbookmark_bar_view.mm164 // Regardless of the type of dragging which ended, we need to get rid of the
/external/valgrind/main/docs/
DREADME84 another, so I ended up going with what I felt was the

1234