Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
Dnacltest.js83 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/
Dprogress_event_listener.js8 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/
Dwebservice.js28 if (xhr.readyState < 4 && this_.onServerUnreachableOrTimeout != null)
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon61d229b40111::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/external/clang/include/clang/AST/
DType.h1076 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)) {
DASTContext.h80 ASTContext &this_() { return *this; } in this_() function
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp607 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvparser.cpp6410 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/
Dmkvparser.cpp7397 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/
Dmkvparser.cpp6413 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/
DASTContext.cpp728 : FunctionProtoTypes(this_()), in ASTContext()
729 TemplateSpecializationTypes(this_()), in ASTContext()
730 DependentTemplateSpecializationTypes(this_()), in ASTContext()
731 SubstTemplateTemplateParmPacks(this_()), in ASTContext()