Home
last modified time | relevance | path

Searched refs:is_callback (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/include/base/internal/
Dcef_bind_internal.h410 static constexpr bool is_callback = false;
425 static constexpr bool is_callback = false;
441 static constexpr bool is_callback = false;
455 static constexpr bool is_callback = false;
485 static constexpr bool is_callback = false;
507 static constexpr bool is_callback = false;
528 static constexpr bool is_callback = false;
544 static constexpr bool is_callback = false;
562 static constexpr bool is_callback = false;
578 static constexpr bool is_callback = false;
[all …]
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js1202 function IdlInterface(obj, is_callback, is_mixin) argument
1238 this._is_callback = is_callback;
1242 IdlInterface.prototype.is_callback = function() method in IdlInterface
1489 if (this.is_callback() && !this.has_constants()) {
1503 if (this.is_callback()) {
1576 if (!this.is_callback()) {
1602 if (!this.is_callback() || this.has_constants()) {
1633 if (this.is_callback()) {
1799 if (this.is_callback() && !this.has_constants()) {
1805 if (this.is_callback()) {
[all …]