| /external/chromium_org/third_party/WebKit/Source/core/xml/ |
| XPathParser.h | 35 class ExceptionState; 67 Expression* parseStatement(const String& statement, PassRefPtr<XPathNSResolver>, ExceptionState&);
|
| /external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
| WebKitMediaSource.cpp | 34 #include "bindings/v8/ExceptionState.h" 72 WebKitSourceBuffer* WebKitMediaSource::addSourceBuffer(const String& type, ExceptionState& es) 111 void WebKitMediaSource::removeSourceBuffer(WebKitSourceBuffer* buffer, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| Node.h | 58 class ExceptionState; 195 void remove(ExceptionState&); 207 void insertBefore(PassRefPtr<Node> newChild, Node* refChild, ExceptionState&, AttachBehavior = AttachNow); 208 void replaceChild(PassRefPtr<Node> newChild, Node* oldChild, ExceptionState&, AttachBehavior = AttachNow); 209 void removeChild(Node* child, ExceptionState&); 210 void appendChild(PassRefPtr<Node> newChild, ExceptionState&, AttachBehavior = AttachNow); 217 virtual void setPrefix(const AtomicString&, ExceptionState&); 228 void setTextContent(const String&, ExceptionState&); 512 void checkSetPrefix(const AtomicString& prefix, ExceptionState&); 637 PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&) [all...] |
| CharacterData.cpp | 25 #include "bindings/v8/ExceptionState.h" 60 String CharacterData::substringData(unsigned offset, unsigned count, ExceptionState& es) 119 void CharacterData::insertData(unsigned offset, const String& data, ExceptionState& es) 134 void CharacterData::deleteData(unsigned offset, unsigned count, ExceptionState& es) 155 void CharacterData::replaceData(unsigned offset, unsigned count, const String& data, ExceptionState& es)
|
| Attr.cpp | 27 #include "bindings/v8/ExceptionState.h" 94 void Attr::setPrefix(const AtomicString& prefix, ExceptionState& es) 128 void Attr::setValue(const AtomicString& value, ExceptionState&)
|
| DatasetDOMStringMap.cpp | 29 #include "bindings/v8/ExceptionState.h" 180 void DatasetDOMStringMap::setItem(const String& name, const String& value, ExceptionState& es) 190 void DatasetDOMStringMap::deleteItem(const String& name, ExceptionState& es)
|
| MessagePort.cpp | 30 #include "bindings/v8/ExceptionState.h" 60 void MessagePort::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, ExceptionState& es) 193 PassOwnPtr<MessagePortChannelArray> MessagePort::disentanglePorts(const MessagePortArray* ports, ExceptionState& es)
|
| NodeIterator.cpp | 28 #include "bindings/v8/ExceptionState.h" 94 PassRefPtr<Node> NodeIterator::nextNode(ScriptState* state, ExceptionState& es) 123 PassRefPtr<Node> NodeIterator::previousNode(ScriptState* state, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
| IDBObjectStore.cpp | 29 #include "bindings/v8/ExceptionState.h" 73 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es) 97 PassRefPtr<IDBRequest> IDBObjectStore::get(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es) 128 PassRefPtr<IDBRequest> IDBObjectStore::add(ScriptState* state, ScriptValue& value, const ScriptValue& key, ExceptionState& es) 134 PassRefPtr<IDBRequest> IDBObjectStore::put(ScriptState* state, ScriptValue& value, const ScriptValue& key, ExceptionState& es) 140 PassRefPtr<IDBRequest> IDBObjectStore::put(IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBAny> source, ScriptState* state, ScriptValue& value, const ScriptValue& keyValue, ExceptionState& es) 148 PassRefPtr<IDBRequest> IDBObjectStore::put(IDBDatabaseBackendInterface::PutMode putMode, PassRefPtr<IDBAny> source, ScriptState* state, ScriptValue& value, PassRefPtr<IDBKey> prpKey, ExceptionState& es) 168 // FIXME: Make serialize etc take an ExceptionState or use ScriptState::setDOMException. 236 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ScriptExecutionContext* context, PassRefPtr<IDBKeyRange> keyRange, ExceptionState& es) 265 PassRefPtr<IDBRequest> IDBObjectStore::deleteFunction(ScriptExecutionContext* context, const ScriptValue& key, ExceptionState& es [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8NodeCustom.cpp | 49 #include "bindings/v8/ExceptionState.h" 69 ExceptionState es(args.GetIsolate()); 86 ExceptionState es(args.GetIsolate()); 102 ExceptionState es(args.GetIsolate()); 118 ExceptionState es(args.GetIsolate());
|
| /external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
| FileError.cpp | 34 #include "bindings/v8/ExceptionState.h" 51 void FileError::throwDOMException(ExceptionState& es, ErrorCode code)
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| SVGPaint.cpp | 25 #include "bindings/v8/ExceptionState.h" 66 void SVGPaint::setPaint(unsigned short, const String&, const String&, const String&, ExceptionState& es)
|
| SVGLength.cpp | 27 #include "bindings/v8/ExceptionState.h" 141 void SVGLength::setValueAsString(const String& valueAsString, SVGLengthMode mode, ExceptionState& es) 189 float SVGLength::value(const SVGLengthContext& context, ExceptionState& es) const 194 void SVGLength::setValue(const SVGLengthContext& context, float value, SVGLengthMode mode, SVGLengthType unitType, ExceptionState& es) 200 void SVGLength::setValue(float value, const SVGLengthContext& context, ExceptionState& es) 236 void SVGLength::setValueAsString(const String& string, ExceptionState& es) 262 void SVGLength::newValueSpecifiedUnits(unsigned short type, float value, ExceptionState& es) 273 void SVGLength::convertToSpecifiedUnits(unsigned short type, const SVGLengthContext& context, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/core/workers/ |
| SharedWorker.cpp | 35 #include "bindings/v8/ExceptionState.h" 54 PassRefPtr<SharedWorker> SharedWorker::create(ScriptExecutionContext* context, const String& url, const String& name, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
| KeyOperation.cpp | 35 #include "bindings/v8/ExceptionState.h" 108 ScriptObject KeyOperation::returnValue(ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/encoding/ |
| TextEncoder.cpp | 36 #include "bindings/v8/ExceptionState.h" 42 PassRefPtr<TextEncoder> TextEncoder::create(const String& utfLabel, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/notifications/ |
| NotificationCenter.h | 35 #include "bindings/v8/ExceptionState.h" 59 PassRefPtr<Notification> createNotification(const String& iconURI, const String& title, const String& body, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
| DefaultAudioDestinationNode.cpp | 31 #include "bindings/v8/ExceptionState.h" 113 void DefaultAudioDestinationNode::setChannelCount(unsigned long channelCount, ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
| SQLTransactionBackendSync.cpp | 35 #include "bindings/v8/ExceptionState.h" 73 PassRefPtr<SQLResultSet> SQLTransactionBackendSync::executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments, ExceptionState& es) 130 void SQLTransactionBackendSync::begin(ExceptionState& es) 181 void SQLTransactionBackendSync::execute(ExceptionState& es) 195 void SQLTransactionBackendSync::commit(ExceptionState& es)
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| HTMLInputElement.cpp | 35 #include "bindings/v8/ExceptionState.h" 334 void HTMLInputElement::stepUp(int n, ExceptionState& es) 339 void HTMLInputElement::stepDown(int n, ExceptionState& es) 550 int HTMLInputElement::selectionStartForBinding(ExceptionState& es) const 559 int HTMLInputElement::selectionEndForBinding(ExceptionState& es) const 568 String HTMLInputElement::selectionDirectionForBinding(ExceptionState& es) const 577 void HTMLInputElement::setSelectionStartForBinding(int start, ExceptionState& es) 586 void HTMLInputElement::setSelectionEndForBinding(int end, ExceptionState& es) 595 void HTMLInputElement::setSelectionDirectionForBinding(const String& direction, ExceptionState& es) 604 void HTMLInputElement::setSelectionRangeForBinding(int start, int end, ExceptionState& es [all...] |
| BaseDateAndTimeInputType.cpp | 55 void BaseDateAndTimeInputType::setValueAsDate(double value, ExceptionState&) const 66 void BaseDateAndTimeInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionState&) const
|
| HTMLProgressElement.cpp | 26 #include "bindings/v8/ExceptionState.h" 102 void HTMLProgressElement::setValue(double value, ExceptionState& es) 117 void HTMLProgressElement::setMax(double max, ExceptionState& es)
|
| TimeRanges.cpp | 29 #include "bindings/v8/ExceptionState.h" 105 double TimeRanges::start(unsigned index, ExceptionState& es) const 114 double TimeRanges::end(unsigned index, ExceptionState& es) const
|
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| CSSValue.h | 32 class ExceptionState; 64 void setCssText(const String&, ExceptionState&) { } // FIXME: Not implemented.
|
| /external/chromium_org/third_party/WebKit/Source/core/html/track/ |
| TextTrackCueGeneric.cpp | 119 void TextTrackCueGeneric::setLine(int line, ExceptionState& es) 125 void TextTrackCueGeneric::setPosition(int position, ExceptionState& es)
|