Searched defs:location_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/base/
H A Dopenssl_util.h104 : location_(location) {
108 ClearOpenSSLERRStack(location_);
112 const tracked_objects::Location location_; member in class:base::OpenSSLErrStackTracer
H A Dtracked_objects.h164 const Location location() const { return location_; }
171 const Location location_; member in class:tracked_objects::BirthOnThread
200 // The number of births on this thread for our location_.
/external/chromium/crypto/
H A Dopenssl_util.h98 : location_(location) {
102 ClearOpenSSLERRStack(location_);
106 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
/external/v8/src/
H A Dhandles.h46 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
H A Dvariables.h115 bool IsUnallocated() const { return location_ == UNALLOCATED; }
116 bool IsParameter() const { return location_ == PARAMETER; }
117 bool IsStackLocal() const { return location_ == LOCAL; }
119 bool IsContextSlot() const { return location_ == CONTEXT; }
120 bool IsLookupSlot() const { return location_ == LOOKUP; }
153 Location location() const { return location_; }
161 location_ = location;
172 Location location_; member in class:v8::internal::Variable
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility.h146 gfx::Rect location() const { return location_; }
211 gfx::Rect location_; member in class:BrowserAccessibility
/external/chromium/net/websockets/
H A Dwebsocket_handshake.h62 std::string location_; member in class:net::WebSocketHandshake
H A Dwebsocket.h81 location_(location),
91 const std::string& location() const { return location_; }
114 std::string location_; member in class:net::WebSocket::Request
/external/chromium/chrome/common/extensions/
H A Dextension.h573 Location location() const { return location_; }
804 Location location_; member in class:Extension
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc140 : location_(location), visitor_(visitor), visit_count_(0) {
163 i->first, version.get(), i->second.second, location_);
183 *location = location_;
203 Extension::Location location_; member in class:MockExtensionProvider
2009 const_cast<Extension*>(good)->location_ = Extension::EXTERNAL_PREF;

Completed in 139 milliseconds