Searched refs:kEmpty (Results 1 - 23 of 23) sorted by relevance

/external/chromium/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc99 static const char kEmpty[] = ""; variable
112 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty,
117 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty,
122 { kMatchName, kEmpty, kEmpty, kVersionHig
[all...]
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_unittest_win.cc102 static const char kEmpty[] = ""; variable
115 { kMatchName, kNoMatchLocation, kEmpty, kEmpty, kEmpty, kOs,
120 { kMatchName, kEmpty, kEmpty, kEmpty, kEmpty, kOs,
125 { kMatchName, kEmpty, kEmpty, kVersionHig
[all...]
/external/chromium_org/v8/src/
H A Dcircular-queue.h67 kEmpty, // Marks clean (processed) entries. enumerator in enum:v8::internal::SamplingCircularQueue::__anon15546
73 Entry() : marker(kEmpty) {}
H A Dcircular-queue-inl.h60 Release_Store(&dequeue_pos_->marker, kEmpty);
68 if (Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
/external/chromium/net/spdy/
H A Dspdy_settings_storage.cc21 static const spdy::SpdySettings kEmpty; local
22 return kEmpty;
/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc141 const IPAddressNumber kEmpty; local
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; local
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; local
233 MakeAddrMessage(RTM_NEWADDR, 0, AF_INET, kAddr0, kEmpty,
262 const IPAddressNumber kEmpty; local
[all...]
/external/chromium/chrome/browser/ui/views/
H A Ddatabase_info_view.cc59 const std::wstring kEmpty; local
60 description_value_field_->SetText(kEmpty);
61 size_value_field_->SetText(kEmpty);
62 last_modified_value_field_->SetText(kEmpty);
/external/chromium/base/debug/
H A Dtrace_event_win_unittest.cc37 const char kEmpty[] = ""; member in namespace:base::debug::__anon1656
262 kEmpty, 0,
264 kEmpty, 0);
275 kEmpty, 0,
277 kEmpty, 0);
/external/chromium_org/base/debug/
H A Dtrace_event_win_unittest.cc40 const char kEmpty[] = ""; member in namespace:base::debug::__anon3753
268 kEmpty, 0,
270 kEmpty, 0);
281 kEmpty, 0,
283 kEmpty, 0);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_service_impl.cc197 const PolicyMap kEmpty; local
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/
H A Dprotocol_handler.cc42 static const ProtocolHandler* const kEmpty = new ProtocolHandler(); local
43 return *kEmpty;
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h94 //!< 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 }; local
126 return kEmpty;
129 return kEmpty;
/external/skia/include/core/
H A DSkClipStack.h94 //!< 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 }; local
126 return kEmpty;
129 return kEmpty;
/external/chromium_org/media/audio/
H A Daudio_output_controller.cc51 state_(kEmpty),
142 DCHECK_EQ(kEmpty, state_);
391 state_ = kEmpty;
H A Daudio_input_controller.h211 kEmpty, enumerator in enum:media::AudioInputController::State
H A Daudio_output_controller.h177 kEmpty, enumerator in enum:media::AudioOutputController::State
H A Daudio_input_controller.cc40 state_(kEmpty),
49 DCHECK(kClosed == state_ || kCreated == state_ || kEmpty == state_);
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_attribute_unittest.cc610 const std::string kEmpty[] = { local
614 const size_t kEmptySizes[] = { arraysize(kEmpty) };
615 GetArrayAsVector(kEmpty, kEmptySizes, 1u, &tests);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc45 const char kEmpty[] = ""; member in namespace:buzz::__anon12247
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc495 static const FileDescriptorTables kEmpty; member in class:google::protobuf::FileDescriptorTables
573 const FileDescriptorTables FileDescriptorTables::kEmpty; member in class:google::protobuf::FileDescriptorTables
2775 placeholder_file->tables_ = &FileDescriptorTables::kEmpty;
2849 placeholder->tables_ = &FileDescriptorTables::kEmpty;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc434 static const FileDescriptorTables kEmpty; member in class:google::protobuf::FileDescriptorTables
500 const FileDescriptorTables FileDescriptorTables::kEmpty; member in class:google::protobuf::FileDescriptorTables
2436 placeholder_file->tables_ = &FileDescriptorTables::kEmpty;
2510 placeholder->tables_ = &FileDescriptorTables::kEmpty;
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp1407 static const SkRect kEmpty = { 0, 0, 0, 0 }; local
1417 visitor->clipRect(kEmpty, SkRegion::kIntersect_Op, false);
/external/skia/src/core/
H A DSkCanvas.cpp1407 static const SkRect kEmpty = { 0, 0, 0, 0 }; local
1417 visitor->clipRect(kEmpty, SkRegion::kIntersect_Op, false);

Completed in 3401 milliseconds