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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.h 32 class ExceptionState;
41 bool defaultSelected, bool selected, ExceptionState&);
44 void setText(const String&, ExceptionState&);
HTMLVideoElement.h 33 class ExceptionState;
48 void webkitEnterFullscreen(ExceptionState&);
55 void webkitEnterFullScreen(ExceptionState& es) { webkitEnterFullscreen(es); }
MediaController.h 42 class ExceptionState;
63 virtual void setCurrentTime(double, ExceptionState&);
77 virtual void setVolume(double, ExceptionState&);
DOMTokenList.cpp 28 #include "bindings/v8/ExceptionState.h"
35 bool DOMTokenList::validateToken(const AtomicString& token, ExceptionState& es)
53 bool DOMTokenList::validateTokens(const Vector<String>& tokens, ExceptionState& es)
63 bool DOMTokenList::contains(const AtomicString& token, ExceptionState& es) const
70 void DOMTokenList::add(const AtomicString& token, ExceptionState& es)
77 void DOMTokenList::add(const Vector<String>& tokens, ExceptionState& es)
93 void DOMTokenList::remove(const AtomicString& token, ExceptionState& es)
100 void DOMTokenList::remove(const Vector<String>& tokens, ExceptionState& es)
119 bool DOMTokenList::toggle(const AtomicString& token, ExceptionState& es)
132 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& es
    [all...]
DOMSettableTokenList.cpp 28 #include "bindings/v8/ExceptionState.h"
55 void DOMSettableTokenList::add(const Vector<String>& tokens, ExceptionState& es)
76 void DOMSettableTokenList::remove(const Vector<String>& tokens, ExceptionState& es)
HTMLFrameOwnerElement.h 30 class ExceptionState;
53 SVGDocument* getSVGDocument(ExceptionState&) const;
RangeInputType.h 38 class ExceptionState;
51 virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.h 49 class ExceptionState;
139 bool setPropertyText(unsigned index, const String& text, bool overwrite, String* oldText, ExceptionState&);
140 bool toggleProperty(unsigned index, bool disable, ExceptionState&);
187 bool setText(const String&, ExceptionState&);
188 String ruleSelector(const InspectorCSSId&, ExceptionState&);
189 bool setRuleSelector(const InspectorCSSId&, const String& selector, ExceptionState&);
190 CSSStyleRule* addRule(const String& selector, ExceptionState&);
191 bool deleteRule(const InspectorCSSId&, ExceptionState&);
197 bool setStyleText(const InspectorCSSId&, const String& text, String* oldText, ExceptionState&);
198 bool setPropertyText(const InspectorCSSId&, unsigned propertyIndex, const String& text, bool overwrite, String* oldPropertyText, ExceptionState&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 35 #include "bindings/v8/ExceptionState.h"
43 void FileWriterSync::write(Blob* data, ExceptionState& es)
65 void FileWriterSync::seek(long long position, ExceptionState& es)
72 void FileWriterSync::truncate(long long offset, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.h 41 class ExceptionState;
56 void addTrack(PassRefPtr<MediaStreamTrack>, ExceptionState&);
57 void removeTrack(PassRefPtr<MediaStreamTrack>, ExceptionState&);
NavigatorMediaStream.cpp 27 #include "bindings/v8/ExceptionState.h"
48 void NavigatorMediaStream::webkitGetUserMedia(Navigator* navigator, const Dictionary& options, PassRefPtr<NavigatorUserMediaSuccessCallback> successCallback, PassRefPtr<NavigatorUserMediaErrorCallback> errorCallback, ExceptionState& es)
RTCDTMFSender.cpp 29 #include "bindings/v8/ExceptionState.h"
45 PassRefPtr<RTCDTMFSender> RTCDTMFSender::create(ScriptExecutionContext* context, RTCPeerConnectionHandler* peerConnectionHandler, PassRefPtr<MediaStreamTrack> prpTrack, ExceptionState& es)
91 void RTCDTMFSender::insertDTMF(const String& tones, ExceptionState& es)
96 void RTCDTMFSender::insertDTMF(const String& tones, long duration, ExceptionState& es)
101 void RTCDTMFSender::insertDTMF(const String& tones, long duration, long interToneGap, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CryptoCustom.cpp 28 #include "bindings/v8/ExceptionState.h"
57 ExceptionState es(args.GetIsolate());
V8DedicatedWorkerGlobalScopeCustom.cpp 35 #include "bindings/v8/ExceptionState.h"
62 ExceptionState es(args.GetIsolate());
V8MessagePortCustom.cpp 34 #include "bindings/v8/ExceptionState.h"
61 ExceptionState es(args.GetIsolate());
V8WorkerCustom.cpp 34 #include "bindings/v8/ExceptionState.h"
63 ExceptionState es(args.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 40 class ExceptionState;
72 void setInnerHTML(const String&, ExceptionState&);
106 PassRefPtr<Node> cloneNode(bool, ExceptionState&);
107 PassRefPtr<Node> cloneNode(ExceptionState& es) { return cloneNode(true, es); }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPattern.cpp 29 #include "bindings/v8/ExceptionState.h"
35 void CanvasPattern::parseRepetitionType(const String& type, bool& repeatX, bool& repeatY, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 24 #include "bindings/v8/ExceptionState.h"
42 void SVGPathSegListPropertyTearOff::clear(ExceptionState& es)
52 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::getItem(unsigned index, ExceptionState& es)
62 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::replaceItem(PassListItemType passNewItem, unsigned index, ExceptionState& es)
80 SVGPathSegListPropertyTearOff::PassListItemType SVGPathSegListPropertyTearOff::removeItem(unsigned index, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSet.cpp 32 #include "bindings/v8/ExceptionState.h"
48 int64_t SQLResultSet::insertId(ExceptionState& es) const
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 34 #include "bindings/v8/ExceptionState.h"
81 PassRefPtr<TimeRanges> SourceBuffer::buffered(ExceptionState& es) const
100 void SourceBuffer::setTimestampOffset(double offset, ExceptionState& es)
135 void SourceBuffer::setAppendWindowStart(double start, ExceptionState& es)
172 void SourceBuffer::setAppendWindowEnd(double end, ExceptionState& es)
197 void SourceBuffer::appendBuffer(PassRefPtr<ArrayBuffer> data, ExceptionState& es)
210 void SourceBuffer::appendBuffer(PassRefPtr<ArrayBufferView> data, ExceptionState& es)
223 void SourceBuffer::abort(ExceptionState& es)
249 void SourceBuffer::remove(double start, double end, ExceptionState& es)
368 void SourceBuffer::appendBufferInternal(unsigned char* data, unsigned size, ExceptionState& es
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.h 30 class ExceptionState;
42 PassRefPtr<Text> splitText(unsigned offset, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.h 47 class ExceptionState;
56 static PassRefPtr<EventSource> create(ScriptExecutionContext*, const String& url, const Dictionary&, ExceptionState&);
Location.h 42 class ExceptionState;
57 void setProtocol(DOMWindow* activeWindow, DOMWindow* firstWindow, const String&, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObject.h 45 class ExceptionState;
65 void add(const String& data, const String& type, ExceptionState&);

Completed in 538 milliseconds

1 2 3 4 5 6 78 91011>>