Searched refs:IsFunction (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/extensions/renderer/
H A Duser_gestures_native_handler.cc38 CHECK(args[0]->IsFunction());
47 CHECK(args[0]->IsFunction());
H A Drender_view_observer_natives.cc62 CHECK(args[1]->IsFunction());
H A Dactivity_log_converter_strategy.cc24 if (object->IsFunction()) {
H A Dv8_context_native_handler.cc62 CHECK(args[0]->IsFunction());
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h59 : L(L), R(R), Differences(false), IsFunction(isa<Function>(L)) {}
63 bool IsFunction; member in struct:llvm::DiffConsumer::DiffContext
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8EventListener.cpp55 if (listener->IsFunction())
63 if (!property.IsEmpty() && property->IsFunction())
H A DV8NodeFilterCondition.cpp74 if (filter->IsFunction()) {
78 if (value.IsEmpty() || !value->IsFunction()) {
H A DScriptEventListener.cpp94 if (listenerObject->IsFunction()) {
99 if (property.IsEmpty() || !property->IsFunction()) {
103 if (!property.IsEmpty() && property->IsFunction())
H A DScriptPreprocessor.cpp68 if (preprocessorFunction.IsEmpty() || !preprocessorFunction->IsFunction()) {
H A DScriptValue.h101 return !value.IsEmpty() && value->IsFunction();
H A DV8ErrorHandler.cpp62 if (!listener.IsEmpty() && listener->IsFunction()) {
H A DV8EventListenerList.h95 || (isAttribute && !value->IsFunction()))
H A DV8WorkerGlobalScopeEventListener.cpp105 if (!listener.IsEmpty() && !listener->IsFunction())
H A DScriptFunctionCall.cpp149 ASSERT(value->IsFunction());
186 ASSERT(value->IsFunction());
H A DV8LazyEventListener.cpp176 ASSERT(result->IsFunction());
199 if (innerValue.IsEmpty() || !innerValue->IsFunction())
H A DPrivateScriptRunner.cpp150 if (!initializeFunction.IsEmpty() && initializeFunction->IsFunction()) {
245 if (getter.IsEmpty() || !getter->IsFunction()) {
269 if (setter.IsEmpty() || !setter->IsFunction()) {
289 if (method.IsEmpty() || !method->IsFunction()) {
H A DV8AbstractEventListener.cpp169 if (!m_listener.isEmpty() && !listener->IsFunction())
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8CustomXPathNSResolver.cpp65 if (lookupNamespaceURI->IsFunction())
69 if (lookupNamespaceURIFunc.IsEmpty() && !m_resolver->IsFunction()) {
H A DV8HTMLDocumentCustom.cpp72 if (!function->IsFunction()) {
H A DV8MutationObserverCustom.cpp55 if (!arg->IsFunction()) {
H A DV8WorkerGlobalScopeCustom.cpp73 } else if (function->IsFunction()) {
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8SQLTransactionCustom.cpp95 if (!info[2]->IsFunction()) {
107 if (!info[3]->IsFunction()) {
/external/chromium_org/extensions/renderer/guest_view/
H A Dguest_view_internal_custom_bindings.cc41 CHECK(args.Length() < 4 || args[3]->IsFunction());
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.cpp127 if (!fn_val->IsFunction()) {
/external/skia/experimental/SkV8Example/
H A DJsContext.cpp127 if (!fn_val->IsFunction()) {

Completed in 3642 milliseconds

123