HomeSort by relevance Sort by last modified time
    Searched defs:EnumerationContext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/printing/
emf_win.h 39 struct EnumerationContext;
123 struct Emf::EnumerationContext {
124 EnumerationContext();
138 bool Play(EnumerationContext* context) const;
142 bool SafePlayback(EnumerationContext* context) const;
190 EnumerationContext context_;
emf_win.cc 221 Emf::EnumerationContext playback_context;
268 Emf::EnumerationContext* context =
269 reinterpret_cast<Emf::EnumerationContext*>(param);
279 Emf::EnumerationContext::EnumerationContext() {
288 bool Emf::Record::Play(Emf::EnumerationContext* context) const {
295 bool Emf::Record::SafePlayback(Emf::EnumerationContext* context) const {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionState.h 55 EnumerationContext,
77 , m_isolate(isolate) { ASSERT(m_context == ConstructionContext || m_context == EnumerationContext || m_context == IndexedSetterContext || m_context == IndexedGetterContext || m_context == IndexedDeletionContext); }

Completed in 478 milliseconds