HomeSort by relevance Sort by last modified time
    Searched defs:location_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/
openssl_util.h 104 : location_(location) {
108 ClearOpenSSLERRStack(location_);
112 const tracked_objects::Location location_; member in class:base::OpenSSLErrStackTracer
tracked_objects.h 164 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/
openssl_util.h 98 : location_(location) {
102 ClearOpenSSLERRStack(location_);
106 const tracked_objects::Location location_; member in class:crypto::OpenSSLErrStackTracer
  /external/v8/src/
handles.h 45 INLINE(explicit Handle(T** location)) { location_ = location; }
49 INLINE(Handle()) : location_(NULL) {}
60 location_ = reinterpret_cast<T**>(handle.location());
75 ASSERT(location_ == NULL ||
76 reinterpret_cast<Address>(*location_) != kZapValue);
77 return location_;
86 bool is_null() const { return location_ == NULL; }
93 T** location_; member in class:v8::internal::Handle
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 146 gfx::Rect location() const { return location_; }
211 gfx::Rect location_; member in class:BrowserAccessibility
  /external/chromium/net/websockets/
websocket_handshake.h 62 std::string location_; member in class:net::WebSocketHandshake
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/chrome/common/extensions/
extension.h 573 Location location() const { return location_; }
804 Location location_; member in class:Extension
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 140 : 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
    [all...]

Completed in 206 milliseconds