HomeSort by relevance Sort by last modified time
    Searched full:other_ (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_browsertest.cc 67 other_(other) {}
71 other_->NotifyNavigationStateChanged(static_cast<content::InvalidateTypes>(
76 content::WebContents* other_; member in class:__anon9901::TestWebContentsObserver
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.cc 179 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());
activity_actions.h 150 const base::DictionaryValue* other() const { return other_.get(); }
207 scoped_ptr<base::DictionaryValue> other_; member in class:extensions::Action
  /external/chromium_org/ipc/
ipc_fuzzing_tests.cc 118 SimpleListener() : other_(NULL) {
121 other_ = s;
124 IPC::Sender* other_; member in class:__anon13103::SimpleListener
171 return other_->Send(message);
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 140 goog.i18n.MessageFormat.OTHER_ = 'other';
323 option = parsedPattern[goog.i18n.MessageFormat.OTHER_];
372 option = parsedPattern[goog.i18n.MessageFormat.OTHER_];
644 goog.asserts.assertArray(result[goog.i18n.MessageFormat.OTHER_],
692 goog.asserts.assertArray(result[goog.i18n.MessageFormat.OTHER_],
746 goog.asserts.assertArray(result[goog.i18n.MessageFormat.OTHER_],
  /art/compiler/
elf_writer_quick.h 194 uint8_t other_; member in struct:art::FINAL::ElfSymtabBuilder::ElfSymbolState
elf_writer_quick.cc 682 sym.st_other = it->other_;
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 239 : other_(other) {}
242 return x.size() == other_.size() &&
243 base::StringToLowerASCII(x) == base::StringToLowerASCII(other_);
247 const base::string16& other_; member in struct:autofill::__anon10949::CaseInsensitiveStringEquals
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uprops.h 149 * ICU 2.6/uprops format version 3.2 stores full properties instead of "Other_".
  /external/icu/icu4c/source/common/
uprops.h 149 * ICU 2.6/uprops format version 3.2 stores full properties instead of "Other_".
  /external/chromium_org/base/test/
trace_event_analyzer.h 568 // Associate BEGIN and END events with each other. This allows Query(OTHER_*)
592 // |match| - This query is run on the |first| event. The OTHER_* EventMember
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 194 default: return "other_";
    [all...]

Completed in 382 milliseconds