HomeSort by relevance Sort by last modified time
    Searched defs:origin_ (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/cocoa/
confirm_bubble_controller.h 21 CGPoint origin_; variable
  /external/chromium_org/content/browser/dom_storage/
session_storage_database_adapter.h 28 GURL origin_; member in class:content::SessionStorageDatabaseAdapter
dom_storage_area.h 48 const GURL& origin() const { return origin_; }
124 GURL origin_; member in class:content::DOMStorageArea
  /external/chromium_org/content/renderer/media/
peer_connection_identity_service.h 42 GURL origin_; member in class:content::PeerConnectionIdentityService
  /external/chromium_org/components/autofill/core/browser/
autofill_data_model.h 46 std::string origin() const { return origin_; }
47 void set_origin(const std::string& origin) { origin_ = origin; }
65 std::string origin_; member in class:autofill::AutofillDataModel
  /external/chromium_org/content/public/browser/
indexed_db_info.h 23 GURL origin_; member in class:content::IndexedDBInfo
  /external/chromium_org/webkit/browser/fileapi/
sandbox_isolated_origin_database.h 41 const std::string origin_; member in class:fileapi::SandboxIsolatedOriginDatabase
sandbox_file_system_test_helper.h 83 const GURL& origin() const { return origin_; }
96 const GURL origin_; member in class:fileapi::SandboxFileSystemTestHelper
file_system_url.h 99 const GURL& origin() const { return origin_; }
155 GURL origin_; member in class:fileapi::FileSystemURL
  /external/chromium/chrome/browser/
load_notification_details.h 29 origin_(origin),
35 PageTransition::Type origin() const { return origin_; }
44 PageTransition::Type origin_; // type of action that caused the load member in class:LoadNotificationDetails
  /external/chromium_org/ash/magnifier/
partial_magnification_controller.h 86 gfx::Point origin_; member in class:ash::PartialMagnificationController
  /external/chromium_org/chrome/test/webdriver/
webdriver_basic_types.h 61 Point origin_; member in class:webdriver::Rect
  /external/chromium_org/chrome_frame/
com_message_event.h 69 std::string origin_; member in class:ComMessageEvent
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.h 35 const GURL& origin() const { return origin_; }
86 GURL origin_; member in class:content::DOMStorageCachedArea
  /external/chromium_org/net/http/
http_pipelined_host.h 36 const HostPortPair& origin() const { return origin_; }
41 const HostPortPair origin_; member in class:net::HttpPipelinedHost::Key
http_auth_cache.h 114 return origin_;
166 // |origin_| contains the {protocol, host, port} of the server.
167 GURL origin_; member in class:net::HttpAuthCache::Entry
http_auth_handler.h 107 return origin_;
175 GURL origin_; member in class:net::HttpAuthHandler
  /external/marisa-trie/lib/marisa/
mapper.h 41 void *origin_; member in class:marisa::Mapper
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
mapper.h 42 void *origin_; member in class:marisa_alpha::Mapper
  /external/chromium_org/tools/gn/
value.h 37 const ParseNode* origin() const { return origin_; }
38 void set_origin(const ParseNode* o) { origin_ = o; }
88 const ParseNode* origin_; member in class:Value
  /external/chromium/net/http/
http_auth_cache.h 116 return origin_;
173 // |origin_| contains the {protocol, host, port} of the server.
174 GURL origin_; member in class:net::HttpAuthCache::Entry
http_auth_handler.h 107 return origin_;
171 GURL origin_; member in class:net::HttpAuthHandler
http_auth_cache_unittest.cc 425 HttpAuthCacheEvictionTest() : origin_("http://www.google.com") { }
440 cache_.Add(origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC, "",
447 origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC);
458 cache_.LookupByPath(origin_, GeneratePath(realm_i, path_i));
467 GURL origin_; member in class:net::HttpAuthCacheEvictionTest
  /external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h 101 GURL origin_; member in class:quota_internals::PerOriginStorageInfo
  /external/chromium_org/ui/message_center/views/
toast_contents_view.h 58 gfx::Point origin() { return origin_; }
59 gfx::Rect bounds() { return gfx::Rect(origin_, preferred_size_); }
113 gfx::Point origin_; member in class:message_center::ToastContentsView

Completed in 405 milliseconds

1 2