HomeSort by relevance Sort by last modified time
    Searched full:location_ (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/chromium/crypto/
openssl_util.h 98 : location_(location) {
102 ClearOpenSSLERRStack(location_);
106 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
  /external/chromium_org/chrome/browser/storage_monitor/
storage_info.h 73 const base::FilePath::StringType& location() const { return location_; }
82 location_ = location;
96 base::FilePath::StringType location_; member in struct:StorageInfo
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.h 40 Location location() const { return location_; }
41 void set_location(Location location) { location_ = location; }
113 Location location_; // we only care about component/not-component now member in class:extensions::SimpleFeature
simple_feature.cc 239 : location_(UNSPECIFIED_LOCATION),
252 location_(other.location_),
269 location_ == other.location_ &&
286 ParseEnum<Location>(value, "location", &location_,
348 if (location_ != UNSPECIFIED_LOCATION && location_ != location)
  /external/chromium_org/crypto/
openssl_util.h 104 : location_(location) {
108 ClearOpenSSLERRStack(location_);
112 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.h 60 Location location() const { return location_; }
80 Location location_; member in class:autofill::wallet::FormFieldError
  /external/chromium_org/tools/gn/
err.h 60 const Location& location() const { return location_; }
75 Location location_; member in class:Err
token.cc 36 location_(location) {
  /external/v8/src/
handles.h 46 INLINE(explicit Handle(T** location)) { location_ = location; }
50 INLINE(Handle()) : location_(NULL) {}
61 location_ = reinterpret_cast<T**>(handle.location());
76 ASSERT(location_ == NULL ||
77 reinterpret_cast<Address>(*location_) != kZapValue);
78 return location_;
87 bool is_null() const { return location_ == NULL; }
94 T** location_; member in class:v8::internal::Handle
  /external/chromium_org/cc/layers/
painted_scrollbar_layer.cc 119 track_rect_.x() - location_.x());
123 track_rect_.y() - location_.y());
177 UpdateProperty(scrollbar_->Location(), &location_);
191 gfx::Rect(location_, bounds()));
painted_scrollbar_layer.h 88 gfx::Point location_; member in class:cc::PaintedScrollbarLayer
  /external/chromium_org/cc/test/
fake_scrollbar.cc 39 gfx::Point FakeScrollbar::Location() const { return location_; }
  /external/chromium_org/ui/gfx/ozone/impl/
file_surface_factory.h 40 base::FilePath location_; member in class:gfx::FileSurfaceFactory
  /art/runtime/mirror/
dex_cache.h 57 return GetFieldObject<String*>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), false);
169 String* location_; member in class:art::mirror::DexCache
dex_cache.cc 50 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location, false);
  /external/chromium/net/websockets/
websocket_handshake_draft75.h 54 // against |origin_|, |location_| and |protocol_|.
websocket.h 81 location_(location),
91 const std::string& location() const { return location_; }
114 std::string location_; member in class:net::WebSocket::Request
  /external/chromium_org/extensions/common/
extension_builder.h 55 Manifest::Location location_; member in class:extensions::ExtensionBuilder
manifest.cc 112 : location_(location),
161 extension_id_, type_, Feature::ConvertLocation(location_),
226 location_, scoped_ptr<base::DictionaryValue>(value_->DeepCopy()));
262 extension_id_, type_, Feature::ConvertLocation(location_),
  /external/chromium_org/ui/views/corewm/
tooltip_win.h 62 gfx::Point location_; member in class:views::corewm::TooltipWin
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 300 location_(parser_->source_code_info_->add_location()) {
301 location_->add_span(parser_->input_->current().line);
302 location_->add_span(parser_->input_->current().column);
324 location_ = parser_->source_code_info_->add_location();
325 location_->mutable_path()->CopyFrom(parent.location_->path());
327 location_->add_span(parser_->input_->current().line);
328 location_->add_span(parser_->input_->current().column);
332 if (location_->span_size() <= 2) {
338 location_->add_path(path_component)
    [all...]
  /external/chromium_org/ui/events/
event.h 246 int x() const { return location_.x(); }
247 int y() const { return location_.y(); }
248 void set_location(const gfx::Point& location) { location_ = location; }
249 gfx::Point location() const { return location_; }
256 // This is applied to both |location_| and |root_location_|.
262 T::ConvertPointToTarget(source, target, &location_);
275 location_(model.location_),
287 gfx::Point location_; member in class:ui::LocatedEvent
289 // |location_| multiplied by an optional transformation matrix fo
    [all...]
event.cc 248 location_(EventLocationFromNative(native_event)),
249 root_location_(location_) {
258 location_(location),
265 gfx::Point3F p(location_);
267 root_location_ = location_ = gfx::ToFlooredPoint(p.AsPointF());
490 location_ -= origin.OffsetFromOrigin();
  /external/chromium_org/chrome/browser/resources/print_preview/data/
destination.js 90 this.location_ = null;
252 if (this.location_ == null) {
255 this.location_ = tag.substring(
261 return this.location_;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.mm 78 return location_;
88 location_ = location;
103 float location_;
110 location_(0) {

Completed in 835 milliseconds

12 3 4