/external/chromium/chrome/browser/ |
enumerate_modules_model_unittest_win.cc | 99 static const char kEmpty[] = ""; 112 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty, 117 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty, 122 { kMatchName, kEmpty, kEmpty, kVersionHigh, kVersionHigh [all...] |
/external/chromium_org/chrome/browser/ |
enumerate_modules_model_unittest_win.cc | 102 static const char kEmpty[] = ""; 115 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty, kOs, 120 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty, kOs, 125 { kMatchName, kEmpty, kEmpty, kVersionHigh, kVersionHigh, kOs [all...] |
/external/chromium_org/v8/src/ |
circular-queue.h | 67 kEmpty, // Marks clean (processed) entries. 73 Entry() : marker(kEmpty) {}
|
circular-queue-inl.h | 60 Release_Store(&dequeue_pos_->marker, kEmpty); 68 if (Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
|
/external/chromium/net/spdy/ |
spdy_settings_storage.cc | 21 static const spdy::SpdySettings kEmpty; 22 return kEmpty;
|
/external/chromium_org/net/base/ |
address_tracker_linux_unittest.cc | 141 const IPAddressNumber kEmpty; 148 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty, 167 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET6, kEmpty, kAddr3, &buffer); 175 const IPAddressNumber kEmpty; 179 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty, 188 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty, 198 MakeAddrMessage(RTM_NEWADDR, IFA_F_TEMPORARY, AF_INET, kAddr0, kEmpty, 200 MakeAddrMessage(RTM_NEWADDR, IFA_F_HOMEADDRESS, AF_INET, kAddr0, kEmpty, 227 const IPAddressNumber kEmpty; 233 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kAddr0, kEmpty, &buffer) [all...] |
/external/chromium/chrome/browser/ui/views/ |
database_info_view.cc | 59 const std::wstring kEmpty; 60 description_value_field_->SetText(kEmpty); 61 size_value_field_->SetText(kEmpty); 62 last_modified_value_field_->SetText(kEmpty);
|
/external/chromium/base/debug/ |
trace_event_win_unittest.cc | 37 const char kEmpty[] = ""; 262 kEmpty, 0, 264 kEmpty, 0); 275 kEmpty, 0, 277 kEmpty, 0);
|
/external/chromium_org/base/debug/ |
trace_event_win_unittest.cc | 40 const char kEmpty[] = ""; 268 kEmpty, 0, 270 kEmpty, 0); 281 kEmpty, 0, 283 kEmpty, 0);
|
/external/chromium_org/components/policy/core/common/ |
policy_service_impl.cc | 197 const PolicyMap kEmpty; 205 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); 209 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty); 223 NotifyNamespaceUpdated(it_new->first, kEmpty, *it_new->second); 227 NotifyNamespaceUpdated(it_old->first, *it_old->second, kEmpty);
|
/external/chromium_org/chrome/common/custom_handlers/ |
protocol_handler.cc | 42 static const ProtocolHandler* const kEmpty = new ProtocolHandler(); 43 return *kEmpty;
|
/external/chromium_org/third_party/skia/include/core/ |
SkClipStack.h | 94 //!< Call if getType() is not kEmpty to get the set operation used to combine this element. 97 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased 101 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty. 119 static const SkRect kEmpty = { 0, 0, 0, 0 }; 126 return kEmpty; 129 return kEmpty;
|
/external/skia/include/core/ |
SkClipStack.h | 94 //!< Call if getType() is not kEmpty to get the set operation used to combine this element. 97 /** If getType() is not kEmpty this indicates whether the clip shape should be anti-aliased 101 //!< Inverts the fill of the clip shape. Note that a kEmpty element remains kEmpty. 119 static const SkRect kEmpty = { 0, 0, 0, 0 }; 126 return kEmpty; 129 return kEmpty;
|
/external/chromium_org/media/audio/ |
audio_output_controller.cc | 51 state_(kEmpty), 142 DCHECK_EQ(kEmpty, state_); 391 state_ = kEmpty;
|
audio_input_controller.h | 211 kEmpty,
|
audio_output_controller.h | 177 kEmpty,
|
audio_input_controller.cc | 40 state_(kEmpty), 49 DCHECK(kClosed == state_ || kCreated == state_ || kEmpty == state_);
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition_attribute_unittest.cc | 610 const std::string kEmpty[] = { 614 const size_t kEmptySizes[] = { arraysize(kEmpty) }; 615 GetArrayAsVector(kEmpty, kEmptySizes, 1u, &tests);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
hangoutpubsubclient.cc | 45 const char kEmpty[] = "";
|
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 434 static const FileDescriptorTables kEmpty; 500 const FileDescriptorTables FileDescriptorTables::kEmpty; [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.cc | 495 static const FileDescriptorTables kEmpty; 573 const FileDescriptorTables FileDescriptorTables::kEmpty; [all...] |