Home | History | Annotate | Download | only in v8

Lines Matching refs:Frame

60 class Frame;
67 ScriptController(Frame*);
113 // Creates a property of the global object of a frame.
114 void bindToWindowObject(Frame*, const String& key, NPObject*);
121 static bool canAccessFromCurrentOrigin(Frame*);
135 // Returns the frame for the entered context. See comments in
137 static Frame* retrieveFrameForEnteredContext();
139 // Returns the frame for the current context. See comments in
141 static Frame* retrieveFrameForCurrentContext();
143 // Check whether it is safe to access a frame in another domain.
144 static bool isSafeScript(Frame*);
192 Frame* m_frame;
210 // The frame keeps a NPObject reference for each item on the list.