HomeSort by relevance Sort by last modified time
    Searched full:frame (Results 1076 - 1100 of 3803) sorted by null

<<41424344454647484950>>

  /external/webkit/WebCore/platform/
MIMETypeRegistry.h 50 // document in a frame.
61 // document in a frame. Includes supported JavaScript MIME types.
  /external/webkit/WebCore/platform/graphics/haiku/
PathHaiku.cpp 80 return m_path->Frame();
136 return !m_path->Frame().IsValid();
  /external/webkit/WebKit/chromium/public/
WebImage.h 71 // then the frame whose size is desiredSize is returned. Otherwise,
72 // the first frame is returned.
WebNode.h 93 // Deprecated. Use document().frame() instead.
94 WEBKIT_API WebFrame* frame() const;
  /external/webkit/WebKit/chromium/src/mac/
WebScreenInfoFactory.mm 58 NSMaxY([screenForWindow(destination) frame]) - (userRect.origin.y + userRect.size.height); // flip
88 toUserSpace([screenForWindow([view window]) frame], [view window]);
  /external/webkit/WebKit/gtk/webkit/
webkitwebinspector.cpp 26 #include "Frame.h"
490 Frame* frame = priv->page->focusController()->focusedOrMainFrame(); local
491 FrameView* view = frame->view();
523 Frame* frame = priv->page->focusController()->focusedOrMainFrame(); local
524 FrameView* view = frame->view();
533 frame->contentRenderer()->layer()->hitTest(request, result);
  /external/webkit/WebKit/mac/WebView/
WebClipView.m 50 - (id)initWithFrame:(NSRect)frame
52 self = [super initWithFrame:frame];
WebDocumentLoaderMac.mm 103 // frame is not attached?
130 if (!frame())
WebVideoFullscreenHUDWindowController.mm 111 NSRect hudFrame = [self frame];
112 NSRect screenFrame = [[NSScreen mainScreen] frame];
311 static NSControl *createControlWithMediaUIControlType(int controlType, NSRect frame)
315 [control setFrame:frame];
319 return [[NSSlider alloc] initWithFrame:frame];
320 return [[NSControl alloc] initWithFrame:frame];
324 static NSTextField *createTimeTextField(NSRect frame)
326 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
  /external/webkit/WebKit/wx/
WebFrame.h 46 class Frame;
141 WebCore::Frame* GetFrame();
  /external/webkit/WebKitTools/QtLauncher/
webpage.cpp 74 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
95 return QWebPage::acceptNavigationRequest(frame, request, type);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_identity.c 97 wpa_printf(MSG_INFO, "EAP-Identity: Invalid frame");
125 return; /* Should not happen - frame already validated */
eap_md5.c 89 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame");
121 return; /* Should not happen - frame already validated */
  /frameworks/base/core/java/com/android/internal/view/
BaseSurfaceHolder.java 146 Rect frame = dirty != null ? dirty : mSurfaceFrame; local
148 c = mSurface.lockCanvas(frame);
  /frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
FrameLayoutGravityTest.java 17 package android.widget.layout.frame;
24 import android.widget.layout.frame.FrameLayoutGravity;
  /frameworks/base/media/java/android/media/
AmrInputStream.java 38 // frame is 20 msec at 8.000 khz
86 // fetch a 20 msec frame of pcm
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
sp_dec.h 37 * Purpose : Decoding and post filtering of one speech frame.
104 enum RXFrameType frame_type, /* i : Frame type */
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 91 printf(" found text frame '%s': %s\n", id.string(), text.string());
93 printf(" found frame '%s'.\n", id.string());
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgr.h 118 /* Report Frame Params */
127 /* Request Frame Params */
  /packages/apps/Launcher2/src/com/android/launcher2/
SymmetricalLinearTween.java 108 int frame = (int)(diff / FRAME_TIME);
109 long next = base + ((frame+1)*FRAME_TIME);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/inc/
measurementMgr.h 117 /* Report Frame Params */
126 /* Request Frame Params */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdb.info 394 frame IDs, independent frame sniffers, and the sentinel frame. Mark
398 complete rewrite of the architecture's frame code, were carried out by
513 its arguments) is called a stack frame display. It shows a summary of
516 `backtrace' command displays a stack frame for each active subroutine.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdb.info 394 frame IDs, independent frame sniffers, and the sentinel frame. Mark
398 complete rewrite of the architecture's frame code, were carried out by
513 its arguments) is called a stack frame display. It shows a summary of
516 `backtrace' command displays a stack frame for each active subroutine.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gdb.info 394 frame IDs, independent frame sniffers, and the sentinel frame. Mark
398 complete rewrite of the architecture's frame code, were carried out by
513 its arguments) is called a stack frame display. It shows a summary of
516 `backtrace' command displays a stack frame for each active subroutine.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
gdb.info 394 frame IDs, independent frame sniffers, and the sentinel frame. Mark
398 complete rewrite of the architecture's frame code, were carried out by
513 its arguments) is called a stack frame display. It shows a summary of
516 `backtrace' command displays a stack frame for each active subroutine.
    [all...]

Completed in 571 milliseconds

<<41424344454647484950>>