Home
last modified time | relevance | path

Searched refs:clone_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/resources/print_preview/data/
Dmargins.js65 var newValue = this.clone_();
93 return this.clone_();
100 clone_: function() { method in Margins
/external/chromium_org/testing/gtest/include/gtest/internal/
Dgtest-internal.h1009 (this->*rhs.clone_)(rhs.array_, rhs.size_);
1013 if (clone_ != &NativeArray::InitRef)
1038 clone_ = &NativeArray::InitCopy;
1045 clone_ = &NativeArray::InitRef;
1050 void (NativeArray::*clone_)(const Element*, size_t);