/external/webkit/WebCore/page/win/ |
FrameCairoWin.cpp | 27 #include "Frame.h" 37 HBITMAP imageFromSelection(Frame* frame, bool forceBlackText) 43 HBITMAP Frame::nodeImage(Node*) const
|
/external/webkit/WebCore/platform/gtk/ |
PasteboardGtk.cpp | 25 #include "Frame.h" 97 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 99 GtkClipboard* clipboard = m_helper->getClipboard(frame); 100 gchar* text = g_strdup(frame->selectedText().utf8().data()); 118 void Pasteboard::writeURL(const KURL& url, const String&, Frame* frame) 123 GtkClipboard* clipboard = m_helper->getClipboard(frame); 124 GtkClipboard* primary = m_helper->getPrimary(frame); 159 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context [all...] |
PasteboardHelper.h | 31 #include "Frame.h" 42 virtual GtkClipboard* getCurrentTarget(Frame*) const = 0; 43 virtual GtkClipboard* getClipboard(Frame*) const = 0; 44 virtual GtkClipboard* getPrimary(Frame*) const = 0;
|
/external/webkit/WebCore/svg/ |
SVGDocument.h | 36 static PassRefPtr<SVGDocument> create(Frame* frame) 38 return adoptRef(new SVGDocument(frame)); 54 SVGDocument(Frame*);
|
/external/webkit/WebCore/wml/ |
WMLDocument.h | 35 static PassRefPtr<WMLDocument> create(Frame* frame) 37 return adoptRef(new WMLDocument(frame)); 50 WMLDocument(Frame*);
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
PasteboardHelperGtk.h | 31 #include "Frame.h" 44 virtual GtkClipboard* getCurrentTarget(Frame*) const; 45 virtual GtkClipboard* getClipboard(Frame*) const; 46 virtual GtkClipboard* getPrimary(Frame*) const;
|
/sdk/draw9patch/src/com/android/draw9patch/ |
Application.java | 48 MainFrame frame = new MainFrame(arg); 49 frame.setDefaultCloseOperation(MainFrame.EXIT_ON_CLOSE); 50 frame.setLocationRelativeTo(null); 51 frame.setVisible(true);
|
/system/extras/tests/memtest/ |
Android.mk | 17 LOCAL_CFLAGS += -fomit-frame-pointer
|
/system/extras/tests/pftest/ |
Android.mk | 16 LOCAL_CFLAGS += -fomit-frame-pointer
|
/external/webkit/WebCore/bindings/js/ |
JSDOMWindowCustom.cpp | 30 #include "Frame.h" 134 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(AtomicString(propertyName))->domWindow()); 139 return toJS(exec, static_cast<JSDOMWindow*>(asObject(slot.slotBase()))->impl()->frame()->tree()->child(slot.index())->domWindow()); 145 Document* document = thisObj->impl()->frame()->document(); 166 if (!impl()->frame()) { 225 if (!DOMWindow::canShowModalDialog(impl()->frame())) { 252 if (impl()->frame()->tree()->child(propertyName)) { 270 // FIXME: Search the whole frame hierarchy somewhere around here. 276 if (ok && i < impl()->frame()->tree()->childCount()) { 288 Document* document = impl()->frame()->document() 504 Frame* frame = impl()->frame(); local 649 Frame* frame = impl()->frame(); local 735 Frame* frame = impl()->frame(); local 809 Frame* frame = impl()->frame(); local 994 Frame* frame = impl()->frame(); local 1008 Frame* frame = impl()->frame(); local [all...] |
ScheduledAction.cpp | 30 #include "Frame.h" 115 JSDOMWindow* window = toJSDOMWindow(document->frame(), m_isolatedWorld.get()); 119 RefPtr<Frame> frame = window->impl()->frame(); 120 if (!frame || !frame->script()->canExecuteScripts()) 123 frame->script()->setProcessingTimerCallback(true); 129 frame->script()->executeScriptInWorld(m_isolatedWorld.get(), m_code); 131 frame->script()->setProcessingTimerCallback(false) [all...] |
/external/guava/javadoc/ |
overview-frame.html | 28 <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT> 33 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/annotations/package-frame.html" target="packageFrame">com.google.common.annotations</A></FONT> 35 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/base/package-frame.html" target="packageFrame">com.google.common.base</A></FONT> 37 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/collect/package-frame.html" target="packageFrame">com.google.common.collect</A></FONT> 39 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/io/package-frame.html" target="packageFrame">com.google.common.io</A></FONT> 41 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/primitives/package-frame.html" target="packageFrame">com.google.common.primitives</A></FONT> 43 <FONT CLASS="FrameItemFont"><A HREF="com/google/common/util/concurrent/package-frame.html" target="packageFrame">com.google.common.util.concurrent</A></FONT>
|
/external/webkit/WebCore/inspector/ |
InspectorDOMStorageResource.h | 47 class Frame; 52 static PassRefPtr<InspectorDOMStorageResource> create(Storage* domStorage, bool isLocalStorage, Frame* frame) 54 return adoptRef(new InspectorDOMStorageResource(domStorage, isLocalStorage, frame)); 68 bool isSameHostAndType(Frame*, bool isLocalStorage) const; 74 InspectorDOMStorageResource(Storage*, bool isLocalStorage, Frame*); 78 RefPtr<Frame> m_frame;
|
/external/webkit/WebKit/chromium/src/ |
DragClientImpl.cpp | 36 #include "Frame.h" 74 Frame* frame, 77 // Add a ref to the frame just in case a load occurs mid-drag. 78 RefPtr<Frame> frameProtector = frame; 88 DragImageRef DragClientImpl::createDragImageForLink(KURL&, const String& label, Frame*)
|
/external/webkit/WebCore/bindings/generic/ |
BindingSecurityBase.cpp | 35 #include "Frame.h" 40 DOMWindow* BindingSecurityBase::getDOMWindow(Frame* frame) 42 return frame->domWindow(); 45 Frame* BindingSecurityBase::getFrame(Node* node) 47 return node->document()->frame(); 72 // Helper to check if the current execution context can access a target frame. 101 // detached context of the same frame as the blank page. 102 if (targetSecurityOrigin->isEmpty() && activeWindow->frame() == targetWindow->frame()) [all...] |
/external/webkit/WebCore/platform/ |
Pasteboard.h | 43 // knowledge of the frame and editor or moved into the editing directory. 72 class Frame; 83 static void writeSelection(NSPasteboard* pasteboard, Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame); 84 static void writeURL(NSPasteboard* pasteboard, NSArray* types, const KURL& url, const String& titleStr, Frame* frame); 89 void writeSelection(Range*, bool canSmartCopyOrDelete, Frame*); 91 void writeURL(const KURL&, const String&, Frame* = 0); 98 PassRefPtr<DocumentFragment> documentFragment(Frame*, PassRefPtr<Range>, bool allowPlainText, bool& chosePlainText); 99 String plainText(Frame* = 0) [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebframe_p.h | 33 #include "Frame.h" 45 QWebFrameData(WebCore::Page*, WebCore::Frame* parentFrame = 0, 53 RefPtr<WebCore::Frame> frame; member in class:QWebFrameData 69 , frame(0) 82 static WebCore::Frame* core(QWebFrame*); 83 static QWebFrame* kit(WebCore::Frame*); 94 WebCore::Frame *frame; member in class:QWebFramePrivate 122 QPointer<QWebFrame> frame; member in class:QWebHitTestResultPrivate [all...] |
/sdk/emulator/qtools/ |
read_method.cpp | 12 struct frame { struct 18 frame(uint64_t time, uint32_t addr, const char *name, bool isNative) { function in struct:frame 29 frame *frames[kMaxFrames]; 36 void push(frame *pframe); 37 frame* pop(); 41 void Stack::push(frame *pframe) { 50 frame *Stack::pop() { 58 frame *pframe; 97 frame *pframe; 126 pframe = new frame(method_record.time, method_record.addr [all...] |
/external/kernel-headers/original/linux/ |
if_packet.h | 30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ 31 #define PACKET_FASTROUTE 6 /* Fastrouted frame */ 70 Frame structure: 72 - Start. Frame must be aligned to TPACKET_ALIGNMENT=16 86 unsigned int tp_frame_size; /* Size of frame */
|
/external/skia/src/animator/ |
SkOperandInterpolator.h | 33 /** Add or replace a key frame, copying the values[] data into the interpolator. 34 @param index The index of this frame (frames must be ordered by time) 35 @param time The millisecond time for this frame 36 @param values The array of values [elemCount] for this frame. The data is copied 38 @param blend A positive scalar specifying how to blend between this and the next key frame.
|
/external/v8/src/ |
virtual-frame.h | 31 #include "frame-element.h" 35 #include "ia32/virtual-frame-ia32.h" 37 #include "x64/virtual-frame-x64.h" 39 #include "arm/virtual-frame-arm.h" 41 #include "mips/virtual-frame-mips.h"
|
/external/webkit/WebCore/dom/ |
InputElement.cpp | 30 #include "Frame.h" 61 if (inputElement->isPasswordField() && document->frame()) 71 Frame* frame = document->frame(); local 72 if (!frame) 78 frame->textFieldDidEndEditing(element); 92 if (document && document->frame()) 93 document->frame()->revealSelection(); 113 Frame* frame = document->frame() local 223 Frame* frame = document->frame(); local [all...] |
/external/webkit/WebCore/loader/ |
FormState.h | 36 class Frame; 48 static PassRefPtr<FormState> create(PassRefPtr<HTMLFormElement>, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame>, FormSubmissionTrigger); 52 Frame* sourceFrame() const { return m_sourceFrame.get(); } 56 FormState(PassRefPtr<HTMLFormElement>, StringPairVector& textFieldValuesToAdopt, PassRefPtr<Frame>, FormSubmissionTrigger); 60 RefPtr<Frame> m_sourceFrame;
|
/external/webkit/WebCore/manual-tests/ |
nested-plug-ins.html | 26 <input type="checkbox" checked="true" onclick="toggleDisplay(document.getElementById('middle'))"> Outer frame display 29 <input type="checkbox" checked="true" onclick="toggleDisplay(document.getElementById('middle').contentDocument.getElementById('inner'))"> Inner frame display 34 <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle'))"> Outer frame visibility 37 <input type="checkbox" checked="true" onclick="toggleVisibility(document.getElementById('middle').contentDocument.getElementById('inner'))"> Inner frame visibility 45 <iframe id="middle" style="height: 400px; width: 400px;" src="resources/nested-plug-ins-outer-frame.html"></iframe>
|
/external/webkit/WebCore/svg/graphics/ |
SVGImage.cpp | 35 #include "Frame.h" 90 m_page->mainFrame()->loader()->frameDetached(); // Break both the loader and view references to the frame 109 Frame* frame = m_page->mainFrame(); 110 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); 121 Frame* frame = m_page->mainFrame(); 122 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); 133 Frame* frame = m_page->mainFrame() 253 RefPtr<Frame> frame = Frame::create(m_page.get(), 0, dummyFrameLoaderClient); local [all...] |