HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionState (Results 301 - 325 of 406) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 50 class ExceptionState;
92 virtual void importScripts(const Vector<String>& urls, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
WorkerGlobalScopeFileSystem.cpp 31 #include "bindings/v8/ExceptionState.h"
67 PassRefPtr<DOMFileSystemSync> WorkerGlobalScopeFileSystem::webkitRequestFileSystemSync(WorkerGlobalScope* worker, int type, long long size, ExceptionState& es)
108 PassRefPtr<EntrySync> WorkerGlobalScopeFileSystem::webkitResolveLocalFileSystemSyncURL(WorkerGlobalScope* worker, const String& url, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 34 #include "bindings/v8/ExceptionState.h"
71 SourceBuffer* MediaSource::addSourceBuffer(const String& type, ExceptionState& es)
117 void MediaSource::removeSourceBuffer(SourceBuffer* buffer, ExceptionState& es)
MediaSourceBase.cpp 34 #include "bindings/v8/ExceptionState.h"
144 void MediaSourceBase::setDuration(double duration, ExceptionState& es)
182 void MediaSourceBase::endOfStream(const AtomicString& error, ExceptionState& es)
262 PassOwnPtr<SourceBufferPrivate> MediaSourceBase::createSourceBufferPrivate(const String& type, const MediaSourcePrivate::CodecsArray& codecs, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaRequest.cpp 37 #include "bindings/v8/ExceptionState.h"
48 static PassRefPtr<MediaConstraintsImpl> parseOptions(const Dictionary& options, const String& mediaType, ExceptionState& es)
66 PassRefPtr<UserMediaRequest> UserMediaRequest::create(ScriptExecutionContext* context, UserMediaController* controller, const Dictionary& options, PassRefPtr<NavigatorUserMediaSuccessCallback> successCallback, PassRefPtr<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& es)
MediaConstraintsImpl.cpp 37 #include "bindings/v8/ExceptionState.h"
43 PassRefPtr<MediaConstraintsImpl> MediaConstraintsImpl::create(const Dictionary& constraints, ExceptionState& es)
MediaStreamTrack.cpp 29 #include "bindings/v8/ExceptionState.h"
124 void MediaStreamTrack::getSources(ScriptExecutionContext* context, PassRefPtr<MediaStreamTrackSourcesCallback> callback, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SQLTransactionSyncCustom.cpp 35 #include "bindings/v8/ExceptionState.h"
91 ExceptionState es(args.GetIsolate());
V8DocumentCustom.cpp 44 #include "bindings/v8/ExceptionState.h"
66 ExceptionState es(args.GetIsolate());
V8SQLTransactionCustom.cpp 37 #include "bindings/v8/ExceptionState.h"
112 ExceptionState es(args.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 26 #include "bindings/v8/ExceptionState.h"
248 unsigned CSSStyleSheet::insertRule(const String& ruleString, unsigned index, ExceptionState& es)
276 void CSSStyleSheet::deleteRule(unsigned index, ExceptionState& es)
295 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionState& es)
310 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionState& es)
CSSMatrix.cpp 31 #include "bindings/v8/ExceptionState.h"
46 CSSMatrix::CSSMatrix(const String& s, ExceptionState& es)
56 void CSSMatrix::setMatrixValue(const String& string, ExceptionState& es)
103 PassRefPtr<CSSMatrix> CSSMatrix::inverse(ExceptionState& es) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementRegistry.cpp 37 #include "bindings/v8/ExceptionState.h"
62 CustomElementDefinition* CustomElementRegistry::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& userSuppliedName, CustomElement::NameSet validNames, ExceptionState& es)
Element.h 51 class ExceptionState;
278 void setAttribute(const AtomicString& name, const AtomicString& value, ExceptionState&);
279 static bool parseAttributeName(QualifiedName&, const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&);
280 void setAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionState&);
346 PassRefPtr<Attr> setAttributeNode(Attr*, ExceptionState&);
347 PassRefPtr<Attr> setAttributeNodeNS(Attr*, ExceptionState&);
348 PassRefPtr<Attr> removeAttributeNode(Attr*, ExceptionState&);
442 PassRefPtr<ShadowRoot> createShadowRoot(ExceptionState&);
551 bool webkitMatchesSelector(const String& selectors, ExceptionState&);
731 virtual void setPrefix(const AtomicString&, ExceptionState&) OVERRIDE FINAL
    [all...]
CustomElementRegistrationContext.cpp 36 #include "bindings/v8/ExceptionState.h"
47 void CustomElementRegistrationContext::registerElement(Document* document, CustomElementConstructorBuilder* constructorBuilder, const AtomicString& type, CustomElement::NameSet validNames, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 52 class ExceptionState;
224 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, const String& targetOrigin, DOMWindow* source, ExceptionState&);
340 Storage* sessionStorage(ExceptionState&) const;
341 Storage* localStorage(ExceptionState&) const;
History.cpp 29 #include "bindings/v8/ExceptionState.h"
142 void History::stateObjectAdded(PassRefPtr<SerializedScriptValue> data, const String& title, const String& urlString, SameDocumentNavigationSource sameDocumentNavigationSource, ExceptionState& es)
PerformanceUserTiming.cpp 29 #include "bindings/v8/ExceptionState.h"
101 void UserTiming::mark(const String& markName, ExceptionState& es)
117 double UserTiming::findExistingMarkStartTime(const String& markName, ExceptionState& es)
135 void UserTiming::measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLocatable.cpp 27 #include "bindings/v8/ExceptionState.h"
100 AffineTransform SVGLocatable::getTransformToElement(SVGElement* target, ExceptionState& es, StyleUpdateStrategy styleUpdateStrategy)
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 37 #include "bindings/v8/ExceptionState.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 29 #include "bindings/v8/ExceptionState.h"
168 PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const Dictionary& options, ExceptionState& es)
186 PassRefPtr<IDBObjectStore> IDBDatabase::createObjectStore(const String& name, const IDBKeyPath& keyPath, bool autoIncrement, ExceptionState& es)
230 void IDBDatabase::deleteObjectStore(const String& name, ExceptionState& es)
258 PassRefPtr<IDBTransaction> IDBDatabase::transaction(ScriptExecutionContext* context, const Vector<String>& scope, const String& modeString, ExceptionState& es)
298 PassRefPtr<IDBTransaction> IDBDatabase::transaction(ScriptExecutionContext* context, const String& storeName, const String& mode, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 31 #include "bindings/v8/ExceptionState.h"
272 virtual bool perform(ExceptionState& es)
279 virtual bool undo(ExceptionState& es)
288 virtual bool redo(ExceptionState& es)
330 virtual bool perform(ExceptionState& es)
335 virtual bool undo(ExceptionState& es)
341 virtual bool redo(ExceptionState& es)
382 virtual bool perform(ExceptionState& es)
387 virtual bool undo(ExceptionState& es)
393 virtual bool redo(ExceptionState& es
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 32 #include "bindings/v8/ExceptionState.h"
319 void HTMLElement::setInnerHTML(const String& html, ExceptionState& es)
329 static void mergeWithNextTextNode(PassRefPtr<Node> node, ExceptionState& es)
343 void HTMLElement::setOuterHTML(const String& html, ExceptionState& es)
367 PassRefPtr<DocumentFragment> HTMLElement::textToFragment(const String& text, ExceptionState& es)
400 void HTMLElement::setInnerText(const String& text, ExceptionState& es)
447 void HTMLElement::setOuterText(const String &text, ExceptionState& es)
491 Node* HTMLElement::insertAdjacent(const String& where, Node* newChild, ExceptionState& es)
533 Element* HTMLElement::insertAdjacentElement(const String& where, Element* newChild, ExceptionState& es)
546 static Element* contextElementForInsertion(const String& where, Element* element, ExceptionState& es
    [all...]
HTMLFrameOwnerElement.cpp 24 #include "bindings/v8/ExceptionState.h"
116 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& es) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ClipboardChromium.cpp 31 #include "bindings/v8/ExceptionState.h"
65 virtual void deleteItem(unsigned long index, ExceptionState&) OVERRIDE;
67 virtual void add(const String& data, const String& type, ExceptionState&) OVERRIDE;
106 void DataTransferItemListPolicyWrapper::deleteItem(unsigned long index, ExceptionState& es)
122 void DataTransferItemListPolicyWrapper::add(const String& data, const String& type, ExceptionState& es)

Completed in 2191 milliseconds

<<11121314151617