/external/webkit/WebKit/mac/WebView/ |
WebHTMLView.mm | 94 #import <WebCore/Frame.h> [all...] |
WebView.mm | 117 #import <WebCore/Frame.h> 606 NSRect f = [self frame]; 652 // contained frame view. In any case, wire our next key view up to the our 653 // contained frame view. This works together with our becomeFirstResponder 764 Frame* frame = [self _mainCoreFrame]; 769 frame->view()->resize(IntSize(size)); 770 frame->view()->setNeedsLayout(); 782 Frame* frame = [self _mainCoreFrame] [all...] |
WebHTMLRepresentation.mm | 47 #import <WebCore/Frame.h> 166 Frame* coreFrame = core(webFrame); 190 WebFrame *frame = [dataSource webFrame]; 197 if (frame) { 199 // Telling the frame we received some data and passing nil as the data is our 202 [frame _receivedData:nil textEncodingName:[[_private->dataSource response] textEncodingName]]; 205 WebView *webView = [frame webView]; 207 core(frame)->applyEditingStyleToBodyElement(); 231 Frame* coreFrame = core([_private->dataSource webFrame]);
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
EditorClientGtk.cpp | 33 #include "Frame.h" 194 Frame* targetFrame = corePage->focusController()->focusedOrMainFrame(); 446 Frame* frame = node->document()->frame(); local 447 ASSERT(frame); 455 if (!frame->editor()->canEdit() && !(frame->settings() && frame->settings()->caretBrowsingEnabled())) 460 Editor::Command command = frame->editor()->command(editorCommandString) [all...] |
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
LayoutTestControllerQt.cpp | 258 QWebFrame* frame = qobject_cast<QWebFrame*>(sender()); local 260 m_topLoadingFrame = frame; 360 QWebFrame* frame = m_drt->webPage()->mainFrame(); local 361 Q_ASSERT(frame); 362 return qt_drt_pauseAnimation(frame, animationName, time, elementId); 369 QWebFrame* frame = m_drt->webPage()->mainFrame(); local 370 Q_ASSERT(frame); 371 return qt_drt_pauseTransitionOfProperty(frame, propertyName, time, elementId); 378 QWebFrame* frame = m_drt->webPage()->mainFrame(); local 379 Q_ASSERT(frame); 385 QWebFrame* frame = m_drt->webPage()->mainFrame(); local [all...] |
/external/webkit/WebKit/android/nav/ |
CachedFrame.cpp | 315 const CachedFrame* frame = hasFrame(result); local 316 if (frame != NULL) 317 return frame->currentCursor(framePtr); 329 const CachedFrame* frame = hasFrame(result); local 330 if (frame != NULL) 331 return frame->currentFocus(framePtr); 346 for (CachedFrame* frame = mCachedFrames.begin(); frame != mCachedFrames.end(); 347 frame++) { 348 CachedNode* result = frame->find(node) 935 const CachedFrame* frame = hasFrame(test); local 959 const CachedFrame* frame = hasFrame(test); local [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
rate_control.cpp | 61 /* check with the buffer fullness to make sure that we have enough bits to encode this frame */ 65 /* for now, the default is to encode every frame, To Be Changed */ 75 /* set frame type to IDR-frame */ 95 return AVCENC_FAIL; /* this is a late frame do not encode it */ 102 return AVCENC_FAIL; /* frame skip required to maintain the target bit rate. */ 110 if ((*frameNum >= (uint)rateCtrl->idrPeriod && rateCtrl->idrPeriod > 0) || (*frameNum > video->MaxFrameNum)) /* first frame or IDR*/ 112 /* set frame type to IDR-frame */ 196 rateCtrl->pMP->encoded_frames = -1; /* forget about the very first I frame */ [all...] |
avcenc_lib.h | 53 \param "curL" "Pointer to the origin of the macroblock on the current frame." 55 \param "picPitch" "Pitch of the current frame." 125 This funciton initializes the frame encoding by setting poc/frame_num related parameters. it 209 input frame to be encoded. 213 AVCENC_CONSECUTIVE_NONREF if there are consecutive non-reference frame for POC type 2." 296 \param "curL" "Pointer to the current MB origin in reconstructed frame." 297 \param "picPitch" "Pitch of the reconstructed frame." 308 \param "curL" "Pointer to the current MB origin in reconstructed frame." 309 \param "picPitch" "Pitch of the reconstructed frame." 334 \param "org_pitch" "Stride size of the original frame. [all...] |
/external/webkit/WebCore/editing/ |
Editor.h | 67 Editor(Frame*); 71 Frame* frame() const { return m_frame; } function in class:WebCore::Editor 161 Command(PassRefPtr<Frame>, const EditorInternalCommand*, EditorCommandSource); 175 RefPtr<Frame> m_frame; 289 // We should make these functions private when their callers in Frame are moved over here to Editor 296 Frame* m_frame;
|
/external/webkit/WebCore/rendering/ |
RenderFileUploadControl.cpp | 26 #include "Frame.h" 119 Frame* frame = node()->document()->frame(); local 120 if (!frame) 122 Page* page = frame->page(); 125 page->chrome()->runOpenPanel(frame, m_fileChooser);
|
RenderPartObject.cpp | 27 #include "Frame.h" 78 RenderView* root = view ? view->frame()->contentRenderer() : NULL; 152 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer()); 186 RenderView* root = static_cast<RenderView*>(view->frame()->contentRenderer()); 216 HTMLIFrameElement* frame = static_cast<HTMLIFrameElement*>(node()); local 217 marginw = frame->getMarginWidth(); 218 marginh = frame->getMarginHeight();
|
/external/webkit/WebKit/qt/Api/ |
qwebview.cpp | 85 QWebFrame* frame = m_view->page()->mainFrame(); local 86 frame->setScrollBarPolicy(Qt::Vertical, m_oldVerticalScrollBarPolicy); 87 frame->setScrollBarPolicy(Qt::Horizontal, m_oldHorizontalScrollBarPolicy); 93 QWebFrame* frame = m_view->page()->mainFrame(); local 94 m_oldHorizontalScrollBarPolicy = frame->scrollBarPolicy(Qt::Horizontal); 95 m_oldVerticalScrollBarPolicy = frame->scrollBarPolicy(Qt::Vertical); 96 frame->setScrollBarPolicy(Qt::Vertical, Qt::ScrollBarAlwaysOff); 97 frame->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff); 112 // remember the frame where the button was pressed 148 // Returns the innermost frame at the given position that can scroll 153 QWebFrame* frame = m_view->page()->mainFrame(); local 166 QWebFrame* frame = currentFrame(); local 173 QWebFrame* frame = currentFrame(); local 184 QWebFrame* frame = currentFrame(); local 904 QWebFrame *frame = d->page->mainFrame(); local [all...] |
/external/bluetooth/hcidump/parser/ |
l2cap.c | 48 struct frame frm; 68 static struct frame *add_handle(uint16_t handle) 81 static struct frame *get_frame(uint16_t handle) 346 static inline void command_rej(int level, struct frame *frm) 371 static inline void conn_req(int level, struct frame *frm) 385 static inline void conn_rsp(int level, struct frame *frm) 521 static inline void conf_req(int level, l2cap_cmd_hdr *cmd, struct frame *frm) 537 static inline void conf_rsp(int level, l2cap_cmd_hdr *cmd, struct frame *frm) 565 static inline void disconn_req(int level, struct frame *frm) 576 static inline void disconn_rsp(int level, struct frame *frm [all...] |
/frameworks/base/core/java/android/widget/ |
SlidingDrawer.java | 358 final Rect frame = mFrame; local 361 handle.getHitRect(frame); 362 if (!mTracking && !frame.contains((int) x, (int) y)) { 581 final Rect frame = mFrame; local 584 handle.getHitRect(frame); 585 region.set(frame); 587 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY) 611 final Rect frame = mFrame; local [all...] |
/external/webkit/WebCore/dom/ |
Document.cpp | 59 #include "Frame.h" 320 Frame* frame = node->document()->frame(); local 321 if (!frame || !root) 324 return frame->editor()->shouldBeginEditing(rangeOfContents(root).get()); 369 Document::Document(Frame* frame, bool isXHTML, bool isHTML) 425 m_frame = frame; 608 if (Frame *f = frame() 1787 Frame* frame = this->frame(); local 2337 Frame* frame = this->frame(); local 3576 Frame* frame = document->frame(); local [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | 95 static QString drtDescriptionSuitableForTestResult(WebCore::Frame* _frame) 97 QWebFrame* frame = QWebFramePrivate::kit(_frame); local 98 QString name = frame->frameName(); 100 bool isMainFrame = frame == frame->page()->mainFrame(); 103 return QString::fromLatin1("main frame \"%1\"").arg(name); 104 return QLatin1String("main frame"); 107 return QString::fromLatin1("frame \"%1\"").arg(name); 108 return QLatin1String("frame (anonymous)"); 158 void FrameLoaderClientQt::setFrame(QWebFrame* webFrame, Frame* frame [all...] |
/external/v8/src/ |
codegen.cc | 80 // Copy the register locations from the code generator's frame. 83 VirtualFrame* frame = CodeGeneratorScope::Current()->frame(); local 84 int sp_offset = frame->fp_relative(frame->stack_pointer_); 86 int loc = frame->register_location(i); 89 } else if (frame->elements_[loc].is_synced()) { 91 registers_[i] = frame->fp_relative(loc) | kSyncedFlag; 93 int offset = frame->fp_relative(loc); 125 // The remaining register reference counts are the non-frame ones [all...] |
/external/webkit/WebCore/page/mac/ |
FrameMac.mm | 29 #import "Frame.h" 146 NSString* Frame::searchForNSLabelsAboveCell(RegularExpression* regExp, HTMLTableCellElement* cell, size_t* resultDistanceFromStartOfCell) 183 NSString* Frame::searchForLabelsBeforeElement(NSArray* labels, Element* element, size_t* resultDistance, bool* resultIsInCellAbove) 287 NSString* Frame::matchLabelsAgainstElement(NSArray* labels, Element* element) 291 // FIXME: This code is mirrored in Frame.cpp. It would be nice to make the Mac code call the platform-agnostic 300 NSImage* Frame::imageFromRect(NSRect rect) const 349 NSImage* Frame::selectionImage(bool forceBlackText) const 358 NSImage* Frame::snapshotDragImage(Node* node, NSRect* imageRect, NSRect* elementRect) const 383 NSImage* Frame::nodeImage(Node* node) const 401 NSDictionary* Frame::fontAttributesForSelectionStart() cons [all...] |
/external/webkit/WebKitTools/DumpRenderTree/win/ |
EventSender.cpp | 134 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 174 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 228 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 237 if (SUCCEEDED(frame->webView(&webView)) && SUCCEEDED(webView->QueryInterface(IID_IDropTarget, (void**)&webViewDropTarget))) { 256 // Reset didDragEnter so that another drag started within the same frame works properly. 305 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 316 if (SUCCEEDED(frame->webView(&webView)) && SUCCEEDED(webView->QueryInterface(IID_IDropTarget, (void**)&webViewDropTarget))) { 441 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 541 if (SUCCEEDED(frame->QueryInterface(&framePrivate))) 574 if (FAILED(frame->webView(&webView)) [all...] |
/external/quake/quake/src/QW/client/ |
client.h | 34 int messagenum; // all player's won't be updated each frame 46 int frame; member in struct:__anon4953 87 usercmd_t cmd; // cmd that generated the frame 193 float td_lastframe; // to meter out one message a frame 195 float td_starttime; // realtime at second frame of timedemo 217 // render a frame yet 221 // first frame 234 float faceanimtime; // use anim frame if cl.time < this 240 // sent to the server each frame. And only reset at level change
|
/external/v8/src/arm/ |
debug-arm.cc | 61 // Restore the JS frame exit code. 81 // memory is later pushed onto the JS expression stack for the fake JS frame 82 // generated and also to the C frame generated on top of that. In the JS 83 // frame ONLY the registers containing pointers will be pushed on the 132 // expression stack of the fake JS frame. 146 // expression stack of the fake JS frame. 177 // stack of the fake JS frame. r0 is the actual number of arguments not 179 // fake JS frame as it can easily be an invalid pointer (e.g. 1). r0 will be 180 // pushed on the stack of the C frame and restored from there.
|
/external/webkit/WebCore/html/ |
HTMLFormControlElement.cpp | 34 #include "Frame.h" 282 if (document()->frame()) 283 return document()->frame()->eventHandler()->tabsToAllControls(event); 348 if (document()->frame() && document()->frame()->page()) 349 document()->frame()->page()->chrome()->client()->formDidFocus(this); 356 if (document()->frame() && document()->frame()->page()) 357 document()->frame()->page()->chrome()->client()->formDidBlur(this);
|
HTMLTextAreaElement.cpp | 39 #include "Frame.h" 65 Frame* frame = element->document()->frame(); local 66 if (!frame) 68 frame->page()->chrome()->client()->formStateDidChange(element); 219 if (document()->frame()) 220 document()->frame()->revealSelection(); 243 unsigned selectionLength = plainText(document()->frame()->selection()->selection().toNormalizedRange().get()).numGraphemeClusters();
|
/external/webkit/WebCore/page/ |
DOMSelection.cpp | 34 #include "Frame.h" 44 static Node* selectionShadowAncestor(Frame* frame) 46 Node* node = frame->selection()->selection().base().anchorNode(); 55 DOMSelection::DOMSelection(Frame* frame) 56 : m_frame(frame) 60 Frame* DOMSelection::frame() const function in class:WebCore::DOMSelection
|
/external/webkit/WebCore/platform/chromium/ |
ClipboardChromium.cpp | 37 #include "Frame.h" 320 void ClipboardChromium::declareAndWriteDragImage(Element* element, const KURL& url, const String& title, Frame* frame) 335 String fullURL = frame->document()->completeURL(deprecatedParseURL(imageURL)); 343 void ClipboardChromium::writeURL(const KURL& url, const String& title, Frame*) 358 void ClipboardChromium::writeRange(Range* selectedRange, Frame* frame) 366 m_dataObject->htmlBaseUrl = frame->document()->url(); 368 String str = frame->selectedText();
|