| /external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
| DirectoryReaderSync.cpp | 34 #include "bindings/v8/ExceptionState.h" 50 EntrySyncVector DirectoryReaderSync::readEntries(ExceptionState& es)
|
| EntrySync.cpp | 34 #include "bindings/v8/ExceptionState.h" 53 PassRefPtr<Metadata> EntrySync::getMetadata(ExceptionState& es) 63 PassRefPtr<EntrySync> EntrySync::moveTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionState& es) const 73 PassRefPtr<EntrySync> EntrySync::copyTo(PassRefPtr<DirectoryEntrySync> parent, const String& name, ExceptionState& es) const 83 void EntrySync::remove(ExceptionState& es) const
|
| DirectoryEntrySync.cpp | 34 #include "bindings/v8/ExceptionState.h" 54 PassRefPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& es) 65 PassRefPtr<DirectoryEntrySync> DirectoryEntrySync::getDirectory(const String& path, const Dictionary& options, ExceptionState& es) 76 void DirectoryEntrySync::removeRecursively(ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
| DelayNode.cpp | 31 #include "bindings/v8/ExceptionState.h" 38 DelayNode::DelayNode(AudioContext* context, float sampleRate, double maxDelayTime, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
| MIDIOutput.cpp | 34 #include "bindings/v8/ExceptionState.h" 57 void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& es) 75 void MIDIOutput::send(Vector<unsigned> unsignedData, double timestamp, ExceptionState& es) 91 void MIDIOutput::send(Uint8Array* data, ExceptionState& es) 96 void MIDIOutput::send(Vector<unsigned> unsignedData, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| DOMImplementation.h | 36 class ExceptionState; 52 PassRefPtr<DocumentType> createDocumentType(const String& qualifiedName, const String& publicId, const String& systemId, ExceptionState&); 53 PassRefPtr<Document> createDocument(const String& namespaceURI, const String& qualifiedName, DocumentType*, ExceptionState&);
|
| MessagePort.h | 44 class ExceptionState; 57 void postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray*, ExceptionState&); 66 static PassOwnPtr<MessagePortChannelArray> disentanglePorts(const MessagePortArray*, ExceptionState&);
|
| Attr.h | 34 class ExceptionState; 54 void setValue(const AtomicString&, ExceptionState&); 79 virtual void setPrefix(const AtomicString&, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| NumberInputType.h | 38 class ExceptionState; 50 virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const OVERRIDE; 51 virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const OVERRIDE;
|
| TimeRanges.h | 38 class ExceptionState; 56 double start(unsigned index, ExceptionState&) const; 57 double end(unsigned index, ExceptionState&) const;
|
| HTMLOptionsCollection.cpp | 24 #include "bindings/v8/ExceptionState.h" 44 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionState& es) 49 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionState& es) 88 void HTMLOptionsCollection::setLength(unsigned length, ExceptionState& es) 111 bool HTMLOptionsCollection::anonymousIndexedSetterRemove(unsigned index, ExceptionState& es) 118 bool HTMLOptionsCollection::anonymousIndexedSetter(unsigned index, PassRefPtr<HTMLOptionElement> value, ExceptionState& es)
|
| HTMLSelectElement.h | 37 class ExceptionState; 63 void add(HTMLElement*, HTMLElement* beforeElement, ExceptionState&); 88 void setOption(unsigned index, HTMLOptionElement*, ExceptionState&); 89 void setLength(unsigned, ExceptionState&); 112 bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&); 113 bool anonymousIndexedSetterRemove(unsigned, ExceptionState&);
|
| InputType.h | 52 class ExceptionState; 138 virtual void setValueAsDate(double, ExceptionState&) const; 140 virtual void setValueAsDouble(double, TextFieldEventBehavior, ExceptionState&) const; 141 virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const; 166 virtual void stepUp(int, ExceptionState&); 308 void applyStep(int count, AnyStepHandling, TextFieldEventBehavior, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/core/html/track/ |
| TextTrackCueGeneric.h | 34 class ExceptionState; 49 virtual void setLine(int, ExceptionState&) OVERRIDE; 50 virtual void setPosition(int, ExceptionState&) OVERRIDE;
|
| /external/chromium_org/third_party/WebKit/Source/core/page/ |
| ImageBitmapFactories.cpp | 36 #include "bindings/v8/ExceptionState.h" 74 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLImageElement* image, ExceptionState& es) 80 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLImageElement* image, int sx, int sy, int sw, int sh, ExceptionState& es) 111 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLVideoElement* video, ExceptionState& es) 117 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& es) 151 ScriptObject createImageBitmap(EventTarget* eventTarget, CanvasRenderingContext2D* context, ExceptionState& es) 156 ScriptObject createImageBitmap(EventTarget* eventTarget, CanvasRenderingContext2D* context, int sx, int sy, int sw, int sh, ExceptionState& es) 161 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLCanvasElement* canvas, ExceptionState& es) 166 ScriptObject createImageBitmap(EventTarget* eventTarget, HTMLCanvasElement* canvas, int sx, int sy, int sw, int sh, ExceptionState& es) 184 ScriptObject createImageBitmap(EventTarget* eventTarget, ImageData* data, ExceptionState& es [all...] |
| Performance.h | 50 class ExceptionState; 83 void mark(const String& markName, ExceptionState&); 86 void measure(const String& measureName, const String& startMark, const String& endMark, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGColor.cpp | 25 #include "bindings/v8/ExceptionState.h" 61 void SVGColor::setRGBColor(const String&, ExceptionState& es) 68 void SVGColor::setRGBColorICCColor(const String&, const String&, ExceptionState& es) 73 void SVGColor::setColor(unsigned short, const String&, const String&, ExceptionState& es)
|
| SVGPreserveAspectRatio.h | 29 class ExceptionState; 57 void setAlign(unsigned short align, ExceptionState&); 60 void setMeetOrSlice(unsigned short, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
| RTCSessionDescription.cpp | 36 #include "bindings/v8/ExceptionState.h" 47 PassRefPtr<RTCSessionDescription> RTCSessionDescription::create(const Dictionary& dictionary, ExceptionState& es) 86 void RTCSessionDescription::setType(const String& type, ExceptionState& es) 99 void RTCSessionDescription::setSdp(const String& sdp, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
| IDBIndex.cpp | 29 #include "bindings/v8/ExceptionState.h" 59 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionState& es) 84 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionState& es) 93 PassRefPtr<IDBRequest> IDBIndex::count(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es) 113 PassRefPtr<IDBRequest> IDBIndex::count(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es) 122 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, const String& directionString, ExceptionState& es) 147 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionState& es) 156 PassRefPtr<IDBRequest> IDBIndex::get(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es) 165 PassRefPtr<IDBRequest> IDBIndex::get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es) 190 PassRefPtr<IDBRequest> IDBIndex::getKey(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es [all...] |
| IDBFactory.cpp | 32 #include "bindings/v8/ExceptionState.h" 78 PassRefPtr<IDBRequest> IDBFactory::getDatabaseNames(ScriptExecutionContext* context, ExceptionState& es) 93 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, unsigned long long version, ExceptionState& es) 103 PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ScriptExecutionContext* context, const String& name, int64_t version, ExceptionState& es) 125 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, ExceptionState& es) 131 PassRefPtr<IDBOpenDBRequest> IDBFactory::deleteDatabase(ScriptExecutionContext* context, const String& name, ExceptionState& es) 151 short IDBFactory::cmp(ScriptExecutionContext* context, const ScriptValue& firstValue, const ScriptValue& secondValue, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSPrimitiveValue.h | 38 class ExceptionState; 265 double getDoubleValue(unsigned short unitType, ExceptionState&) const; 269 void setFloatValue(unsigned short unitType, double floatValue, ExceptionState&); 270 float getFloatValue(unsigned short unitType, ExceptionState& es) const { return getValue<float>(unitType, es); } 274 int getIntValue(unsigned short unitType, ExceptionState& es) const { return getValue<int>(unitType, es); } 278 template<typename T> inline T getValue(unsigned short unitType, ExceptionState& es) const { return clampTo<T>(getDoubleValue(unitType, es)); } 282 void setStringValue(unsigned short stringType, const String& stringValue, ExceptionState&); 283 String getStringValue(ExceptionState&) const; 286 Counter* getCounterValue(ExceptionState&) const; 289 Rect* getRectValue(ExceptionState&) const [all...] |
| CSSStyleSheet.h | 39 class ExceptionState; 61 unsigned insertRule(const String& rule, unsigned index, ExceptionState&); 62 void deleteRule(unsigned index, ExceptionState&); 66 int addRule(const String& selector, const String& style, int index, ExceptionState&); 67 int addRule(const String& selector, const String& style, ExceptionState&); 68 void removeRule(unsigned index, ExceptionState& es) { deleteRule(index, es); }
|
| MediaList.h | 36 class ExceptionState; 83 void deleteMedium(const String& oldMedium, ExceptionState&); 84 void appendMedium(const String& newMedium, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8SVGLengthCustom.cpp | 34 #include "bindings/v8/ExceptionState.h" 46 ExceptionState es(info.GetIsolate()); 68 ExceptionState es(info.GetIsolate()); 90 ExceptionState es(args.GetIsolate());
|