HomeSort by relevance Sort by last modified time
    Searched defs:exceptionCode (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/
ActivityManager.cpp 42 int32_t exceptionCode = reply.readExceptionCode();
43 if (!exceptionCode) {
52 String8(uri).string(), exceptionCode);
  /external/webkit/WebKit/chromium/src/
WebElement.cpp 80 ExceptionCode exceptionCode = 0;
81 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode);
82 return !exceptionCode;
WebStorageAreaImpl.cpp 36 #include "ExceptionCode.h"
71 int exceptionCode = 0;
74 oldValue = m_storageArea->setItem(key, value, exceptionCode, 0);
76 if (exceptionCode) {
77 ASSERT(exceptionCode == WebCore::QUOTA_EXCEEDED_ERR);
WebNode.cpp 95 ExceptionCode exceptionCode = 0;
96 m_private->setNodeValue(value, exceptionCode);
97 return !exceptionCode;
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 37 #include "ExceptionCode.h"
136 ExceptionCode exceptionCode;
137 context->bufferData(target, size, usage, exceptionCode);
140 ExceptionCode exceptionCode;
141 context->bufferData(target, array, usage, exceptionCode);
177 ExceptionCode exceptionCode;
178 context->bufferSubData(target, offset, array, exceptionCode);
    [all...]

Completed in 86 milliseconds