Home
last modified time | relevance | path

Searched refs:interceptor (Results 1 – 19 of 19) sorted by relevance

/third_party/cef/tests/ceftests/
Dv8_unittest.cc1104 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorTest() local
1105 CefRefPtr<CefV8Interceptor> interceptorPtr(interceptor); in RunObjectInterceptorTest()
1108 CefV8Value::CreateObject(nullptr, interceptor); in RunObjectInterceptorTest()
1110 interceptor->object_ = object; in RunObjectInterceptorTest()
1117 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest()
1118 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest()
1123 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest()
1124 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest()
1129 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest()
1130 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest()
[all …]
/third_party/cef/tests/cefclient/renderer/
Dperformance_test_tests.cc224 CefRefPtr<CefV8Interceptor> interceptor = new Interceptor(); in PERF_TEST_FUNC() local
227 CefRefPtr<CefV8Value> value = CefV8Value::CreateObject(nullptr, interceptor); in PERF_TEST_FUNC()
/third_party/mesa3d/src/drm-shim/
DREADME.md14 - Can easily break gdb if the libc interceptor code is what's broken.
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts45 tap(interceptor: (object: T) => void): T;
219 tap(interceptor: (object: T) => void): ChainedObject<T>;
328 tap(interceptor: (object: T[]) => void): ChainedArray<T>;
379 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>;
598 tap<T>(object: T, interceptor: (object: T) => void): T;
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc118 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject() argument
126 CefV8InterceptorCppToC::Wrap(interceptor)); in CreateObject()
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc119 cef_v8interceptor_t* interceptor) { in cef_v8value_create_object() argument
127 CefV8InterceptorCToCpp::Wrap(interceptor)); in cef_v8value_create_object()
/third_party/cef/include/
Dcef_v8.h499 CefRefPtr<CefV8Interceptor> interceptor);
/third_party/cef/include/capi/
Dcef_v8_capi.h785 cef_v8interceptor_t* interceptor);
/third_party/typescript/tests/baselines/reference/
DunderscoreTest1.js47 tap(interceptor: (object: T) => void): T;
221 tap(interceptor: (object: T) => void): ChainedObject<T>;
330 tap(interceptor: (object: T[]) => void): ChainedArray<T>;
381 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>;
600 tap<T>(object: T, interceptor: (object: T) => void): T;
DunderscoreTest1.errors.txt317 tap(interceptor: (object: T) => void): T;
491 tap(interceptor: (object: T) => void): ChainedObject<T>;
600 tap(interceptor: (object: T[]) => void): ChainedArray<T>;
651 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>;
870 tap<T>(object: T, interceptor: (object: T) => void): T;
DunderscoreTest1.types1231 >_.chain([1, 2, 3, 200]) .filter(function (num) { return num % 2 == 0; }) .tap : (interceptor
1255 >tap : (interceptor: (object: number[]) => void) => Underscore.ChainedArray<number>
1823 tap(interceptor: (object: T) => void): T;
1824 >tap : (interceptor: (object: T) => void) => T
1825 >interceptor : (object: T) => void
2534 tap(interceptor: (object: T) => void): ChainedObject<T>;
2535 >tap : (interceptor: (object: T) => void) => ChainedObject<T>
2536 >interceptor : (object: T) => void
2975 tap(interceptor: (object: T[]) => void): ChainedArray<T>;
2976 >tap : (interceptor: (object: T[]) => void) => ChainedArray<T>
[all …]
DunderscoreTest1.symbols1116 tap(interceptor: (object: T) => void): T;
1118 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 43, 12))
2175 tap(interceptor: (object: T) => void): ChainedObject<T>;
2177 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 217, 12))
2901 tap(interceptor: (object: T[]) => void): ChainedArray<T>;
2903 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 326, 12))
3298 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>;
3300 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 377, 12))
4751 tap<T>(object: T, interceptor: (object: T) => void): T;
4756 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 596, 25))
/third_party/cef/libcef/renderer/
Dv8_impl.cc265 inline void SetInterceptor(CefRefPtr<CefV8Interceptor> interceptor) { in SetInterceptor() argument
266 interceptor_ = interceptor; in SetInterceptor()
1307 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject() argument
1322 if (interceptor.get()) { in CreateObject()
1347 tracker->SetInterceptor(interceptor); in CreateObject()
/third_party/iowow/
DChangelog234 * Added wal locking interceptor to WAL opts
479 * Added iwkv_puth() with provided old value interceptor: `IWKV_PUT_HANDLER` (iwkv.h)
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc1505 struct _cef_v8interceptor_t* interceptor) { in cef_v8value_create_object() argument
1506 return g_libcef_pointers.cef_v8value_create_object(accessor, interceptor); in cef_v8value_create_object()
/third_party/typescript/tests/baselines/reference/user/
Dlodash.log358 …ext; plant: (value: any) => any; reverse: () => any; tap: (value: any, interceptor: Function) => a…
/third_party/grpc/
DBUILD.gn1585 "${GRPC_DIR}/include/grpcpp/impl/codegen/interceptor.h",
1638 "${GRPC_DIR}/include/grpcpp/support/interceptor.h",
/third_party/chromium/patch/
D0001-cve.patch151245 + // The interceptor declined to handle the operation, so proceed defining
151246 + // own property without the interceptor.
D0003-ohos-1115.patch25346 +#include "gin/interceptor.h"