Home
last modified time | relevance | path

Searched refs:other_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ipc/
Dipc_fuzzing_tests.cc118 SimpleListener() : other_(NULL) { in SimpleListener()
121 other_ = s; in Init()
124 IPC::Sender* other_; member in __anon31a1b39b0111::SimpleListener
171 return other_->Send(message); in RoundtripAckReply()
/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_actions.cc179 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()
Dactivity_actions.h150 const base::DictionaryValue* other() const { return other_.get(); } in other()
207 scoped_ptr<base::DictionaryValue> other_; variable
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_browsertest.cc67 other_(other) {} in TestWebContentsObserver()
71 other_->NotifyNavigationStateChanged(static_cast<content::InvalidateTypes>( in WebContentsDestroyed()
76 content::WebContents* other_; member in __anon10049e5b0111::TestWebContentsObserver
/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.cc239 : 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