OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_origin
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
content_watcher.cc
86
const blink::WebSecurityOrigin
top_origin
=
local
89
// extension with access to
top_origin
could run on the frame.
90
if (!
top_origin
.canAccess(changed_frame->document().securityOrigin())) {
99
if (
top_origin
.canAccess(frame->document().securityOrigin())) {
/external/chromium_org/chrome/renderer/
content_settings_observer.cc
111
WebString
top_origin
= frame->top()->document().securityOrigin().toString();
local
112
// The the |
top_origin
| is unique ("null") e.g., for file:// URLs. Use the
114
if (
top_origin
== "null")
116
return GURL(
top_origin
);
/external/chromium_org/chrome/browser/ui/panels/
stacked_panel_collection.cc
266
gfx::Point
top_origin
;
local
270
top_origin
= panel->GetBounds().origin();
306
RefreshLayoutWithTopPanelStartingAt(
top_origin
, top_width);
Completed in 225 milliseconds