Searched refs:exceptionCode (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebKit/chromium/src/ |
D | WebStorageAreaImpl.cpp | 71 int exceptionCode = 0; in setItem() local 74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0); in setItem() 76 if (exceptionCode) { in setItem() 77 ASSERT(exceptionCode == WebCore::QUOTA_EXCEEDED_ERR); in setItem()
|
D | WebRange.cpp | 69 WebNode WebRange::startContainer(int& exceptionCode) const in startContainer() 71 return PassRefPtr<Node>(m_private->startContainer(exceptionCode)); in startContainer() 74 WebNode WebRange::endContainer(int& exceptionCode) const in endContainer() 76 return PassRefPtr<Node>(m_private->endContainer(exceptionCode)); in endContainer()
|
D | WebElement.cpp | 80 ExceptionCode exceptionCode = 0; in setAttribute() local 81 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode); in setAttribute() 82 return !exceptionCode; in setAttribute()
|
D | WebNode.cpp | 95 ExceptionCode exceptionCode = 0; in setNodeValue() local 96 m_private->setNodeValue(value, exceptionCode); in setNodeValue() 97 return !exceptionCode; in setNodeValue()
|
/external/webkit/WebCore/bindings/v8/ |
D | V8Proxy.h | 296 static void setDOMException(int exceptionCode); 358 static const char* rangeExceptionName(int exceptionCode); 359 static const char* eventExceptionName(int exceptionCode); 360 static const char* xmlHttpRequestExceptionName(int exceptionCode); 361 static const char* domExceptionName(int exceptionCode); 364 static const char* xpathExceptionName(int exceptionCode); 368 static const char* svgExceptionName(int exceptionCode);
|
D | V8Proxy.cpp | 646 void V8Proxy::setDOMException(int exceptionCode) in setDOMException() argument 648 if (exceptionCode <= 0) in setDOMException() 652 getExceptionCodeDescription(exceptionCode, description); in setDOMException()
|
/external/webkit/WebKit/chromium/public/ |
D | WebRange.h | 67 WEBKIT_API WebNode startContainer(int& exceptionCode) const; 68 WEBKIT_API WebNode endContainer(int& exceptionCode) const;
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8WebGLRenderingContextCustom.cpp | 136 ExceptionCode exceptionCode; in bufferDataCallback() local 137 context->bufferData(target, size, usage, exceptionCode); in bufferDataCallback() 140 ExceptionCode exceptionCode; in bufferDataCallback() local 141 context->bufferData(target, array, usage, exceptionCode); in bufferDataCallback() 177 ExceptionCode exceptionCode; in bufferSubDataCallback() local 178 context->bufferSubData(target, offset, array, exceptionCode); in bufferSubDataCallback()
|
/external/svox/pico/lib/ |
D | picoos.h | 234 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...);
|
D | picoos.c | 820 pico_status_t exceptionCode, picoos_char * baseMessage, picoos_char * fmt, ...) in picoos_emRaiseException() argument 825 if (PICO_OK == this->curExceptionCode && PICO_OK != exceptionCode) { in picoos_emRaiseException() 826 this->curExceptionCode = exceptionCode; in picoos_emRaiseException() 828 …picoos_vSetErrorMsg(this->curExceptionMessage,PICOOS_MAX_EXC_MSG_LEN, exceptionCode, baseMessage, … in picoos_emRaiseException()
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 27908 Converted all the code that used to call the DocumentImpl, and dealt with the exceptionCode, 30466 …:CSSMutableStyleDeclarationImpl::setCssText): Update to use QValueList and to take an exceptionCode 39738 (khtml::InputNewlineCommandImpl::doApply): No need to redeclare exceptionCode local.
|
D | ChangeLog-2008-08-10 | 80748 (WebCore::DatabaseOpenTask::exceptionCode):
|