Searched refs:origin (Results 251 - 275 of 1627) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/gn/
H A Dinput_file_manager.h52 // ParseNode pointer. The given |origin| will be blamed for the invocation.
53 bool AsyncLoadFile(const LocationRange& origin,
62 const ParseNode* SyncLoadFile(const LocationRange& origin,
78 // nodes and file that created it. Either we need to reset the origin of
124 void BackgroundLoadFile(const LocationRange& origin,
130 bool LoadFile(const LocationRange& origin,
/external/chromium_org/ui/gfx/test/
H A Dui_cocoa_test_helper.h141 EXPECT_TRUE(CGFLOAT_EQ(expected.origin.x, actual.origin.x) && \
142 CGFLOAT_EQ(expected.origin.y, actual.origin.y) && \
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc128 const_cast<aura::Window*>(root)).bounds().origin();
137 const_cast<aura::Window*>(root)).bounds().origin();
199 gfx::Point origin = bounds.origin(); local
200 const gfx::Point display_origin = display.bounds().origin();
201 origin.Offset(-display_origin.x(), -display_origin.y());
202 gfx::Rect new_bounds = gfx::Rect(origin, bounds.size());
226 gfx::Point origin(bounds.origin());
228 window).bounds().origin();
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_local_storage_helper.h25 // means to delete the data associated with an origin.
49 // Deletes the local storage for the |origin|.
50 virtual void DeleteOrigin(const GURL& origin);
80 void AddLocalStorage(const GURL& origin);
98 virtual void DeleteOrigin(const GURL& origin) OVERRIDE;
H A Dmock_browsing_data_database_helper.cc26 const std::string& origin,
29 std::string key = origin + ":" + name;
31 last_deleted_origin_ = origin;
25 DeleteDatabase( const std::string& origin, const std::string& name) argument
H A Dmock_browsing_data_indexed_db_helper.cc33 const GURL& origin) {
35 ASSERT_TRUE(origins_.find(origin) != origins_.end());
36 origins_[origin] = false;
32 DeleteIndexedDB( const GURL& origin) argument
H A Dmock_browsing_data_service_worker_helper.cc34 const GURL& origin) {
36 ASSERT_TRUE(origins_.find(origin) != origins_.end());
37 origins_[origin] = false;
33 DeleteServiceWorkers( const GURL& origin) argument
/external/chromium_org/chrome/renderer/extensions/
H A Dmedia_galleries_custom_bindings.cc31 const GURL origin = GURL(webframe->document().securityOrigin().toString()); local
33 storage::GetFileSystemName(origin, storage::kFileSystemTypeExternal);
37 storage::GetExternalFileSystemRootURIString(origin, fs_mount));
/external/chromium_org/content/renderer/media/
H A Dwebrtc_identity_service.h35 // |origin| is the origin of the caller;
44 int RequestIdentity(const GURL& origin,
66 const GURL& origin,
74 GURL origin; member in struct:content::WebRTCIdentityService::RequestInfo
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_reservation_buffer.h37 const GURL& origin,
52 const GURL& origin() const { return origin_; } function in class:storage::QuotaReservationBuffer
61 const GURL& origin,
/external/chromium_org/storage/browser/fileapi/
H A Dsandbox_origin_database.h39 virtual bool HasOriginPath(const std::string& origin) OVERRIDE;
40 virtual bool GetPathForOrigin(const std::string& origin,
42 virtual bool RemovePathForOrigin(const std::string& origin) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.h43 static String origin(const KURL&);
44 String origin() { return origin(url()); } function in class:blink::DOMURLUtilsReadOnly
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
H A DContentScriptProjectDecorator.js20 if (project.url().startsWith(context.origin))
31 if (!context.origin || !context.name)
74 return !!context.origin && !!context.name;
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkRasterWidget.cpp45 QPoint origin(0,0);
50 painter.drawImage(origin, image.rgbSwapped());
52 painter.drawImage(origin, image);
/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h22 * A parametrized line is defined by an origin point \f$ \mathbf{o} \f$ and a unit
48 : m_origin(other.origin()), m_direction(other.direction())
55 /** Initializes a parametrized line of direction \a direction and origin \a origin.
58 ParametrizedLine(const VectorType& origin, const VectorType& direction) argument
59 : m_origin(origin), m_direction(direction) {}
73 const VectorType& origin() const { return m_origin; } function in class:Eigen::ParametrizedLine
74 VectorType& origin() { return m_origin; } function in class:Eigen::ParametrizedLine
84 VectorType diff = p - origin();
94 { return origin()
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_func_inline.c79 Dwarf_Die *origin = INTUSE(dwarf_formref_die) (attr, &origin_mem); local
80 if (origin == NULL)
83 if (origin->addr != v->die_addr)
/external/skia/debugger/QT/
H A DSkRasterWidget.cpp45 QPoint origin(0,0);
50 painter.drawImage(origin, image.rgbSwapped());
52 painter.drawImage(origin, image);
/external/smack/src/org/xbill/DNS/
H A DMINFORecord.java54 rdataFromString(Tokenizer st, Name origin) throws IOException { argument
55 responsibleAddress = st.getName(origin);
56 errorAddress = st.getName(origin);
H A DPXRecord.java53 rdataFromString(Tokenizer st, Name origin) throws IOException { argument
55 map822 = st.getName(origin);
56 mapX400 = st.getName(origin);
H A DRPRecord.java49 rdataFromString(Tokenizer st, Name origin) throws IOException { argument
50 mailbox = st.getName(origin);
51 textDomain = st.getName(origin);
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc107 const GURL& origin,
124 if (GetMapForArea(namespace_id, origin.spec(), options, &exists, &map_id) &&
132 const GURL& origin,
150 if (!GetMapForArea(namespace_id, origin.spec(), leveldb::ReadOptions(),
158 if (!DeepCopyArea(namespace_id, origin, !clear_all_first,
169 if (!CreateMapForArea(namespace_id, origin, &map_id, &batch))
214 const std::string& origin = it->first; local
218 AddAreaToNamespace(new_namespace_id, origin, map_id, &batch);
225 const GURL& origin) {
232 if (!DeleteAreaHelper(namespace_id, origin
106 ReadAreaValues(const std::string& namespace_id, const GURL& origin, DOMStorageValuesMap* result) argument
130 CommitAreaChanges( const std::string& namespace_id, const GURL& origin, bool clear_all_first, const DOMStorageValuesMap& changes) argument
224 DeleteArea(const std::string& namespace_id, const GURL& origin) argument
251 const std::string& origin = it->first; local
314 std::string origin = key.substr(current_namespace_start_key.length()); local
463 std::string origin = key.substr(namespace_start_key.length()); local
470 AddAreaToNamespace(const std::string& namespace_id, const std::string& origin, const std::string& map_id, leveldb::WriteBatch* batch) argument
478 DeleteAreaHelper( const std::string& namespace_id, const std::string& origin, leveldb::WriteBatch* batch) argument
515 GetMapForArea(const std::string& namespace_id, const std::string& origin, const leveldb::ReadOptions& options, bool* exists, std::string* map_id) argument
529 CreateMapForArea(const std::string& namespace_id, const GURL& origin, std::string* map_id, leveldb::WriteBatch* batch) argument
664 DeepCopyArea( const std::string& namespace_id, const GURL& origin, bool copy_data, std::string* map_id, leveldb::WriteBatch* batch) argument
706 NamespaceKey( const std::string& namespace_id, const std::string& origin) argument
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_sync_worker.h56 virtual void RegisterOrigin(const GURL& origin,
58 virtual void EnableOrigin(const GURL& origin,
60 virtual void DisableOrigin(const GURL& origin,
63 const GURL& origin,
73 virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) OVERRIDE;
H A Dsync_worker_interface.h69 virtual void RegisterOrigin(const GURL& origin,
71 virtual void EnableOrigin(const GURL& origin,
73 virtual void DisableOrigin(const GURL& origin,
76 const GURL& origin,
85 virtual scoped_ptr<base::ListValue> DumpFiles(const GURL& origin) = 0;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dremote_file_sync_service.h150 // Registers |origin| to track remote side changes for the |origin|.
156 const GURL& origin,
159 // Re-enables |origin| that was previously disabled. If |origin| is not a
160 // SyncFS app, then the origin is effectively ignored.
162 const GURL& origin,
166 const GURL& origin,
169 // Uninstalls the |origin| by deleting its remote data copy and then removing
170 // the origin fro
[all...]
/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.cc41 CHECK(pickle->WriteInt(origin));
54 int origin; local
63 iter->ReadInt(&origin) &&
74 sct->origin = static_cast<Origin>(origin);

Completed in 603 milliseconds

<<11121314151617181920>>