HomeSort by relevance Sort by last modified time
    Searched refs:outer_ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.h 58 ParseHandler(XmppStanzaParser * outer) : outer_(outer) {}
61 { outer_->IncomingStartElement(pctx, name, atts); }
64 { outer_->IncomingEndElement(pctx, name); }
67 { outer_->IncomingCharacterData(pctx, text, len); }
70 { outer_->IncomingError(pctx, errCode); }
72 XmppStanzaParser * const outer_; member in class:buzz::XmppStanzaParser::ParseHandler
xmppengineimpl.h 210 StanzaParseHandler(XmppEngineImpl* outer) : outer_(outer) {}
214 outer_->IncomingStart(stream);
217 outer_->IncomingStanza(stanza);
220 outer_->IncomingEnd(false);
223 outer_->IncomingEnd(true);
227 XmppEngineImpl* const outer_; member in class:buzz::XmppEngineImpl::StanzaParseHandler
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.cc 46 return outer_->legacy_hash_store_contents_
47 ? outer_->legacy_hash_store_contents_.get()
52 return outer_->legacy_hash_store_contents_
53 ? outer_->legacy_hash_store_contents_.get()
57 PrefHashStoreImpl* outer_; member in class:PrefHashStoreImpl::PrefHashStoreTransactionImpl
90 : outer_(outer),
94 if (!outer_->use_super_mac_)
108 outer_->pref_hash_calculator_.Validate(
115 if (super_mac_dirty_ && outer_->use_super_mac_) {
118 contents()->SetSuperMac(outer_->pref_hash_calculator_.Calculate
    [all...]
pref_hash_filter_unittest.cc 167 : outer_(outer) {}
170 outer_->transaction_active_ = false;
171 ++outer_->transactions_performed_;
194 MockPrefHashStore* outer_; member in class:MockPrefHashStore::MockPrefHashStoreTransaction
287 return outer_->RecordCheckValue(path, value,
294 outer_->RecordStoreHash(path, new_value,
306 invalid_keys_result = outer_->invalid_keys_results_.find(path);
307 if (invalid_keys_result != outer_->invalid_keys_results_.end()) {
313 return outer_->RecordCheckValue(path, initial_split_value,
320 outer_->RecordStoreHash(path, new_value
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store.cc 13 : outer_(outer),
25 PrefStore::Observer, outer_->observers_, OnPrefValueChanged(key));
38 if (successful_sub_initializations_ == 2 && outer_->read_error_delegate_) {
39 PersistentPrefStore::PrefReadError read_error = outer_->GetReadError();
41 outer_->read_error_delegate_->OnError(read_error);
46 outer_->observers_,
segregated_pref_store.h 82 SegregatedPrefStore* outer_; member in class:SegregatedPrefStore::AggregatingObserver
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 321 AstContext* outer_; member in class:v8::internal::compiler::BASE_EMBEDDED
402 outer_(owner->current_context()),
410 owner_->set_current_context(outer_);
419 Node* outer_; member in class:v8::internal::compiler::BASE_EMBEDDED
ast-graph-builder.cc 237 : kind_(kind), owner_(own), outer_(own->ast_context()) {
246 owner()->set_ast_context(outer_); // Pop.
    [all...]
  /external/chromium_org/v8/src/
lithium.h 412 outer_(outer),
427 LEnvironment* outer() const { return outer_; }
530 LEnvironment* outer_; member in class:v8::internal::FINAL
hydrogen.h 574 HEnvironment* outer() const { return outer_; }
663 HEnvironment* outer = outer_;
664 while (outer->frame_type() != JS_FUNCTION) outer = outer->outer_;
737 HEnvironment* outer_; member in class:v8::internal::FINAL
811 AstContext* outer_; member in class:v8::internal::AstContext
913 FunctionState* outer() { return outer_; }
964 FunctionState* outer_; member in class:v8::internal::FINAL
    [all...]
hydrogen.cc     [all...]

Completed in 1075 milliseconds