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

<<51525354555657585960>>

  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.h 32 #include "Frame.h"
  /external/webkit/WebCore/platform/qt/
PlatformScreenQt.cpp 35 #include "Frame.h"
PopupMenuQt.cpp 52 view->frame()->page()->chrome()->client());
  /external/webkit/WebCore/platform/win/
PlatformScreenWin.cpp 33 #include "Frame.h"
  /external/webkit/WebCore/plugins/
Plugin.cpp 24 #include "Frame.h"
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 39 #include "Frame.h"
633 IntRect frame = frameRect(); local
634 if (!frame.width() || !frame.height()) {
640 /* the document position of the frame (e.g. iFrame) containing the
643 not moved within its parent frame and therefore will not get any
651 context->translate(frame.x(), frame.y());
662 PLUGIN_LOG("--%p UpdatePluginWidget frame=[%p] \n", instance(), frameView);
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 30 #include "Frame.h"
576 // Compute a new width and height according to the positioning of each expanded child frame.
690 // difference between calculated frame width and the width it actually decides to have
752 return document()->frame() && document()->frame()->settings()->frameSetFlatteningEnabled();
820 if (Frame* frame = document()->frame())
821 frame->eventHandler()->setResizingFrameSet(isResizing ? frameSet() : 0);
RenderWidget.cpp 151 bool RenderWidget::setWidgetGeometry(const IntRect& frame)
154 if (!node() || m_widget->frameRect() == frame)
159 m_widget->setFrameRect(frame);
320 // if the frame bounds got changed, or if view needs layout (possibly indicating
  /external/webkit/WebCore/storage/
StorageSyncManager.cpp 34 #include "Frame.h"
  /external/webkit/WebKit/chromium/src/
DOMUtilitiesPrivate.h 58 // For img, script, iframe, frame element, when attribute name is src,
WebDevToolsAgentPrivate.h 45 // The window object for the frame has been cleared of any extra properties
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.h 58 // Update this window's frame and content rectangles to match the Carbon window's structure and content bounds rectangles. Return yes if the update was really necessary, no otherwise.
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.m 176 NSRect mainLabelFrame = [mainLabel frame];
177 NSRect realmFrame = [separateRealmLabel frame];
178 NSRect smallLabelFrame = [smallLabel frame];
188 NSRect windowFrame = [panel frame];
  /external/webkit/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 328 void WebContextMenuClient::searchWithGoogle(const Frame*)
333 void WebContextMenuClient::lookUpInDictionary(Frame* frame)
335 WebHTMLView* htmlView = (WebHTMLView*)[[kit(frame) frameView] documentView];
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 35 #import <WebCore/Frame.h>
138 NSSize documentSize = [documentView frame].size;
140 NSSize frameSize = [self frame].size;
180 NSSize newDocumentSize = [documentView frame].size;
  /external/webkit/WebKit/win/
WebDataSource.h 63 /* [retval][out] */ IWebFrame **frame);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 116 NSSize webViewSize = [view frame].size;
179 NSRect oldFrame = [window frame];
181 NSRect newFrame = [[[NSScreen screens] objectAtIndex:0] frame];
234 NSBitmapImageRep *imageRep = [[[NSBitmapImageRep alloc] initWithFocusedViewRect:[view frame]] autorelease];
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTreeWin.h 41 extern IWebFrame* frame;
  /external/webkit/WebKitTools/QtLauncher/
webpage.h 50 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
  /external/wpa_supplicant/
l2_packet_winpcap.c 23 * The RX thread receives a frame and signals main thread through Windows event
24 * about the availability of a new frame. Processing the received frame is
32 * frame, so it does not really work for this kind of use.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c 84 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Request frame");
207 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Response frame");
286 * LEAP needs to be able to handle EAP-Success frame which does not
294 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid frame");
eap_md5.c 54 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame (pos=%p len=%lu)",
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_winpcap.c 23 * The RX thread receives a frame and signals main thread through Windows event
24 * about the availability of a new frame. Processing the received frame is
32 * frame, so it does not really work for this kind of use.
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 45 * is called once for each main frame load so a page with iframes or
46 * framesets will call onPageStarted one time for the main frame. This also
48 * embedded frame changes, i.e. clicking a link whose target is an iframe.
60 * is called only for main frame. When onPageFinished() is called, the
  /frameworks/base/core/res/res/layout/
battery_status.xml 18 android:id="@+id/frame"

Completed in 667 milliseconds

<<51525354555657585960>>