Home
last modified time | relevance | path

Searched refs:kEmpty (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/
Denumerate_modules_model_unittest_win.cc99 static const char kEmpty[] = "";
112 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty,
117 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty,
122 { kMatchName, kEmpty, kEmpty, kVersionHigh, kVersionHigh,
127 { kMatchName, kMatchLocation, kEmpty, kEmpty, kEmpty,
132 { kMatchName, kMatchLocation, kEmpty, kEmpty, kEmpty,
137 { kMatchName, kMatchLocation, kEmpty, kEmpty, kEmpty,
142 { kMatchName, kMatchLocation, kEmpty, kVersionHigh, kVersionLow,
147 { kMatchName, kMatchLocation, kMatchSignature, kEmpty, kEmpty,
157 { kMatchName, kMatchLocation, kMatchDesc, kEmpty, kEmpty,
[all …]
/external/chromium/chrome/browser/ui/views/
Ddatabase_info_view.cc59 const std::wstring kEmpty; in ClearDatabaseDisplay() local
60 description_value_field_->SetText(kEmpty); in ClearDatabaseDisplay()
61 size_value_field_->SetText(kEmpty); in ClearDatabaseDisplay()
62 last_modified_value_field_->SetText(kEmpty); in ClearDatabaseDisplay()
/external/chromium/base/debug/
Dtrace_event_win_unittest.cc37 const char kEmpty[] = ""; variable
262 kEmpty, 0, in TEST_F()
264 kEmpty, 0); in TEST_F()
275 kEmpty, 0, in TEST_F()
277 kEmpty, 0); in TEST_F()
/external/chromium/net/spdy/
Dspdy_settings_storage.cc21 static const spdy::SpdySettings kEmpty; in Get() local
22 return kEmpty; in Get()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc434 static const FileDescriptorTables kEmpty; member in google::protobuf::FileDescriptorTables
500 const FileDescriptorTables FileDescriptorTables::kEmpty; member in google::protobuf::FileDescriptorTables
2436 placeholder_file->tables_ = &FileDescriptorTables::kEmpty; in NewPlaceholder()
2510 placeholder->tables_ = &FileDescriptorTables::kEmpty; in NewPlaceholderFile()