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

1 2 3

  /external/llvm/tools/llvm-diff/
DiffConsumer.h 59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction;
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListener.cpp 55 if (listener->IsFunction())
63 if (!property.IsEmpty() && property->IsFunction())
V8NodeFilterCondition.cpp 68 if (filter->IsFunction())
72 if (!value->IsFunction()) {
V8Callback.h 66 if (!value->IsFunction()) {
ScriptFunctionCall.cpp 134 ASSERT(value->IsFunction());
169 ASSERT(value->IsFunction());
196 ASSERT(m_function.v8Value()->IsFunction());
ScriptValue.h 113 bool isFunction() const
117 return !value.IsEmpty() && value->IsFunction();
V8ErrorHandler.cpp 65 if (!listener.IsEmpty() && listener->IsFunction()) {
V8EventListenerList.h 96 || (isAttribute && !value->IsFunction()))
V8LazyEventListener.cpp 169 ASSERT(result->IsFunction());
192 if (innerValue.IsEmpty() || !innerValue->IsFunction())
V8AbstractEventListener.cpp 173 if (!m_listener.isEmpty() && !listener->IsFunction())
V8WorkerGlobalScopeEventListener.cpp 114 if (!listener.IsEmpty() && !listener->IsFunction())
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomXPathNSResolver.cpp 69 if (lookupNamespaceURI->IsFunction())
73 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
V8SQLTransactionCustom.cpp 95 if (!info[2]->IsFunction()) {
104 if (!info[3]->IsFunction()) {
V8HTMLDocumentCustom.cpp 69 if (!function->IsFunction()) {
V8MutationObserverCustom.cpp 54 if (!arg->IsFunction()) {
V8WorkerGlobalScopeCustom.cpp 74 } else if (function->IsFunction()) {
V8InjectedScriptManager.cpp 99 ASSERT(value->IsFunction());
V8InjectedScriptHostCustom.cpp 204 if (!value->IsFunction())
381 if (!fn->IsFunction())
425 if (info.Length() > 0 && info[0]->IsFunction()) {
  /external/chromium_org/chrome/renderer/extensions/
render_view_observer_natives.cc 67 CHECK(args[1]->IsFunction());
activity_log_converter_strategy.cc 39 if (value->IsFunction()) {
webstore_bindings.cc 97 if (!args[1]->IsUndefined() && !args[1]->IsFunction()) {
103 if (!args[2]->IsUndefined() && !args[2]->IsFunction()) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebDevToolsFrontendImpl.cpp 152 if (!dispatchFunction->IsFunction()) {
158 if (!dispatchFunction->IsFunction())
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 519 !args[1]->IsFunction() ||
608 !args[4]->IsFunction() ||
659 !args[2]->IsFunction() ||
757 if (!args[0]->IsFunction())
805 !args[1]->IsFunction() ||
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 396 bool IsFunction = false;
409 IsFunction = !GVar;
416 if (IsExternal || IsFunction || IsCommon || IsAvailExt || MO.isJTI())
475 bool IsFunction = false;
485 IsFunction = !GVar;
489 if (IsFunction || IsExternal)
    [all...]
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 103 EXPECT_TRUE(functionProperty->IsFunction());
262 ASSERT_TRUE(functionProperty->IsFunction());

Completed in 98 milliseconds

1 2 3