Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_browsertest.cc26 other_(other) {} in TestWebContentsObserver()
31 other_->NotifyNavigationStateChanged( in WebContentsDestroyed()
36 content::WebContents* other_; member in __anon60df076e0111::TestWebContentsObserver
/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_actions.cc98 other_.reset(other.release()); in set_other()
102 if (!other_.get()) { in mutable_other()
103 other_.reset(new DictionaryValue()); in mutable_other()
105 return other_.get(); in mutable_other()
282 if (other_.get()) { in PrintForDebug()
283 result += " OTHER=" + Serialize(other_.get()); in PrintForDebug()
Dactivity_actions.h99 const DictionaryValue* other() const { return other_.get(); } in other()
138 scoped_ptr<DictionaryValue> other_; variable
/external/chromium_org/ipc/
Dipc_fuzzing_tests.cc118 SimpleListener() : other_(NULL) { in SimpleListener()
121 other_ = s; in Init()
124 IPC::Sender* other_; member in __anone6e3ba4e0111::SimpleListener
171 return other_->Send(message); in RoundtripAckReply()