Searched refs:other_ (Results 1 – 5 of 5) sorted by relevance
118 SimpleListener() : other_(NULL) { in SimpleListener()121 other_ = s; in Init()124 IPC::Sender* other_; member in __anon31a1b39b0111::SimpleListener171 return other_->Send(message); in RoundtripAckReply()
179 other_.reset(other.release()); in set_other()183 if (!other_.get()) { in mutable_other()184 other_.reset(new base::DictionaryValue()); in mutable_other()186 return other_.get(); in mutable_other()367 if (other_.get()) { in PrintForDebug()368 result += " OTHER=" + Serialize(other_.get()); in PrintForDebug()
150 const base::DictionaryValue* other() const { return other_.get(); } in other()207 scoped_ptr<base::DictionaryValue> other_; variable
67 other_(other) {} in TestWebContentsObserver()71 other_->NotifyNavigationStateChanged(static_cast<content::InvalidateTypes>( in WebContentsDestroyed()76 content::WebContents* other_; member in __anon10049e5b0111::TestWebContentsObserver
239 : other_(other) {} in CaseInsensitiveStringEquals()242 return x.size() == other_.size() && in operator ()()243 base::StringToLowerASCII(x) == base::StringToLowerASCII(other_); in operator ()()247 const base::string16& other_; member