Searched defs:create_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwinping.h87 PIcmpCreateFile create_; member in class:rtc::WinPing
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h88 bool create_; member in class:__sanitizer::AddrHashMap::Handle
105 create_ = true;
115 create_ = true;
125 create_ = create;
235 if (h->remove_ || !h->create_) {
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc902 bool create_; member in class:MockDeathTestFactory
965 : create_(true),
980 create_ = create;
992 // Sets test to NULL (if create_ is false) or to the address of a new
994 // to SetParameters (if create_ is true). Always returns true.
1001 if (create_) {
/external/gtest/test/
H A Dgtest-death-test_test.cc841 bool create_; member in class:MockDeathTestFactory
904 : create_(true),
919 create_ = create;
931 // Sets test to NULL (if create_ is false) or to the address of a new
933 // to SetParameters (if create_ is true). Always returns true.
940 if (create_) {
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc744 bool create_; member in class:MockDeathTestFactory
806 : create_(true),
821 create_ = create;
833 // Sets test to NULL (if create_ is false) or to the address of a new
835 // to SetParameters (if create_ is true). Always returns true.
842 if (create_) {
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc90 char* (*create_)( member in struct:leveldb_filterpolicy_t
116 char* filter = (*create_)(state_, &key_pointers[0], &key_sizes[0], n, &len);
489 result->create_ = create_filter;
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_editor.js926 ImageEditor.Toolbar.prototype.create_ = function(tagName) {
946 var label = this.create_('span');
962 var button = this.create_('button');
965 var label = this.create_('span');
993 var range = this.create_('input');
1001 var numeric = this.create_('div');
1029 var label = this.create_('div');

Completed in 1740 milliseconds