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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.h 40 class ExceptionState;
52 void update(ExceptionState&);
53 void swapCache(ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.h 44 class ExceptionState;
51 static PassRefPtr<Worker> create(ScriptExecutionContext*, const String& url, ExceptionState&);
56 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&);
DedicatedWorkerGlobalScope.h 52 virtual void importScripts(const Vector<String>& urls, ExceptionState&) OVERRIDE;
57 void postMessage(PassRefPtr<SerializedScriptValue>, const MessagePortArray*, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.h 43 class ExceptionState;
58 PassRefPtr<File> createFile(const FileEntrySync*, ExceptionState&);
59 PassRefPtr<FileWriterSync> createWriter(const FileEntrySync*, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.h 42 class ExceptionState;
52 SourceBuffer* addSourceBuffer(const String& type, ExceptionState&);
53 void removeSourceBuffer(SourceBuffer*, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.cpp 34 #include "bindings/v8/ExceptionState.h"
59 virtual bool perform(ExceptionState& es)
65 virtual bool undo(ExceptionState& es)
71 virtual bool redo(ExceptionState& es)
94 virtual bool perform(ExceptionState& es)
105 virtual bool undo(ExceptionState& es)
115 virtual bool redo(ExceptionState& es)
140 virtual bool perform(ExceptionState& es)
146 virtual bool undo(ExceptionState& es)
152 virtual bool redo(ExceptionState&
    [all...]
InspectorHistory.cpp 34 #include "bindings/v8/ExceptionState.h"
46 virtual bool perform(ExceptionState&) { return true; }
48 virtual bool undo(ExceptionState&) { return true; }
50 virtual bool redo(ExceptionState&) { return true; }
88 bool InspectorHistory::perform(PassOwnPtr<Action> action, ExceptionState& es)
108 bool InspectorHistory::undo(ExceptionState& es)
127 bool InspectorHistory::redo(ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 33 class ExceptionState;
45 void setCaption(PassRefPtr<HTMLTableCaptionElement>, ExceptionState&);
48 void setTHead(PassRefPtr<HTMLTableSectionElement>, ExceptionState&);
51 void setTFoot(PassRefPtr<HTMLTableSectionElement>, ExceptionState&);
60 PassRefPtr<HTMLElement> insertRow(int index, ExceptionState&);
61 void deleteRow(int index, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCharsetRule.h 29 class ExceptionState;
45 void setEncoding(const String& encoding, ExceptionState&) { m_encoding = encoding; }
CSSVariablesMap.cpp 32 #include "bindings/v8/ExceptionState.h"
58 void CSSVariablesMap::set(const AtomicString& name, const String& value, ExceptionState& es) const
71 void CSSVariablesMap::clear(ExceptionState& es) const
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h 40 class ExceptionState;
76 static void throwDOMException(ExceptionState&, ErrorCode);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasPattern.h 37 class ExceptionState;
42 static void parseRepetitionType(const String&, bool& repeatX, bool& repeatY, ExceptionState&);
DataView.cpp 29 #include "bindings/v8/ExceptionState.h"
133 T DataView::getData(unsigned byteOffset, bool littleEndian, ExceptionState& es) const
148 void DataView::setData(unsigned byteOffset, T value, bool littleEndian, ExceptionState& es)
162 int8_t DataView::getInt8(unsigned byteOffset, ExceptionState& es)
167 uint8_t DataView::getUint8(unsigned byteOffset, ExceptionState& es)
172 int16_t DataView::getInt16(unsigned byteOffset, bool littleEndian, ExceptionState& es)
177 uint16_t DataView::getUint16(unsigned byteOffset, bool littleEndian, ExceptionState& es)
182 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionState& es)
187 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionState& es)
192 float DataView::getFloat32(unsigned byteOffset, bool littleEndian, ExceptionState& es
    [all...]
CanvasRenderingContext2D.h 52 class ExceptionState;
165 void drawImage(ImageBitmap*, float x, float y, ExceptionState&);
166 void drawImage(ImageBitmap*, float x, float y, float width, float height, ExceptionState&);
167 void drawImage(ImageBitmap*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
168 void drawImage(HTMLImageElement*, float x, float y, ExceptionState&);
169 void drawImage(HTMLImageElement*, float x, float y, float width, float height, ExceptionState&);
170 void drawImage(HTMLImageElement*, float sx, float sy, float sw, float sh, float dx, float dy, float dw, float dh, ExceptionState&);
171 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, ExceptionState&);
172 void drawImage(HTMLImageElement*, const FloatRect& srcRect, const FloatRect& dstRect, const CompositeOperator&, const BlendMode&, ExceptionState&);
173 void drawImage(HTMLCanvasElement*, float x, float y, ExceptionState&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindowBase64.cpp 36 #include "bindings/v8/ExceptionState.h"
44 String btoa(void*, const String& stringToEncode, ExceptionState& es)
57 String atob(void*, const String& encodedString, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/storage/
Storage.cpp 29 #include "bindings/v8/ExceptionState.h"
54 String Storage::anonymousIndexedGetter(unsigned index, ExceptionState& es)
59 String Storage::anonymousNamedGetter(const AtomicString& name, ExceptionState& es)
70 bool Storage::anonymousNamedSetter(const AtomicString& name, const AtomicString& value, ExceptionState& es)
76 bool Storage::anonymousIndexedSetter(unsigned index, const AtomicString& value, ExceptionState& es)
81 bool Storage::anonymousNamedDeleter(const AtomicString& name, ExceptionState& es)
92 bool Storage::anonymousIndexedDeleter(unsigned index, ExceptionState& es)
97 void Storage::namedPropertyEnumerator(Vector<String>& names, ExceptionState& es)
115 bool Storage::namedPropertyQuery(const AtomicString& name, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLocatable.h 30 class ExceptionState;
46 AffineTransform getTransformToElement(SVGElement*, ExceptionState&, StyleUpdateStrategy = AllowStyleUpdate);
SVGColor.h 31 class ExceptionState;
74 void setRGBColor(const String& rgbColor, ExceptionState&);
75 void setRGBColorICCColor(const String& rgbColor, const String& iccColor, ExceptionState&);
76 void setColor(unsigned short colorType, const String& rgbColor, const String& iccColor, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp 30 #include "bindings/v8/ExceptionState.h"
70 void XPathResult::convertTo(unsigned short type, ExceptionState& es)
121 double XPathResult::numberValue(ExceptionState& es) const
130 String XPathResult::stringValue(ExceptionState& es) const
139 bool XPathResult::booleanValue(ExceptionState& es) const
148 Node* XPathResult::singleNodeValue(ExceptionState& es) const
171 unsigned long XPathResult::snapshotLength(ExceptionState& es) const
181 Node* XPathResult::iterateNext(ExceptionState& es)
203 Node* XPathResult::snapshotItem(unsigned long index, ExceptionState& es)
XMLSerializer.cpp 23 #include "bindings/v8/ExceptionState.h"
31 String XMLSerializer::serializeToString(Node* node, ExceptionState& es)
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
KeyOperation.h 48 class ExceptionState;
67 ScriptObject returnValue(ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaConstraintsImpl.h 42 class ExceptionState;
47 static PassRefPtr<MediaConstraintsImpl> create(const Dictionary&, ExceptionState&);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 31 #include "bindings/v8/ExceptionState.h"
158 void InternalSettings::setMockScrollbarsEnabled(bool enabled, ExceptionState& es)
179 void InternalSettings::setTouchEventEmulationEnabled(bool enabled, ExceptionState& es)
187 void InternalSettings::setCompositorDrivenAcceleratedScrollingEnabled(bool enabled, ExceptionState& es)
201 void InternalSettings::setStandardFontFamily(const String& family, const String& script, ExceptionState& es)
207 void InternalSettings::setSerifFontFamily(const String& family, const String& script, ExceptionState& es)
213 void InternalSettings::setSansSerifFontFamily(const String& family, const String& script, ExceptionState& es)
219 void InternalSettings::setFixedFontFamily(const String& family, const String& script, ExceptionState& es)
225 void InternalSettings::setCursiveFontFamily(const String& family, const String& script, ExceptionState& es)
231 void InternalSettings::setFantasyFontFamily(const String& family, const String& script, ExceptionState& es
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 62 class ExceptionState;
83 static PassRefPtr<AudioContext> createOfflineContext(Document*, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionState&);
111 PassRefPtr<AudioBuffer> createBuffer(unsigned numberOfChannels, size_t numberOfFrames, float sampleRate, ExceptionState&);
112 PassRefPtr<AudioBuffer> createBuffer(ArrayBuffer*, bool mixToMono, ExceptionState&);
115 void decodeAudioData(ArrayBuffer*, PassRefPtr<AudioBufferCallback>, PassRefPtr<AudioBufferCallback>, ExceptionState&);
121 PassRefPtr<MediaElementAudioSourceNode> createMediaElementSource(HTMLMediaElement*, ExceptionState&);
122 PassRefPtr<MediaStreamAudioSourceNode> createMediaStreamSource(MediaStream*, ExceptionState&);
127 PassRefPtr<DelayNode> createDelay(ExceptionState&);
128 PassRefPtr<DelayNode> createDelay(double maxDelayTime, ExceptionState&);
133 PassRefPtr<ScriptProcessorNode> createScriptProcessor(size_t bufferSize, ExceptionState&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionStatePlaceholder.cpp 39 : ExceptionState(0)

Completed in 1382 milliseconds

1 2 3 45 6 7 8 91011>>