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

/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_actions.h150 const base::DictionaryValue* other() const { return other_.get(); }
207 scoped_ptr<base::DictionaryValue> other_; member in class:extensions::Action
H A Dactivity_actions.cc179 other_.reset(other.release());
183 if (!other_.get()) {
184 other_.reset(new base::DictionaryValue());
186 return other_.get();
367 if (other_.get()) {
368 result += " OTHER=" + Serialize(other_.get());
/external/chromium_org/ipc/
H A Dipc_fuzzing_tests.cc118 SimpleListener() : other_(NULL) {
121 other_ = s;
124 IPC::Sender* other_; member in class:__anon8478::SimpleListener
171 return other_->Send(message);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc67 other_(other) {}
71 other_->NotifyNavigationStateChanged(static_cast<content::InvalidateTypes>(
76 content::WebContents* other_; member in class:__anon5276::TestWebContentsObserver
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.cc239 : other_(other) {}
242 return x.size() == other_.size() &&
243 base::StringToLowerASCII(x) == base::StringToLowerASCII(other_);
247 const base::string16& other_; member in struct:autofill::__anon6324::CaseInsensitiveStringEquals
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1089 milliseconds