HomeSort by relevance Sort by last modified time
    Searched refs:BooleanValue (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8DeviceOrientationEventCustom.cpp 39 bool bubbles = info[1]->BooleanValue();
40 bool cancelable = info[2]->BooleanValue();
50 bool absolute = info[6]->BooleanValue();
V8CustomSQLStatementErrorCallback.cpp 79 return exceptionCatcher.HasCaught() || (!result.IsEmpty() && result->BooleanValue());
V8DeviceMotionEventCustom.cpp 108 bool bubbles = info[1]->BooleanValue();
109 bool cancelable = info[2]->BooleanValue();
  /external/chromium_org/v8/src/extensions/
gc-extension.cc 22 args[0]->BooleanValue() ? v8::Isolate::kMinorGarbageCollection
  /external/chromium_org/extensions/renderer/
send_request_natives.cc 43 bool has_callback = args[3]->BooleanValue();
44 bool for_io_thread = args[4]->BooleanValue();
45 bool preserve_null_in_objects = args[5]->BooleanValue();
app_window_custom_bindings.cc 84 bool inject_titlebar = args[1]->BooleanValue();
logging_native_handler.cc 70 *check_value = args[0]->BooleanValue();
messaging_bindings.cc 146 bool notify_browser = args[1]->BooleanValue();
317 *port_created |= retval->BooleanValue();
338 if (!has_port->BooleanValue())
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathValue.cpp 81 case BooleanValue:
117 case BooleanValue:
141 case BooleanValue:
XPathValue.h 63 enum Type { NodeSetValue, BooleanValue, NumberValue, StringValue };
85 bool isBoolean() const { return m_type == BooleanValue; }
106 : m_type(BooleanValue)
XPathPredicate.h 88 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
100 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
XPathFunctions.cpp 134 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
139 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
178 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
183 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
188 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
193 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
198 virtual Value::Type resultType() const OVERRIDE { return Value::BooleanValue; }
XPathResult.cpp 48 case Value::BooleanValue:
145 bool XPathResult::booleanValue(ExceptionState& exceptionState) const
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8HTMLCanvasElementCustom.cpp 64 webGLAttributes->setAlpha(jsAttributes->Get(alpha)->BooleanValue());
67 webGLAttributes->setDepth(jsAttributes->Get(depth)->BooleanValue());
70 webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue());
73 webGLAttributes->setAntialias(jsAttributes->Get(antialias)->BooleanValue());
76 webGLAttributes->setPremultipliedAlpha(jsAttributes->Get(premultipliedAlpha)->BooleanValue());
79 webGLAttributes->setPreserveDrawingBuffer(jsAttributes->Get(preserveDrawingBuffer)->BooleanValue());
82 webGLAttributes->setFailIfMajorPerformanceCaveat(jsAttributes->Get(failIfMajorPerformanceCaveat)->BooleanValue());
91 canvas2DAttributes->setAlpha(jsAttributes->Get(alpha)->BooleanValue());
V8CustomEventCustom.cpp 86 TONATIVE_VOID(bool, canBubbleArg, info[1]->BooleanValue());
87 TONATIVE_VOID(bool, cancelableArg, info[2]->BooleanValue());
V8MessageEventCustom.cpp 110 TONATIVE_VOID(bool, canBubbleArg, info[1]->BooleanValue());
111 TONATIVE_VOID(bool, cancelableArg, info[2]->BooleanValue());
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerRegistration.cpp 23 class BooleanValue {
33 BooleanValue();
119 m_provider->unregisterServiceWorker(scopeURL, new CallbackPromiseAdapter<BooleanValue, ServiceWorkerError>(resolver));
ServiceWorkerContainer.cpp 143 class BooleanValue {
153 BooleanValue();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ErrorHandler.cpp 93 return returnValue->IsBoolean() && returnValue->BooleanValue();
V8AbstractEventListener.cpp 163 return returnValue->IsBoolean() && !returnValue->BooleanValue();
V8NPUtils.cpp 60 BOOLEAN_TO_NPVARIANT(object->BooleanValue(), *result);
  /external/chromium_org/chrome/renderer/extensions/
webstore_bindings.cc 68 if (args[0]->BooleanValue())
71 if (args[1]->BooleanValue())
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc     [all...]
  /external/chromium_org/chrome/renderer/translate/
translate_script_browsertest.cc 136 return result->BooleanValue();
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_browsertest.cc 125 *result = value->BooleanValue();

Completed in 829 milliseconds

1 2 3