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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dwinping.h82 PIcmpCreateFile create_; member in class:talk_base::WinPing
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwinping.h104 PIcmpCreateFile create_; member in class:talk_base::WinPing
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc790 bool create_; member in class:MockDeathTestFactory
852 : create_(true),
867 create_ = create;
879 // Sets test to NULL (if create_ is false) or to the address of a new
881 // to SetParameters (if create_ is true). Always returns true.
888 if (create_) {
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc842 bool create_; member in class:MockDeathTestFactory
905 : create_(true),
920 create_ = create;
932 // Sets test to NULL (if create_ is false) or to the address of a new
934 // to SetParameters (if create_ is true). Always returns true.
941 if (create_) {
/external/gtest/test/
H A Dgtest-death-test_test.cc790 bool create_; member in class:MockDeathTestFactory
852 : create_(true),
867 create_ = create;
879 // Sets test to NULL (if create_ is false) or to the address of a new
881 // to SetParameters (if create_ is true). Always returns true.
888 if (create_) {
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-death-test_test.cc790 bool create_; member in class:MockDeathTestFactory
852 : create_(true),
867 create_ = create;
879 // Sets test to NULL (if create_ is false) or to the address of a new
881 // to SetParameters (if create_ is true). Always returns true.
888 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/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_editor.js911 ImageEditor.Toolbar.prototype.create_ = function(tagName) {
931 var label = this.create_('span');
947 var button = this.create_('button');
949 var label = this.create_('span');
976 var range = this.create_('input');
984 var numeric = this.create_('div');
1012 var label = this.create_('div');
/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;

Completed in 206 milliseconds