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

/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A 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_
[all...]
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/
H A Dprogress_event_listener.js8 var this_ = this;
35 // The index values of this_.expectedNext are the only valid states.
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/
H A Dwebservice.js28 if (xhr.readyState < 4 && this_.onServerUnreachableOrTimeout != null)
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon26399::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
/external/clang/include/clang/AST/
H A DType.h1076 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1081 canon.isNull() ? QualType(this_(), 0) : canon),
1362 Type *this_() { return this; } function in class:clang::Type
1367 canon.isNull() ? QualType(this_(), 0) : canon) {
4318 BaseType(QualType(this_(), 0)) {
H A DASTContext.h80 ASTContext &this_() { return *this; } function in class:clang::ASTContext
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp607 constexpr C(C *this_) : m(42), n(this_->m) {} // ok
/external/clang/lib/AST/
H A DASTContext.cpp728 : FunctionProtoTypes(this_()),
729 TemplateSpecializationTypes(this_()),
730 DependentTemplateSpecializationTypes(this_()),
731 SubstTemplateTemplateParmPacks(this_()),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6410 Cluster* const this_ = const_cast<Cluster*>(this);
6413 return this_->ParseBlockGroup(size, pos, len);
6416 return this_->ParseSimpleBlock(size, pos, len);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp7397 Cluster* const this_ = const_cast<Cluster*>(this);
7400 return this_->ParseBlockGroup(size, pos, len);
7403 return this_->ParseSimpleBlock(size, pos, len);
/external/libvpx/libwebm/
H A Dmkvparser.cpp6413 Cluster* const this_ = const_cast<Cluster*>(this);
6416 return this_->ParseBlockGroup(size, pos, len);
6419 return this_->ParseSimpleBlock(size, pos, len);

Completed in 2161 milliseconds