/external/webkit/Source/WebCore/page/ |
D | FrameTree.h | 27 class Frame; variable 32 FrameTree(Frame* thisFrame, Frame* parentFrame) in FrameTree() 46 Frame* parent(bool checkForDisconnectedFrame = false) const; 47 void setParent(Frame* parent) { m_parent = parent; } in setParent() 49 Frame* nextSibling() const { return m_nextSibling.get(); } in nextSibling() 50 Frame* previousSibling() const { return m_previousSibling; } in previousSibling() 51 Frame* firstChild() const { return m_firstChild.get(); } in firstChild() 52 Frame* lastChild() const { return m_lastChild; } in lastChild() 55 bool isDescendantOf(const Frame* ancestor) const; 56 Frame* traverseNext(const Frame* stayWithin = 0) const; [all …]
|
D | FrameTree.cpp | 38 for (Frame* child = firstChild(); child; child = child->tree()->nextSibling()) in ~FrameTree() 59 Frame* FrameTree::parent(bool checkForDisconnectedFrame) const in parent() 66 bool FrameTree::transferChild(PassRefPtr<Frame> child) in transferChild() 68 Frame* oldParent = child->tree()->parent(); in transferChild() 85 void FrameTree::appendChild(PassRefPtr<Frame> child) in appendChild() 92 void FrameTree::actuallyAppendChild(PassRefPtr<Frame> child) in actuallyAppendChild() 95 Frame* oldLast = m_lastChild; in actuallyAppendChild() 109 void FrameTree::removeChild(Frame* child) in removeChild() 117 …RefPtr<Frame>& newLocationForNext = m_firstChild == child ? m_firstChild : child->tree()->m_previo… in removeChild() 118 …Frame*& newLocationForPrevious = m_lastChild == child ? m_lastChild : child->tree()->m_nextSibling… in removeChild() [all …]
|
D | Frame.cpp | 130 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement) in parentFromOwnerElement() 137 static inline float parentPageZoomFactor(Frame* frame) in parentPageZoomFactor() 139 Frame* parent = frame->tree()->parent(); in parentPageZoomFactor() 145 static inline float parentTextZoomFactor(Frame* frame) in parentTextZoomFactor() 147 Frame* parent = frame->tree()->parent(); in parentTextZoomFactor() 153 inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoader… in Frame() function in WebCore::Frame 164 , m_lifeSupportTimer(this, &Frame::lifeSupportTimerFired) in Frame() 203 Frame*& contentFrameSlot = ownerElement->m_contentFrame; in Frame() 213 PassRefPtr<Frame> Frame::create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient*… in create() 215 RefPtr<Frame> frame = adoptRef(new Frame(page, ownerElement, client)); in create() [all …]
|
D | Frame.h | 82 class Frame : public RefCounted<Frame>, public TiledBackingStoreClient { 84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*); 92 ~Frame(); 145 static Frame* frameForWidget(const Widget*); 210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*); 213 void lifeSupportTimerFired(Timer<Frame>*); 240 Timer<Frame> m_lifeSupportTimer; 280 inline void Frame::init() in init() 285 inline FrameLoader* Frame::loader() const in loader() 290 inline NavigationScheduler* Frame::navigationScheduler() const in navigationScheduler() [all …]
|
D | Chrome.h | 44 class Frame; variable 87 void contentsSizeChanged(Frame*, const IntSize&) const; 103 void focusedFrameChanged(Frame*) const; 105 …Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const NavigationAction&… 127 bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame); 131 void runJavaScriptAlert(Frame*, const String&); 132 bool runJavaScriptConfirm(Frame*, const String&); 133 …bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result… 134 void setStatusbarText(Frame*, const String&); 147 void print(Frame*); [all …]
|
D | PrintContext.h | 30 class Frame; variable 38 PrintContext(Frame*); 41 Frame* frame() const { return m_frame; } in frame() 73 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber); 74 static bool isPageBoxVisible(Frame* frame, int pageNumber); 75 …static String pageSizeAndMarginsInPixels(Frame* frame, int pageNumber, int width, int height, int … 76 static int numberOfPages(Frame*, const FloatSize& pageSizeInPixels); 80 …static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixel… 83 Frame* m_frame;
|
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 70 bool (*execute)(Frame*, Event*, EditorCommandSource, const String&); 71 bool (*isSupportedFromDOM)(Frame*); 72 bool (*isEnabled)(Frame*, Event*, EditorCommandSource); 73 TriState (*state)(Frame*, Event*); 74 String (*value)(Frame*, Event*); 90 static Frame* targetFrame(Frame* frame, Event* event) in targetFrame() 100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMut… in applyCommandToFrame() 116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() 123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int prop… in executeApplyStyle() 133 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, i… in executeToggleStyleInList() [all …]
|
/external/webkit/Source/WebCore/css/ |
D | MediaQueryEvaluator.cpp | 61 typedef bool (*EvalFunc)(CSSValue*, RenderStyle*, Frame*, MediaFeaturePrefix); 100 MediaQueryEvaluator:: MediaQueryEvaluator(const String& acceptedMediaType, Frame* frame, RenderStyl… in MediaQueryEvaluator() 220 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix o… in colorMediaFeatureEval() 230 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeat… in monochromeMediaFeatureEval() 243 static bool orientationMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePr… in orientationMediaFeatureEval() 257 static bool aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeatureP… in aspect_ratioMediaFeatureEval() 275 static bool device_aspect_ratioMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaF… in device_aspect_ratioMediaFeatureEval() 291 static bool device_pixel_ratioMediaFeatureEval(CSSValue *value, RenderStyle*, Frame* frame, MediaFe… in device_pixel_ratioMediaFeatureEval() 299 static bool gridMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) in gridMediaFeatureEval() argument 309 static bool device_heightMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaF… in device_heightMediaFeatureEval() [all …]
|
/external/libvpx/examples/ |
D | vp8_scalable_patterns.txt | 2 VP8 Scalable Frame Patterns 31 * Frame 0 Intra, use none, update L&G&A 32 * Frame 1 Inter, use LGA, update none 33 * Frame 2 Inter, use LGA, update L 34 * Frame 3 Inter, use LGA, update none 35 * Frame 4 Inter, use GA, update L&G 36 * Frame 5 Inter, use LGA, update none 37 * Frame 6 Inter, use LGA, update L 38 * Frame 7 Inter, use LGA, update none 39 * Frame 8 Inter, use A, update L&G&A [all …]
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
D | ChromeClientEfl.h | 56 virtual void focusedFrameChanged(Frame*); 58 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const Navigatio… 85 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame); 89 virtual void runJavaScriptAlert(Frame*, const String&); 90 virtual bool runJavaScriptConfirm(Frame*, const String&); 91 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String… 98 virtual void contentsSizeChanged(Frame*, const IntSize&) const; 108 virtual void print(Frame*); 111 virtual void exceededDatabaseQuota(Frame*, const String&); 127 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>); [all …]
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 77 class Frame; variable 89 …(NSPasteboard*, NSArray* pasteboardTypes, Range* selectedRange, bool canSmartCopyOrDelete, Frame*); 90 …L(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame); 97 void writeSelection(Range*, bool canSmartCopyOrDelete, Frame*); 99 void writeURL(const KURL&, const String&, Frame* = 0); 103 String asURL(Frame*); 107 …PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool… 108 String plainText(Frame* = 0); 126 …PassRefPtr<DocumentFragment> documentFragmentWithImageResource(Frame* frame, PassRefPtr<ArchiveRes… 127 PassRefPtr<DocumentFragment> documentFragmentWithRtf(Frame* frame, NSString* pboardType); [all …]
|
/external/webkit/Source/WebCore/platform/win/ |
D | ClipboardWin.h | 39 class Frame; variable 47 …e(ClipboardType clipboardType, IDataObject* dataObject, ClipboardAccessPolicy policy, Frame* frame) in create() 51 …(ClipboardType clipboardType, WCDataObject* dataObject, ClipboardAccessPolicy policy, Frame* frame) in create() 55 …lipboardType clipboardType, const DragDataMap& dataMap, ClipboardAccessPolicy policy, Frame* frame) in create() 74 virtual void declareAndWriteDragImage(Element*, const KURL&, const String& title, Frame*); 75 virtual void writeURL(const KURL&, const String&, Frame*); 76 virtual void writeRange(Range*, Frame*); 86 ClipboardWin(ClipboardType, IDataObject*, ClipboardAccessPolicy, Frame*); 87 ClipboardWin(ClipboardType, WCDataObject*, ClipboardAccessPolicy, Frame*); 88 ClipboardWin(ClipboardType, const DragDataMap&, ClipboardAccessPolicy, Frame*); [all …]
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.h | 59 virtual void focusedFrameChanged(Frame*); 61 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const Navigatio… 62 virtual Page* createModalDialog(Frame*, const FrameLoadRequest&); 91 Frame* frame); 95 virtual void runJavaScriptAlert(Frame*, const String&); 96 virtual bool runJavaScriptConfirm(Frame*, const String&); 97 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String… 115 virtual void contentsSizeChanged(Frame*, const IntSize&) const; 122 virtual void print(Frame*); 125 virtual void exceededDatabaseQuota(Frame*, const String&); [all …]
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
D | ChromeClientHaiku.h | 62 virtual void focusedFrameChanged(Frame*); 64 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeatures&, const … 65 virtual Page* createModalDialog(Frame*, const FrameLoadRequest&); 94 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame); 98 virtual void runJavaScriptAlert(Frame*, const String&); 99 virtual bool runJavaScriptConfirm(Frame*, const String&); 100 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String… 115 virtual void contentsSizeChanged(Frame*, const IntSize&) const; 129 void print(Frame*); 132 virtual void exceededDatabaseQuota(Frame*, const String& databaseName); [all …]
|
D | ChromeClientHaiku.cpp | 111 void ChromeClientHaiku::focusedFrameChanged(Frame*) in focusedFrameChanged() argument 115 Page* ChromeClientHaiku::createWindow(Frame*, const FrameLoadRequest&, const WebCore::WindowFeature… in createWindow() argument 121 Page* ChromeClientHaiku::createModalDialog(Frame*, const FrameLoadRequest&) in createModalDialog() argument 216 bool ChromeClientHaiku::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() 227 void ChromeClientHaiku::runJavaScriptAlert(Frame*, const String& msg) in runJavaScriptAlert() argument 233 bool ChromeClientHaiku::runJavaScriptConfirm(Frame*, const String& msg) in runJavaScriptConfirm() argument 239 bool ChromeClientHaiku::runJavaScriptPrompt(Frame*, const String& message, const String& defaultVal… in runJavaScriptPrompt() argument 304 void ChromeClientHaiku::contentsSizeChanged(Frame*, const IntSize&) const in contentsSizeChanged() argument 342 void ChromeClientHaiku::print(Frame*) in print() argument 347 void ChromeClientHaiku::exceededDatabaseQuota(Frame*, const String& databaseName) in exceededDatabaseQuota() argument [all …]
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorInstrumentation.h | 73 static void didClearWindowObjectInWorld(Frame*, DOMWrapperWorld*); 92 …static InspectorInstrumentationCookie willCallFunction(Frame*, const String& scriptName, int scrip… 98 …static InspectorInstrumentationCookie willDispatchEventOnWindow(Frame*, const Event& event, DOMWin… 100 …static InspectorInstrumentationCookie willEvaluateScript(Frame*, const String& url, int lineNumber… 104 static InspectorInstrumentationCookie willLayout(Frame*); 108 static InspectorInstrumentationCookie willPaint(Frame*, const IntRect& rect); 113 static void applyUserAgentOverride(Frame*, String*); 114 …static void willSendRequest(Frame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, c… 117 static InspectorInstrumentationCookie willReceiveResourceData(Frame*, unsigned long identifier); 119 …static InspectorInstrumentationCookie willReceiveResourceResponse(Frame*, unsigned long identifier… [all …]
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | ClipboardGtk.h | 36 class Frame; variable 44 …assRefPtr<ClipboardGtk> create(ClipboardAccessPolicy policy, GtkClipboard* clipboard, Frame* frame) in create() 49 …cessPolicy policy, PassRefPtr<DataObjectGtk> dataObject, ClipboardType clipboardType, Frame* frame) in create() 69 virtual void declareAndWriteDragImage(Element*, const KURL&, const String&, Frame*); 71 virtual void writeURL(const KURL&, const String&, Frame*); 72 virtual void writeRange(Range*, Frame*); 81 ClipboardGtk(ClipboardAccessPolicy, GtkClipboard*, Frame*); 82 ClipboardGtk(ClipboardAccessPolicy, PassRefPtr<DataObjectGtk>, ClipboardType, Frame*); 87 Frame* m_frame;
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.h | 54 virtual void focusedFrameChanged(WebCore::Frame*); 60 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… 83 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame); 87 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&); 88 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&); 89 …virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& d… 104 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const; 114 virtual void print(WebCore::Frame*); 117 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String& databaseName); 146 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*); [all …]
|
D | ChromeClientWinCE.cpp | 87 Page* ChromeClientWinCE::createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const… in createWindow() argument 177 void ChromeClientWinCE::focusedFrameChanged(Frame*) in focusedFrameChanged() argument 186 bool ChromeClientWinCE::runBeforeUnloadConfirmPanel(const String& message, Frame* frame) in runBeforeUnloadConfirmPanel() 196 void ChromeClientWinCE::runJavaScriptAlert(Frame*, const String& message) in runJavaScriptAlert() argument 201 bool ChromeClientWinCE::runJavaScriptConfirm(Frame*, const String& message) in runJavaScriptConfirm() argument 206 bool ChromeClientWinCE::runJavaScriptPrompt(Frame*, const String& message, const String& defaultVal… in runJavaScriptPrompt() argument 275 void ChromeClientWinCE::contentsSizeChanged(Frame*, const IntSize&) const in contentsSizeChanged() argument 300 void ChromeClientWinCE::print(Frame*) in print() argument 306 void ChromeClientWinCE::exceededDatabaseQuota(Frame*, const String&) in exceededDatabaseQuota() argument 332 void ChromeClientWinCE::attachRootGraphicsLayer(Frame*, GraphicsLayer*) in attachRootGraphicsLayer() argument [all …]
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.h | 77 virtual void focusedFrameChanged(Frame*); 79 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const Navigatio… 102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame*); 106 virtual void runJavaScriptAlert(Frame*, const String&); 107 virtual bool runJavaScriptConfirm(Frame*, const String&); 108 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String… 127 virtual void contentsSizeChanged(Frame*, const IntSize&) const; 134 virtual void print(Frame*); 136 virtual void exceededDatabaseQuota(Frame*, const String&); 152 virtual void attachRootGraphicsLayer(Frame*, GraphicsLayer*); [all …]
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | ChromeClientAndroid.h | 73 virtual void focusedFrameChanged(Frame*); 79 …virtual Page* createWindow(Frame*, const FrameLoadRequest&, const WindowFeatures&, const Navigatio… 102 virtual bool runBeforeUnloadConfirmPanel(const String& message, Frame* frame); 106 virtual void runJavaScriptAlert(Frame*, const String&); 107 virtual bool runJavaScriptConfirm(Frame*, const String&); 108 …virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String… 123 virtual void contentsSizeChanged(Frame*, const IntSize&) const; 134 virtual void print(Frame*); 136 virtual void exceededDatabaseQuota(Frame*, const String&); 150 virtual void requestGeolocationPermissionForFrame(Frame*, Geolocation*); [all …]
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | HandleStack.h | 42 class Frame { 50 void enterScope(Frame&); 51 void leaveScope(Frame&); 59 void zapTo(Frame&); 66 Frame m_frame; 69 inline void HandleStack::enterScope(Frame& lastFrame) in enterScope() 80 inline void HandleStack::zapTo(Frame& lastFrame) in zapTo() 105 inline void HandleStack::leaveScope(Frame& lastFrame) in leaveScope()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.h | 61 virtual void focusedFrameChanged(WebCore::Frame*); 63 …virtual WebCore::Page* createWindow(WebCore::Frame*, const WebCore::FrameLoadRequest&, const WebCo… 86 virtual bool runBeforeUnloadConfirmPanel(const WTF::String& message, WebCore::Frame* frame); 90 virtual void runJavaScriptAlert(WebCore::Frame*, const WTF::String&); 91 virtual bool runJavaScriptConfirm(WebCore::Frame*, const WTF::String&); 92 …virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& d… 107 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const; 116 virtual void print(WebCore::Frame*); 119 virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&); 138 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>); [all …]
|
/external/webkit/Source/WebKit/win/ |
D | WebFrame.cpp | 149 WebFrame* kit(Frame* frame) in kit() 160 Frame* core(WebFrame* webFrame) in core() 168 Frame* core(const WebFrame* webFrame) in core() 241 Frame* frame; 280 if (Frame* frame = core(this)) in setAllowsScrolling() 291 if (Frame* frame = core(this)) in allowsScrolling() 301 if (Frame* frame = core(this)) { in setIsDisconnected() 312 if (Frame* frame = core(this)) { in setExcludeFromTextSearch() 322 Frame* coreFrame = core(this); in reloadFromOrigin() 334 Frame* coreFrame = core(this); in paintDocumentRectToContext() [all …]
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Frame.java | 23 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()
|