HomeSort by relevance Sort by last modified time
    Searched refs:Frame (Results 301 - 325 of 919) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/page/haiku/
EventHandlerHaiku.cpp 35 #include "Frame.h"
106 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(event);
114 bool EventHandler::passMousePressEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe)
120 bool EventHandler::passMouseMoveEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe, HitTestResult* hoveredNode)
126 bool EventHandler::passMouseReleaseEventToSubframe(MouseEventWithHitTestResults& mev, Frame* subframe)
  /external/webkit/Source/WebCore/platform/
DragImage.h 64 class Frame;
97 DragImageRef createDragImageForSelection(Frame*);
99 DragImageRef createDragImageForLink(KURL&, const String& label, Frame*);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 20 import android.filterfw.core.Frame;
30 public class VertexFrame extends Frame {
37 throw new IllegalArgumentException("Initializing vertex frame with zero size!");
40 throw new RuntimeException("Could not allocate vertex frame!");
65 throw new RuntimeException("Could not set int values for vertex frame!");
78 throw new RuntimeException("Could not set int values for vertex frame!");
92 throw new RuntimeException("Data size in setData does not match vertex frame size!");
94 throw new RuntimeException("Could not set vertex frame data!");
105 throw new RuntimeException("Unsupported: Cannot set vertex frame bitmap value!");
114 public void setDataFromFrame(Frame frame)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
BitmapSource.java 23 import android.filterfw.core.Frame;
52 private Frame mImageFrame;
70 // Create frame with bitmap
78 mImageFrame.setTimestamp(Frame.TIMESTAMP_UNKNOWN);
ColorTemperatureFilter.java 21 import android.filterfw.core.Frame;
95 // Get input frame
96 Frame input = pullInput("image");
105 // Create output frame
106 Frame output = context.getFrameManager().newFrame(inputFormat);
114 // Release pushed frame
CrossProcessFilter.java 21 import android.filterfw.core.Frame;
108 // Get input frame
109 Frame input = pullInput("image");
117 // Create output frame
118 Frame output = context.getFrameManager().newFrame(inputFormat);
126 // Release pushed frame
NegativeFilter.java 21 import android.filterfw.core.Frame;
81 // Get input frame
82 Frame input = pullInput("image");
85 // Create output frame
86 Frame output = context.getFrameManager().newFrame(inputFormat);
99 // Release pushed frame
PosterizeFilter.java 21 import android.filterfw.core.Frame;
84 // Get input frame
85 Frame input = pullInput("image");
88 // Create output frame
89 Frame output = context.getFrameManager().newFrame(inputFormat);
102 // Release pushed frame
SepiaFilter.java 21 import android.filterfw.core.Frame;
82 // Get input frame
83 Frame input = pullInput("image");
86 // Create output frame
87 Frame output = context.getFrameManager().newFrame(inputFormat);
101 // Release pushed frame
SimpleImageFilter.java 22 import android.filterfw.core.Frame;
70 // Get input frame
71 Frame input = pullInput("image");
74 // Create output frame
75 Frame output = context.getFrameManager().newFrame(inputFormat);
86 // Release pushed frame
ToRGBAFilter.java 22 import android.filterfw.core.Frame;
86 // Get input frame
87 Frame input = pullInput("image");
90 // Create output frame
91 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
99 // Release pushed frame
ToRGBFilter.java 22 import android.filterfw.core.Frame;
86 // Get input frame
87 Frame input = pullInput("image");
90 // Create output frame
91 Frame output = context.getFrameManager().newFrame(getConvertedFormat(input.getFormat()));
99 // Release pushed frame
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 149 WebFrame* kit(Frame* frame)
151 if (!frame)
154 FrameLoaderClient* frameLoaderClient = frame->loader()->client();
160 Frame* core(WebFrame* webFrame)
167 // This function is not in WebFrame.h because we don't want to advertise the ability to get a non-const Frame from a const WebFrame
168 Frame* core(const WebFrame* webFrame)
232 : frame(0)
239 FrameView* frameView() { return frame ? frame->view() : 0;
241 Frame* frame; member in class:WebFrame::WebFramePrivate
1096 RefPtr<Frame> frame = Frame::create(page, ownerElement, this); local
1204 Frame* frame = core(this); local
1227 Frame* frame = core(this); local
1250 Frame* frame = core(this); local
1277 Frame* frame = core(this); local
1296 Frame* frame = core(this); local
1310 Frame* frame = core(this); local
1320 Frame* frame = core(this); local
1335 Frame* frame = core(this); local
1351 Frame* frame = core(this); local
1500 Frame* frame = core(this); local
2558 Frame* frame = anyWorldGlobalObject->impl()->frame(); local
    [all...]
  /external/javassist/sample/rmi/
AlertDialog.java 6 public class AlertDialog extends Frame implements ActionListener {
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 32 * A utility class for printing a merged view of the frame state and the
75 * Prints the instructions and the frame states of the given method.
85 Frame[] frames;
106 Frame frame = frames[pos]; local
107 if (frame == null) {
111 printStack(frame);
114 printLocals(frame);
119 private void printStack(Frame frame) {
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
JSCustomXPathNSResolver.h 43 class Frame;
JSDocumentCustom.cpp 24 #include "Frame.h"
65 Frame* frame = static_cast<Document*>(impl())->frame(); local
66 if (!frame)
69 Location* location = frame->domWindow()->location();
80 Frame* frame = static_cast<Document*>(impl())->frame(); local
81 if (!frame)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8EventListener.h 41 class Frame;
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomPositionCallback.h 37 class Frame;
V8CustomPositionErrorCallback.h 37 class Frame;
V8HTMLFrameSetElementCustom.cpp 35 #include "Frame.h"
57 if (Frame* frame = doc->frame())
58 return toV8(frame->domWindow());
  /external/webkit/Source/WebCore/dom/
UserTypingGestureIndicator.cpp 29 #include "Frame.h"
52 UserTypingGestureIndicator::UserTypingGestureIndicator(Frame* frame)
57 focusedNode() = frame->document() ? frame->document()->focusedNode() : 0;
  /external/webkit/Source/WebCore/loader/
FrameLoader.h 63 class Frame;
94 FrameLoader(Frame*, FrameLoaderClient*);
99 Frame* frame() const { return m_frame; } function in class:WebCore::FrameLoader
114 void loadURLIntoChildFrame(const KURL&, const String& referer, Frame*);
127 static void reportLocalLoadFailed(Frame*, const String& url);
262 Frame* opener();
263 void setOpener(Frame*);
299 bool shouldAllowNavigation(Frame* targetFrame) const;
300 Frame* findFrameForNavigation(const AtomicString& name)
    [all...]
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.h 31 #include "Frame.h"
42 static PassRefPtr<WebArchiveAndroid> create(Frame* frame);
  /external/webkit/Source/WebCore/page/chromium/
FrameChromium.cpp 41 ScopedState(Frame* theFrame, RenderObject* theRenderer)
42 : frame(theFrame)
44 , paintBehavior(frame->view()->paintBehavior())
45 , backgroundColor(frame->view()->baseBackgroundColor())
53 frame->view()->setPaintBehavior(paintBehavior);
54 frame->view()->setBaseBackgroundColor(backgroundColor);
55 frame->view()->setNodeToDraw(0);
58 Frame* frame; member in struct:WebCore::__anon14825::ScopedState
66 DragImageRef Frame::nodeImage(Node* node
    [all...]

Completed in 761 milliseconds

<<11121314151617181920>>