Searched refs:this_ (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
D | nacltest.js | 83 var this_ = this; 95 this_.logLocal('RPC failure for ' + name + ': ' + message + ' - If you ' + 98 this_.disableRPC(); 107 this_.logLocal('Unexpected RPC response to ' + name + ': \'' + 110 this_.disableRPC(); 128 } else if (this_.rpc_available) { 138 if (this_.async) { 146 req.open('GET', url, this_.async); 148 if (!this_.async) { 515 var this_ = this; [all …]
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
D | progress_event_listener.js | 8 var this_ = this; 37 if (this_.expectedNext[event_type] == undefined) { 43 if (!(event_type in this_.expectedNext[this_.currentState])) { 44 console.log('unexpected ' + event_type + ' from ' + this_.currentState); 47 this_.currentState = event_type; 48 this_.stateHistogram[this_.currentState]++;
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/js/ |
D | webservice.js | 28 if (xhr.readyState < 4 && this_.onServerUnreachableOrTimeout != null)
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon61d229b40111::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/clang/include/clang/AST/ |
D | Type.h | 1076 ExtQuals *this_() { return this; } 1081 canon.isNull() ? QualType(this_(), 0) : canon), 1362 Type *this_() { return this; } 1367 canon.isNull() ? QualType(this_(), 0) : canon) { 4318 BaseType(QualType(this_(), 0)) {
|
D | ASTContext.h | 80 ASTContext &this_() { return *this; } in this_() function
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 607 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 6410 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6413 return this_->ParseBlockGroup(size, pos, len); in Parse() 6416 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 7397 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 7400 return this_->ParseBlockGroup(size, pos, len); in Parse() 7403 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 6413 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6416 return this_->ParseBlockGroup(size, pos, len); in Parse() 6419 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 728 : FunctionProtoTypes(this_()), in ASTContext() 729 TemplateSpecializationTypes(this_()), in ASTContext() 730 DependentTemplateSpecializationTypes(this_()), in ASTContext() 731 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
|