Home
last modified time | relevance | path

Searched refs:Frame (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/external/chromium_org/third_party/WebKit/Source/core/page/
DFrameTree.h27 class Frame; variable
35 FrameTree(Frame* thisFrame, Frame* parentFrame) in FrameTree()
49 Frame* parent() const;
50 void setParent(Frame* parent) { m_parent = parent; } in setParent()
52 Frame* nextSibling() const { return m_nextSibling.get(); } in nextSibling()
53 Frame* previousSibling() const { return m_previousSibling; } in previousSibling()
54 Frame* firstChild() const { return m_firstChild.get(); } in firstChild()
55 Frame* lastChild() const { return m_lastChild; } in lastChild()
57 bool isDescendantOf(const Frame* ancestor) const;
58 Frame* traverseNext(const Frame* stayWithin = 0) const;
[all …]
DFrameTree.cpp39 for (Frame* child = firstChild(); child; child = child->tree().nextSibling()) in ~FrameTree()
54 Frame* FrameTree::parent() const in parent()
59 void FrameTree::appendChild(PassRefPtr<Frame> child) in appendChild()
63 Frame* oldLast = m_lastChild; in appendChild()
77 void FrameTree::removeChild(Frame* child) in removeChild()
85 …RefPtr<Frame>& newLocationForNext = m_firstChild == child ? m_firstChild : child->tree().m_previou… in removeChild()
86Frame*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->tree().m_nextSibling-… in removeChild()
114 Vector<Frame*, 16> chain; in uniqueChildName()
115 Frame* frame; in uniqueChildName()
140 Frame* FrameTree::scopedChild(unsigned index) const in scopedChild()
[all …]
DChrome.h40 class Frame; variable
74 void contentsSizeChanged(Frame*, const IntSize&) const;
75 void layoutUpdated(Frame*) const;
106 bool runBeforeUnloadConfirmPanel(const String& message, Frame*);
110 void runJavaScriptAlert(Frame*, const String&);
111 bool runJavaScriptConfirm(Frame*, const String&);
112 …bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result…
113 void setStatusbarText(Frame*, const String&);
121 void print(Frame*);
127 void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
[all …]
DPrintContext.h32 class Frame; variable
41 explicit PrintContext(Frame*);
44 Frame* frame() const { return m_frame; } in frame()
76 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
77 static bool isPageBoxVisible(Frame* frame, int pageNumber);
78 …static String pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int …
79 static int numberOfPages(Frame*, const FloatSize& pageSizeInPixels);
83 …static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixel…
88 Frame* m_frame;
DCreateWindow.cpp46 static Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadRequest& request,… in createWindow()
51 …if (Frame* frame = lookupFrame->loader().findFrameForNavigation(request.frameName(), openerFrame->… in createWindow()
79 Frame* frame = page->mainFrame(); in createWindow()
114 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures& w… in createWindow()
115 …DOMWindow* activeWindow, Frame* firstFrame, Frame* openerFrame, DOMWindow::PrepareDialogFunction f… in createWindow()
117 Frame* activeFrame = activeWindow->frame(); in createWindow()
136Frame* newFrame = createWindow(activeFrame, openerFrame, frameRequest, windowFeatures, NavigationP… in createWindow()
158 void createWindowForRequest(const FrameLoadRequest& request, Frame* openerFrame, NavigationPolicy p… in createWindowForRequest()
174Frame* newFrame = createWindow(openerFrame, openerFrame, request, features, policy, shouldSendRefe… in createWindowForRequest()
DCreateWindow.h36 class Frame; variable
40 Frame* createWindow(const String& urlString, const AtomicString& frameName, const WindowFeatures&,
41 …DOMWindow* activeWindow, Frame* firstFrame, Frame* openerFrame, DOMWindow::PrepareDialogFunction =…
43 void createWindowForRequest(const FrameLoadRequest&, Frame* openerFrame, NavigationPolicy, ShouldSe…
DPage.cpp76 Vector<RefPtr<Frame> > frames; in networkStateChanged()
81 for (Frame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) in networkStateChanged()
91 float deviceScaleFactor(Frame* frame) in deviceScaleFactor()
153 for (Frame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) { in ~Page()
189 PassRefPtr<ClientRectList> Page::nonFastScrollableRects(const Frame* frame) in nonFastScrollableRects()
204 void Page::setMainFrame(PassRefPtr<Frame> mainFrame) in setMainFrame()
260 for (Frame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) in scheduleForcedStyleRecalcForAllPages()
266 for (Frame* frame = mainFrame(); frame; frame = frame->tree().traverseNext()) in setNeedsRecalcStyleInAllFrames()
277 Vector<RefPtr<Frame> > framesNeedingReload; in refreshPlugins()
290 for (Frame* frame = (*it)->mainFrame(); frame; frame = frame->tree().traverseNext()) { in refreshPlugins()
[all …]
DChromeClient.h59 class Frame; variable
106 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, NavigationPolic…
130 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame*) = 0;
134 virtual void runJavaScriptAlert(Frame*, const String&) = 0;
135 virtual bool runJavaScriptConfirm(Frame*, const String&) = 0;
136 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String…
159 virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
161 virtual void layoutUpdated(Frame*) const { } in layoutUpdated() argument
167 virtual void print(Frame*) = 0;
186 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>) = 0;
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp71 bool (*execute)(Frame&, Event*, EditorCommandSource, const String&);
72 bool (*isSupportedFromDOM)(Frame*);
73 bool (*isEnabled)(Frame&, Event*, EditorCommandSource);
74 TriState (*state)(Frame&, Event*);
75 String (*value)(Frame&, Event*);
91 static Frame* targetFrame(Frame& frame, Event* event) in targetFrame()
101 static bool applyCommandToFrame(Frame& frame, EditorCommandSource source, EditAction action, StyleP… in applyCommandToFrame()
117 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPrope… in executeApplyStyle()
124 static bool executeApplyStyle(Frame& frame, EditorCommandSource source, EditAction action, CSSPrope… in executeApplyStyle()
134 static bool executeToggleStyleInList(Frame& frame, EditorCommandSource source, EditAction action, C… in executeToggleStyleInList()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrame.cpp81 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement) in parentFromOwnerElement()
88 static inline float parentPageZoomFactor(Frame* frame) in parentPageZoomFactor()
90 Frame* parent = frame->tree().parent(); in parentPageZoomFactor()
96 static inline float parentTextZoomFactor(Frame* frame) in parentTextZoomFactor()
98 Frame* parent = frame->tree().parent(); in parentTextZoomFactor()
104 inline Frame::Frame(PassRefPtr<FrameInit> frameInit) in Frame() function in WebCore::Frame
137 PassRefPtr<Frame> Frame::create(PassRefPtr<FrameInit> frameInit) in create()
139 RefPtr<Frame> frame = adoptRef(new Frame(frameInit)); in create()
146 Frame::~Frame() in ~Frame()
164 bool Frame::inScope(TreeScope* scope) const in inScope()
[all …]
DFrame.h111 class Frame : public RefCounted<Frame> {
113 static PassRefPtr<Frame> create(PassRefPtr<FrameInit>);
121 ~Frame();
216 Frame(PassRefPtr<FrameInit>);
250 inline void Frame::init() in init()
255 inline FrameLoader& Frame::loader() const in loader()
260 inline NavigationScheduler& Frame::navigationScheduler() const in navigationScheduler()
265 inline FrameView* Frame::view() const in view()
270 inline ScriptController& Frame::script() in script()
275 inline DOMWindow* Frame::domWindow() const in domWindow()
[all …]
DFrameDestructionObserver.h31 class Frame; variable
35 explicit FrameDestructionObserver(Frame*);
40 Frame* frame() const { return m_frame; } in frame()
44 void observeFrame(Frame*);
46 Frame* m_frame;
/external/chromium_org/net/websockets/
Dwebsocket_frame_test.cc408 typedef WebSocketFrameHeader Frame; in TEST() typedef
411 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeContinuation)); in TEST()
412 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeText)); in TEST()
413 EXPECT_TRUE(Frame::IsKnownDataOpCode(Frame::kOpCodeBinary)); in TEST()
416 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodeClose)); in TEST()
417 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodePing)); in TEST()
418 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodePong)); in TEST()
421 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodeDataUnused)); in TEST()
422 EXPECT_FALSE(Frame::IsKnownDataOpCode(Frame::kOpCodeControlUnused)); in TEST()
425 EXPECT_FALSE(Frame::IsKnownDataOpCode(0x6)); in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaQueryEvaluator.cpp61 typedef bool (*EvalFunc)(CSSValue*, RenderStyle*, Frame*, MediaFeaturePrefix);
88 MediaQueryEvaluator::MediaQueryEvaluator(const AtomicString& acceptedMediaType, Frame* frame, Rende… in MediaQueryEvaluator()
190 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix o… in colorMediaFeatureEval()
200 static bool colorIndexMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) in colorIndexMediaFeatureEval() argument
212 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeat… in monochromeMediaFeatureEval()
230 static bool orientationMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePr… in orientationMediaFeatureEval()
246 static bool aspectRatioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePr… in aspectRatioMediaFeatureEval()
258 static bool deviceAspectRatioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFea… in deviceAspectRatioMediaFeatureEval()
270 static bool evalResolution(CSSValue* value, Frame* frame, MediaFeaturePrefix op) in evalResolution()
318 static bool devicePixelRatioMediaFeatureEval(CSSValue *value, RenderStyle*, Frame* frame, MediaFeat… in devicePixelRatioMediaFeatureEval()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.h47 class Frame; variable
83 static PassRefPtr<SharedBuffer> resourceData(Frame*, const KURL&, String* textEncodingName);
84 static Resource* cachedResource(Frame*, const KURL&);
135 void didClearWindowObjectInWorld(Frame*, DOMWrapperWorld*);
136 void domContentLoadedEventFired(Frame*);
137 void loadEventFired(Frame*);
138 void didCommitLoad(Frame*, DocumentLoader*);
139 void frameAttachedToParent(Frame*);
140 void frameDetachedFromParent(Frame*);
142 void frameStartedLoading(Frame*);
[all …]
/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.h42 class Frame; variable
99 …Replace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* current…
116 …PassOwnPtr<HistoryEntry> cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Frame* targetFra…
118 HistoryNode* historyNodeForFrame(Frame*);
119 HistoryItem* itemForFrame(Frame*);
144 void updateBackForwardListForFragmentScroll(Frame*, HistoryItem*);
145 void updateForCommit(Frame*, HistoryItem*);
150 HistoryItem* itemForNewChildFrame(Frame*) const;
151 void removeChildrenForRedirect(Frame*);
159 void recursiveGoToEntry(Frame*);
[all …]
DFrameLoader.h77 FrameLoader(Frame*, FrameLoaderClient*);
82 Frame* frame() const { return m_frame; } in frame()
91 static void reportLocalLoadFailed(Frame*, const String& url);
168 Frame* opener();
169 void setOpener(Frame*);
181 Frame* findFrameForNavigation(const AtomicString& name, Document* activeDocument);
240 void closeAndRemoveChild(Frame*);
253 Frame* m_frame;
287 Frame* m_opener;
288 HashSet<Frame*> m_openedFrames;
/external/chromium_org/third_party/WebKit/Source/core/storage/
DStorageArea.h35 class Frame; variable
46 virtual unsigned length(ExceptionState&, Frame* sourceFrame) = 0;
47 virtual String key(unsigned index, ExceptionState&, Frame* sourceFrame) = 0;
48 virtual String getItem(const String& key, ExceptionState&, Frame* sourceFrame) = 0;
49 …virtual void setItem(const String& key, const String& value, ExceptionState&, Frame* sourceFrame) …
50 virtual void removeItem(const String& key, ExceptionState&, Frame* sourceFrame) = 0;
51 virtual void clear(ExceptionState&, Frame* sourceFrame) = 0;
52 virtual bool contains(const String& key, ExceptionState&, Frame* sourceFrame) = 0;
54 virtual bool canAccessStorage(Frame*) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DStorageAreaProxy.h39 class Frame; variable
51 virtual unsigned length(ExceptionState&, Frame* sourceFrame);
52 virtual String key(unsigned index, ExceptionState&, Frame* sourceFrame);
53 virtual String getItem(const String& key, ExceptionState&, Frame* sourceFrame);
54 … virtual void setItem(const String& key, const String& value, ExceptionState&, Frame* sourceFrame);
55 virtual void removeItem(const String& key, ExceptionState&, Frame* sourceFrame);
56 virtual void clear(ExceptionState&, Frame* sourceFrame);
57 virtual bool contains(const String& key, ExceptionState&, Frame* sourceFrame);
59 virtual bool canAccessStorage(Frame*);
77 mutable Frame* m_canAccessStorageCachedFrame;
DPageWidgetDelegate.h40 class Frame; variable
56 virtual void handleMouseMove(WebCore::Frame& mainFrame, const WebMouseEvent&);
57 virtual void handleMouseLeave(WebCore::Frame& mainFrame, const WebMouseEvent&);
58 virtual void handleMouseDown(WebCore::Frame& mainFrame, const WebMouseEvent&);
59 virtual void handleMouseUp(WebCore::Frame& mainFrame, const WebMouseEvent&);
60 virtual bool handleMouseWheel(WebCore::Frame& mainFrame, const WebMouseWheelEvent&);
64 virtual bool handleTouchEvent(WebCore::Frame& mainFrame, const WebTouchEvent&);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delfcore.h118 typedef struct Frame { struct
122 } Frame; typedef
123 #define FRAME(f) Frame f; \
171 typedef struct Frame { struct
175 } Frame; typedef
176 #define FRAME(f) Frame f; \
236 typedef struct Frame { struct
240 } Frame; argument
241 #define FRAME(f) Frame f; \
267 typedef struct Frame { struct
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delfcore.h118 typedef struct Frame { struct
122 } Frame; argument
123 #define FRAME(f) Frame f; \
171 typedef struct Frame { struct
175 } Frame; argument
176 #define FRAME(f) Frame f; \
236 typedef struct Frame { struct
240 } Frame; argument
241 #define FRAME(f) Frame f; \
267 typedef struct Frame { struct
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DFrame.java23 public class Frame { class
36 public Frame(int locals, int stack) { in Frame() method in Frame
150 public Frame copy() { in copy()
151 Frame frame = new Frame(locals.length, stack.length); in copy()
164 public Frame copyStack() { in copyStack()
165 Frame frame = new Frame(locals.length, stack.length); in copyStack()
178 public boolean mergeStack(Frame frame) { in mergeStack()
208 public boolean merge(Frame frame) { in merge()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentInit.h42 class Frame; variable
48 …explicit DocumentInit(const KURL& = KURL(), Frame* = 0, WeakPtr<Document> = WeakPtr<Document>(), H…
53 Frame* frame() const { return m_frame; } in frame()
65 Frame* ownerFrame() const;
76 Frame* frameForSecurityContext() const;
79 Frame* m_frame;
/external/eigen/demos/opengl/
Dcamera.h17 class Frame
22 inline Frame(const Eigen::Vector3f& pos = Eigen::Vector3f::Zero(),
26 Frame lerp(float alpha, const Frame& other) const in lerp()
28 return Frame((1.f-alpha)*position + alpha * other.position, in lerp()
66 void setFrame(const Frame& f);
67 const Frame& frame(void) const { return mFrame; } in frame()
102 Frame mFrame;

12345678910>>...22