/external/webkit/WebKit/mac/DOM/ |
WebDOMOperations.mm | 88 Frame* frame = document->frame(); 89 if (!frame) 91 return kit(frame);
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebTextInputWindowController.m | 60 // Set the frame size. 62 NSRect frame = NSMakeRect(visibleFrame.origin.x, visibleFrame.origin.y, visibleFrame.size.width, inputWindowHeight); 64 [self setFrame:frame display:NO]; 66 _inputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]]; 69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginContainer.h | 40 @abstract Tell the application to show a URL in a target frame 42 @param target The target frame. If the frame with the specified target is not 43 found, a new window is opened and the main frame of the new window is named 44 with the specified target. If nil is specified, the frame that contains
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
DragClientQt.cpp | 30 #include "Frame.h" 89 void DragClientQt::startDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard* clipboard, Frame* frame, bool) 105 frame->eventHandler()->dragSourceEndedAt(me, dropActionToDragOperation(actualDropAction)); 111 DragImageRef DragClientQt::createDragImageForLink(KURL&, const String&, Frame*)
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
WorkQueueItemWin.cpp | 60 targetFrame = frame; 63 bool failed = FAILED(frame->findFrameNamed(targetBSTR, &targetFrame)); 87 if (FAILED(frame->webView(&webView))) 101 if (FAILED(frame->webView(&webView))) 118 if (FAILED(frame->webView(&webView)))
|
/hardware/libhardware/include/hardware/ |
qemud.h | 108 D("can't write qemud frame header: %s", strerror(errno)); 113 D("can4t write qemud frame payload: %s", strerror(errno)); 126 D("can't read qemud frame header: %s", strerror(errno)); 131 D("malformed qemud frame header: '%.*s'", 4, header); 138 D("can't read qemud frame payload: %s", strerror(errno));
|
/external/webkit/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | 38 #include "Frame.h" 94 FrameLoaderClientAndroid* FrameLoaderClientAndroid::get(const WebCore::Frame* frame) 96 return static_cast<FrameLoaderClientAndroid*> (frame->loader()->client()); 108 // there is one web view per page, or top frame. 138 // FIXME, ready to detach frame from view 276 // Do not report sub frame touch icons 289 // the top frame and not sub-frames. 299 static void loadDataIntoFrame(Frame* frame, KURL baseUrl, const String& url 1172 WTF::RefPtr<Frame> frame = createFrame(blankURL(), String(), element, local [all...] |
FrameLoaderClientAndroid.h | 48 Frame* getFrame() { return m_frame; } 49 static FrameLoaderClientAndroid* get(const Frame* frame); 51 void setFrame(Frame* frame) { m_frame = frame; } 100 virtual Frame* dispatchCreatePage(); 179 virtual WTF::PassRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElement, 209 // FIXME: this doesn't really go here, but it's better than Frame 215 Frame* m_frame [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
mp4lib_int.h | 28 //#define PV_DEC_EXTERNAL_IDCT /* for separate IDCT (i.e. no direct access to output frame) */ 35 /* In frame-based decoding mode, this shall be NULL. 08/29/2000 */ 206 Vop *currVop; /* Current VOP (frame) */ 207 Vop *prevVop; /* Previous VOP (frame) */ 230 uint8 *pstprcTypCur; /* Postprocessing type for current frame */ 231 uint8 *pstprcTypPrv; /* Postprocessing type for previous frame */ 249 int frame_idx; /* Current frame ID */ 250 int frameRate; /* Output frame Rate (over 10 seconds) */ 253 int currLayer; /* Current frame layer */ 257 /* Frame to be used for concealment 07/07/2001 * [all...] |
/external/webkit/WebCore/bindings/js/ |
JSHistoryCustom.cpp | 32 #include "Frame.h" 64 if (allowsAccessFromFrame(exec, impl()->frame(), message)) 70 // Allow access to back(), forward() and go() from any frame. 91 printErrorMessageForFrame(impl()->frame(), message); 98 if (!impl()->frame()) { 104 if (!allowsAccessFromFrame(exec, impl()->frame())) 111 // Allow access to back(), forward() and go() from any frame. 144 if (!allowsAccessFromFrame(exec, impl()->frame())) 152 if (!allowsAccessFromFrame(exec, impl()->frame())) 160 if (!allowsAccessFromFrame(exec, impl()->frame())) [all...] |
ScriptController.cpp | 27 #include "Frame.h" 57 ScriptController::ScriptController(Frame* frame) 58 : m_frame(frame) 71 , m_XSSAuditor(new XSSAuditor(frame)) 118 RefPtr<Frame> protect = m_frame; 134 // Evaluating the JavaScript could cause the frame to be deallocated 263 for (Frame* frame = page->mainFrame(); frame; frame = frame->tree()->traverseNext()) [all...] |
/external/webkit/WebCore/page/ |
Navigator.cpp | 29 #include "Frame.h" 53 Navigator::Navigator(Frame* frame) 54 : m_frame(frame) 84 static bool shouldHideFourDot(Frame* frame) 86 const String* sourceURL = frame->script()->sourceURL(); 91 Settings* settings = frame->settings(); 117 // If the frame is already detached, FrameLoader::userAgent may malfunction, because it calls a client method 118 // that uses frame's WebView (at least, in Mac WebKit) [all...] |
DOMWindow.cpp | 49 #include "Frame.h" 193 Frame* frame = window->frame(); local 194 if (!frame) 196 Page* page = frame->page(); 199 return frame == page->mainFrame(); 224 Frame* frame = window->frame(); local [all...] |
/external/webkit/WebCore/platform/mac/ |
WidgetMac.mm | 39 #import "Frame.h" 97 // FIXME: Should move this to Chrome; bad layering that this knows about Frame. 100 Frame* frame = Frame::frameForWidget(this); 101 if (!frame) 107 if (Page* page = frame->page()) 150 return enclosingIntRect([getOuterView() frame]); 166 if (!NSEqualRects(f, [v frame])) { 221 NSRect viewFrame = [view frame]; [all...] |
ClipboardMac.mm | 35 #import "Frame.h" 49 ClipboardMac::ClipboardMac(bool forDragging, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame *frame) 52 , m_frame(frame) 364 void ClipboardMac::writeRange(Range* range, Frame* frame) 367 ASSERT(frame); 368 Pasteboard::writeSelection(m_pasteboard.get(), range, frame->editor()->smartInsertDeleteEnabled() && frame->selectionGranularity() == WordGranularity, frame); [all...] |
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.h | 67 // Do serialization action. Return false means no available frame has been 71 // The parameter specifies which frame need to be serialized. 73 // serialize all sub frames of the specified frame or not. 82 WebPageSerializerImpl(WebFrame* frame, 90 // Specified frame which need to be serialized; 103 // only the specified frame but also all sub-frames in the specific frame. 104 // Otherwise we only serialize the specified frame excluded all sub-frames. 119 // Frame URL of current processing document presented by GURL 124 // Document object of current frame [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 28 //#define PV_DEC_EXTERNAL_IDCT /* for separate IDCT (i.e. no direct access to output frame) */ 35 /* In frame-based decoding mode, this shall be NULL. 08/29/2000 */ 206 Vop *currVop; /* Current VOP (frame) */ 207 Vop *prevVop; /* Previous VOP (frame) */ 230 uint8 *pstprcTypCur; /* Postprocessing type for current frame */ 231 uint8 *pstprcTypPrv; /* Postprocessing type for previous frame */ 249 int frame_idx; /* Current frame ID */ 250 int frameRate; /* Output frame Rate (over 10 seconds) */ 253 int currLayer; /* Current frame layer */ 257 /* Frame to be used for concealment 07/07/2001 * [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.h | 40 *! 19-Feb-2007 A.Donjon 0.2 Frame lost parameter 47 #define OUTPUT_G729DEC_BUFFER_SIZE 80<<1 /* Output frame size in bytes: 10ms 8kHz 16-bit samples */ 50 #define SYNC_WORD 0x6b21 /* BFI untransmitted frame */ 57 /* G729 frame size */ 62 /* G729 frame type */ 63 #define NO_TX_FRAME_TYPE 0 /* No tx frame */ 64 #define SPEECH_FRAME_TYPE 1 /* Speech Frame flag */ 65 #define SID_FRAME_TYPE 2 /* SID frame flag */ 66 #define ERASURE_FRAME 3 /* Erasure frame flag */ 69 bfi+ number of bits in frame + serial bitstream * [all...] |
/dalvik/vm/interp/ |
Stack.c | 47 * Push a frame for an interpreted method onto the stack. This is only 49 * interpreter does its own stack frame manipulation for interp-->interp 55 * We start by inserting a "break" frame, which ensures that the interpreter 70 + sizeof(StackSaveArea) * 2 // break frame + regular frame 116 LOGVV("PUSH frame: old=%p new=%p (size=%d)\n", 130 * This actually pushes two frames; the first is a "break" frame. 132 * The top frame has additional space for JNI local reference tracking. 144 + sizeof(StackSaveArea) * 2; // break frame + regular frame [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 88 * {@code non-null;} sparse array mapping block labels to initial frame 91 private final Frame[] startFrames; 98 * (See {@link Frame#getSubroutines} associated with each result block. 216 * Merges the specified frame into this subroutine's successors, 218 * the frame of a subroutine ret block. 220 * @param frame {@code non-null;} frame from ret block to merge 223 void mergeToSuccessors(Frame frame, int[] workSet) { 229 Frame subFrame = frame.subFrameForLabel(startBlock, label) 637 Frame frame = startFrames[offset]; local [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8Proxy.h | 56 class Frame; 66 void logInfo(Frame*, const String& message, const String& url); 149 explicit V8Proxy(Frame*); 153 Frame* frame() { return m_frame; } function in class:WebCore::V8Proxy 165 // Disconnects the proxy from its owner frame, 234 // Returns V8Proxy object associated with a frame. 235 static V8Proxy* retrieve(Frame*); 239 // Returns the frame object of the window object associated with 241 static Frame* retrieveFrame(v8::Handle<v8::Context>) [all...] |
/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 98 * WebViewCore object and the main frame. 100 WebViewCore(JNIEnv* env, jobject javaView, WebCore::Frame* mainframe); 241 * @param origin The origin of the frame requesting Geolocation 262 WebCore::String retrieveHref(WebCore::Frame* frame, WebCore::Node* node); 263 WebCore::String retrieveAnchorText(WebCore::Frame* frame, WebCore::Node* node); 264 WebCore::String requestLabel(WebCore::Frame* , WebCore::Node* ); 272 void moveFocus(WebCore::Frame* frame, WebCore::Node* node) [all...] |
/external/webkit/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 78 FrameLoaderClient::FrameLoaderClient(WebKitWebFrame* frame) 79 : m_frame(frame) 100 static void notifyStatus(WebKitWebFrame* frame, WebKitLoadStatus loadStatus) 102 frame->priv->loadStatus = loadStatus; 103 g_object_notify(G_OBJECT(frame), "load-status"); 105 WebKitWebView* webView = getViewFromFrame(frame); 106 if (frame == webkit_web_view_get_main_frame(webView)) { 112 static void loadDone(WebKitWebFrame* frame, bool didSucceed) 115 g_signal_emit_by_name(frame, "load-done", didSucceed); 116 notifyStatus(frame, WEBKIT_LOAD_FINISHED) 1146 Frame* frame = core(m_frame); local 1160 Frame* frame = core(m_frame); local [all...] |
/external/webkit/WebCore/loader/ |
FrameLoader.h | 61 class Frame; 91 FrameLoader(Frame*, FrameLoaderClient*); 96 Frame* frame() const { return m_frame; } function in class:WebCore::FrameLoader 110 void loadURLIntoChildFrame(const KURL&, const String& referer, Frame*); 123 static void reportLocalLoadFailed(Frame*, const String& url); 126 Frame* createWindow(FrameLoader* frameLoaderForFrameLookup, const FrameLoadRequest&, const WindowFeatures&, bool& created); 269 Frame* opener(); 270 void setOpener(Frame*); 297 bool requestObject(RenderPart* frame, const String& url, const AtomicString& frameName [all...] |
/dalvik/vm/native/ |
java_security_AccessController.c | 29 * privileged frame we see. 58 * frame *after* the first privileged frame we see as we walk up. 62 * costs of the per-frame tests could be more expensive than the 85 /* find nearest non-reflection frame; note we skip priv frame */ 86 //LOGI("GSD priv frame at %s.%s\n", meth->clazz->name, meth->name);
|