HomeSort by relevance Sort by last modified time
    Searched refs:kEmpty (Results 1 - 7 of 7) sorted by null

  /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/net/spdy/
spdy_settings_storage.cc 21 static const spdy::SpdySettings kEmpty;
22 return kEmpty;
  /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/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/src/core/
SkCanvas.cpp     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 434 static const FileDescriptorTables kEmpty;
500 const FileDescriptorTables FileDescriptorTables::kEmpty;
    [all...]

Completed in 113 milliseconds