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

<<61626364656667686970>>

  /external/webkit/WebKit/gtk/tests/
testloading.c 198 static gboolean load_error_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture)
231 static gboolean load_cancelled_cb(WebKitWebView* webView, WebKitWebFrame* frame, const char* uri, GError *error, WebLoadingFixture* fixture)
350 static void load_error_test(WebKitWebView* webview, WebKitWebFrame* frame, const char* uri, GError* error)
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 52 #import <WebCore/Frame.h>
296 - (id)initWithFrame:(NSRect)frame
298 self = [super initWithFrame:frame];
307 previewView = [[previewViewClass alloc] initWithFrame:frame];
319 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame];
545 [self setFrame:[[self superview] frame]];
572 WebFrame *frame = [dataSource webFrame];
573 ASSERT(frame);
576 frame, WebElementFrameKey,
746 WebFrame *frame = [dataSource webFrame]
    [all...]
  /external/webkit/WebKit/qt/tests/qwebhistory/
tst_qwebhistory.cpp 40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
67 QWebFrame* frame; member in class:tst_QWebHistory
84 frame = page->mainFrame();
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 26 * who don't want/need to roll their own browser frame UI.
138 // ... and attach this menu bar to the frame
190 // true is to force the frame to close
  /external/wpa_supplicant/
eap_leap.c 86 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Request frame");
212 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Response frame");
293 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid frame");
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 260 * Translate the screen rect to the application frame.
360 * Returns the frame Rect for applications runs under compatibility mode.
362 * @param dm the display metrics used to compute the frame size.
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 70 DHD_BUS_DOWN, /* Not ready for frame transfers */
72 DHD_BUS_DATA /* Ready for frame transfers */
231 /* Receive frame for delivery to OS. Callee disposes of rxp. */
  /hardware/msm7k/libcamera/
camera_ifc.h 120 /* Format of the frame */
226 CAMERA_EVT_CB_FRAME, /* Preview or video frame ready */
227 CAMERA_EVT_CB_PICTURE, /* Picture frame ready for multi-shot */
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 70 U32 sending, multiple, frame, size; local
172 frame = (ulData1 & PERF_LOG_Frame) ? PERF_FlagFrame : PERF_FlagBuffer;
180 frame,
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_descriptors.h 165 /* Bit0-1: Band the frame was received */
252 int8 rx_level; /* The computed RSSI value in db of current frame */
254 uint8 rx_snr; /* The computed SNR value in db of current frame */
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 154 Rect frame = mTempRect; local
158 child.getHitRect(frame);
159 if (frame.contains(x, y)) {
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
unwind.h 1 /* Exception handling and frame unwind runtime interface routines.
112 attributes required for the lowest-level stack frame. */
150 is called for every stack frame in the call chain, but no cleanup
  /external/webkit/WebCore/html/
HTMLTokenizer.cpp 38 #include "Frame.h"
448 if (!m_scriptTagSrcAttrValue.isEmpty() && m_doc->frame()) {
530 state = scriptExecution(ScriptSourceCode(scriptString, m_doc->frame() ? m_doc->frame()->document()->url() : KURL(), startLine), state);
578 if (m_fragment || !m_doc->frame())
592 m_doc->frame()->script()->executeScript(sourceCode);
    [all...]
  /external/webkit/WebCore/
ChangeLog-2008-08-10 60 * page/Frame.cpp:
61 (WebCore::Frame::findString):
62 (WebCore::Frame::markAllMatchesForText):
81 * page/Frame.cpp:
82 (WebCore::Frame::revealSelection):
83 (WebCore::Frame::revealCaret):
286 * page/Frame.cpp:
287 (WebCore::Frame::setZoomFactor): If the view has never had a layout with
314 wx build fix after Frame -> ScriptController moves.
645 Move more methods from Frame into ScriptControlle
    [all...]
  /bootable/recovery/
ui.c 139 static int frame = 0; local
140 gr_blit(gProgressBarIndeterminate[frame], 0, 0, width, height, dx, dy);
141 frame = (frame + 1) % PROGRESSBAR_INDETERMINATE_STATES;
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 63 assertTrue("FrameLayout not inflated", result.findViewById(R.id.frame) != null);
  /dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html 48 vN must be a valid register index in the current stack frame (this means
opcode-2d-cmp-kind.html 61 A, B and C must be valid register indices in the current stack frame.
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 38 * If true, allocator places parameters at the top of the frame
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 58 * This is the index into the stack frame.
63 * The stack frame size for this variable if it is a global variable
71 * Sets the relative position of this variable within the stack frame (if local)
82 * variable into the stack frame. If this variable is at the top-level, get
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
AudioInputStream.java 67 // sound.0C=Frame size must be one byte
  /dalvik/vm/
IndirectRefTable.h 134 * slot in the interpreted stack frame). When we call a native method or
135 * push a local frame, the current top index gets pushed on, and serves
136 * as the new bottom. When we pop a frame off, the value from the stack
137 * becomes the new top index, and the value stored in the previous frame
ReferenceTable.h 105 * This is useful when entries are associated with a stack frame.
  /dalvik/vm/mterp/portable/
entry.c 23 u4* fp; // frame pointer
  /development/samples/ApiDemos/res/values/
styles.xml 35 custom frame. -->

Completed in 1027 milliseconds

<<61626364656667686970>>