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

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

Completed in 137 milliseconds