/external/webkit/WebCore/platform/qt/ |
ScreenQt.cpp | 33 #include "Frame.h" 46 Frame* frame = (page ? page->mainFrame() : 0); local 47 FrameView* frameView = (frame ? frame->view() : 0);
|
/external/webkit/WebCore/platform/win/ |
WidgetWin.cpp | 85 Frame* frame = static_cast<FrameView*>(view)->frame(); local 86 if (!frame) { 91 Page* page = frame->page();
|
/external/webkit/WebKit/chromium/public/ |
WebPageSerializerClient.h | 45 // content. If current frame is not complete serialized, call 46 // didSerializeDataForFrame with URL of current frame, data, data length and 48 // If current frame is complete serialized, call didSerializeDataForFrame 49 // with URL of current frame, data, data length and flag 61 // The parameter frameURL specifies what frame the data belongs. The
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
DragClientGtk.cpp | 22 #include "Frame.h" 64 void DragClient::startDrag(DragImageRef image, const IntPoint& dragImageOrigin, const IntPoint& eventPos, Clipboard*, Frame* frame, bool linkDrag) 66 Element* targetElement = frame->document()->elementFromPoint(m_startPos.x(), m_startPos.y()); 110 DragImageRef DragClient::createDragImageForLink(KURL&, const String&, Frame*)
|
/frameworks/base/awt/org/apache/harmony/awt/wtk/ |
WindowFactory.java | 65 * It will always return false for "compound" states like Frame.ICONIFIED|Frame.MAXIMIZED_VERT. 66 * In other words, the rule of thumb is that only queries with a single frame state 69 * @param state - one of named frame state constants. 70 * @return true is this frame state is supported by this Toolkit implementation, false otherwise.
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.cpp | 96 * Each #WebKitWebView has exactly one #WebKitWebFrame as main frame. A 208 Frame* focusedFrame = page->focusController()->focusedOrMainFrame(); 219 // the default context menu; this may still mean that the frame 225 Frame* frame = core(webView)->mainFrame(); local 226 if (frame->view() && frame->eventHandler()->handleMousePressEvent(PlatformMouseEvent(event))) 293 // now Frame::firstRectForRange(), which perhaps this should call). 454 Frame* frame = core(webView)->mainFrame() local 496 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 513 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 590 Frame* frame = core(webView)->mainFrame(); local 601 Frame* frame = core(webView)->mainFrame(); local 630 Frame* frame = core(webView)->mainFrame(); local 920 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 926 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 932 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 938 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 944 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 994 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 1003 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3142 WebKitWebFrame* frame = webView->priv->mainFrame; local 3166 WebKitWebFrame* frame = webView->priv->mainFrame; local 3205 WebKitWebFrame* frame = webView->priv->mainFrame; local 3219 Frame* frame = core(webView)->mainFrame(); local 3280 Frame *frame = core(webView)->mainFrame(); local 3344 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3360 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3376 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3432 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3463 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3525 Frame* frame = core(webView)->mainFrame(); local 3595 Frame* frame = core(webkit_web_view_get_main_frame(webView)); local 3637 Frame* frame = core(webView)->mainFrame(); local 3661 Frame* frame = core(webView)->mainFrame(); local 3670 Frame* frame = core(webView)->mainFrame(); local 3950 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 3985 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local 4154 Frame* frame = core(webView)->focusController()->focusedOrMainFrame(); local [all...] |
/external/srec/srec/ca/ |
utt_basi.c | 146 return (hUtt->data.gen_utt.frame->voicingDetected); 159 ASSERT(!isFrameBufferActive(hUtt->data.gen_utt.frame)); 160 startFrameCollection(hUtt->data.gen_utt.frame); 174 ASSERT(isFrameBufferActive(hUtt->data.gen_utt.frame)); 177 stopFrameCollection(hUtt->data.gen_utt.frame); 192 clearEndOfUtterance(hUtt->data.gen_utt.frame); 193 clearC0Entries(hUtt->data.gen_utt.frame); 194 startFrameCollection(hUtt->data.gen_utt.frame); 209 setRECframePtr(hUtt->data.gen_utt.frame, 0, 0); 210 releaseBlockedFramesInBuffer(hUtt->data.gen_utt.frame); [all...] |
/external/srec/srec/clib/ |
fpi_tgt.inl | 59 * | |x| |x| | <= Frame Buffer for 69 * pullp == frame 70 70 * pushp == frame 900 Gap == 830 73 * pullp == frame 720 74 * pushp == frame 600 Gap == 880 85 * current 'pullp' position, as frame 899 is the newest 86 * COMPLETE frame. 88 * to frame number 902 (as 'pushp' may have changed during our 98 * to frame number 602 (as 'pushp' may have changed during our 110 * Arguments: "n" Channel Number of Selected Frame [all...] |
/external/webkit/WebCore/platform/chromium/ |
PasteboardChromium.cpp | 39 #include "Frame.h" 82 void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete, Frame* frame) 87 String plainText = frame->selectedText(); 107 void Pasteboard::writeURL(const KURL& url, const String& titleStr, Frame* frame) 156 String Pasteboard::plainText(Frame* frame) 161 PassRefPtr<DocumentFragment> Pasteboard::documentFragment(Frame* frame, PassRefPtr<Range> context, bool allowPlainText, bool& chosePlainText [all...] |
/external/webkit/WebKit/android/wds/ |
Command.cpp | 34 #include "Frame.h" 51 static bool callDumpRenderTree(const Frame* frame, const Connection* conn) { 52 CString str = externalRepresentation(frame->contentRenderer()).latin1(); 57 static bool callDumpDomTree(const Frame* frame, const Connection* conn) { 58 WebViewCore::getWebViewCore(frame->view())->dumpDomTree(true); 90 InternalCommand(const Command* comm, const Frame* frame, 93 , m_frame(frame) [all...] |
/external/webkit/WebKit/win/ |
WebFramePolicyListener.cpp | 33 #include <WebCore/Frame.h> 42 WebFramePolicyListener::WebFramePolicyListener(PassRefPtr<Frame> frame) 44 , m_frame(frame) 56 WebFramePolicyListener* WebFramePolicyListener::createInstance(PassRefPtr<Frame> frame) 58 WebFramePolicyListener* instance = new WebFramePolicyListener(frame); 126 RefPtr<Frame> frame = m_frame.release(); local 127 if (frame) [all...] |
/external/v8/test/mjsunit/regress/ |
regress-1170187.js | 30 // when an adapter frame is present. 52 var local0Name = exec_state.frame(0).localName(0); 53 var local1Name = exec_state.frame(0).localName(1); 54 var local2Name = exec_state.frame(0).localName(2); 58 var local0Value = exec_state.frame(0).localValue(0).value(); 59 var local1Value = exec_state.frame(0).localValue(1).value(); 60 var local2Value = exec_state.frame(0).localValue(2).value();
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8CustomVoidCallback.cpp | 35 #include "Frame.h" 39 V8CustomVoidCallback::V8CustomVoidCallback(v8::Local<v8::Object> callback, Frame* frame) 41 , m_frame(frame) 60 // Protect the frame until the callback returns. 61 RefPtr<Frame> protector(m_frame); 96 proxy->frame()->document()->reportException(toWebCoreString(message->Get()), message->GetLineNumber(), toWebCoreString(message->GetScriptResourceName()));
|
/external/webkit/WebCore/dom/ |
DOMImplementation.cpp | 33 #include "Frame.h" 275 PassRefPtr<Document> DOMImplementation::createDocument(Frame* frame) 277 return Document::create(frame); 280 PassRefPtr<HTMLDocument> DOMImplementation::createHTMLDocument(Frame* frame) 282 return HTMLDocument::create(frame); 313 PassRefPtr<Document> DOMImplementation::createDocument(const String& type, Frame* frame, bool inViewSourceMode) 316 return HTMLViewSourceDocument::create(frame, type) [all...] |
/external/webkit/WebCore/editing/ |
RemoveFormatCommand.cpp | 32 #include "Frame.h" 51 Frame* frame = document()->frame(); local 54 String string = plainText(frame->selection()->selection().toNormalizedRange().get()); 58 Node* root = frame->selection()->rootEditableElement(); 78 frame->setTypingStyle(defaultStyle.get());
|
/external/webkit/WebCore/page/ |
DragController.h | 41 class Frame; 80 bool mayStartDragAtEventLocation(const Frame*, const IntPoint& framePos); 85 bool startDrag(Frame* src, Clipboard*, DragOperation srcOp, const PlatformMouseEvent& dragEvent, const IntPoint& dragOrigin, bool isDHTMLDrag); 108 IntRect selectionDraggingRect(Frame*); 109 bool doDrag(Frame* src, Clipboard* clipboard, DragImageRef dragImage, const KURL& linkURL, const KURL& imageURL, Node* node, IntPoint& dragLoc, IntPoint& dragImageOffset); 110 void doImageDrag(Element*, const IntPoint&, const IntRect&, Clipboard*, Frame*, IntPoint&); 111 void doSystemDrag(DragImageRef, const IntPoint&, const IntPoint&, Clipboard*, Frame*, bool forLink);
|
/external/webkit/WebCore/rendering/ |
RenderTextControl.cpp | 30 #include "Frame.h" 181 if (Frame* frame = document()->frame()) { 182 frame->editor()->clearUndoRedoOperations(); 213 Frame* frame = document()->frame(); local 214 if (!frame) 216 return indexForVisiblePosition(frame->selection()->start()) 221 Frame* frame = document()->frame(); local [all...] |
/external/webkit/WebKit/chromium/src/ |
WebDocument.cpp | 71 WebFrame* WebDocument::frame() const function in class:WebKit::WebDocument 73 return WebFrameImpl::fromFrame(constUnwrap<Document>()->frame()); 123 Frame* frame = document->frame(); local 124 if (!frame) 127 DocumentLoader* loader = frame->loader()->documentLoader();
|
WebPluginContainerImpl.cpp | 51 #include "Frame.h" 227 Frame* frame = m_element->document()->frame(); local 228 if (!frame) 230 frame->script()->cleanupScriptObjectsForPlugin(this); 240 Frame* frame = m_element->document()->frame(); local 241 if (!frame) 261 Frame* frame = m_element->document()->frame(); local [all...] |
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
DumpRenderTreeQt.h | 109 void connectFrame(QWebFrame *frame); 110 void dumpDatabaseQuota(QWebFrame* frame, const QString& dbName); 123 QString dumpFramesAsText(QWebFrame* frame); 164 void javaScriptAlert(QWebFrame *frame, const QString& message); 166 bool javaScriptConfirm(QWebFrame *frame, const QString& msg); 167 bool javaScriptPrompt(QWebFrame *frame, const QString& msg, const QString& defaultValue, QString* result); 180 bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type);
|
/packages/apps/Camera/src/com/android/camera/ |
PreviewFrameLayout.java | 33 /** A callback to be invoked when the preview frame's size changes. */ 55 mFrame = (FrameLayout) findViewById(R.id.frame); 58 "must provide child with id as \"frame\""); 73 // Try to layout the "frame" in the center of the area, and put 75 // the gripper, the "frame" will be moved a little right so that 88 // Ignore the vertical paddings, so that we won't draw the frame on the 93 // resize frame and preview for aspect ratio
|
/external/opencore/codecs_v2/audio/gsm_amr/common/dec/include/ |
pvgsmamrdecoderinterface.h | 36 * One word (2-byte) to indicate type of frame type. 37 * One word (2-byte) to indicate frame type. 45 * One word (2-byte) for frame length N. 81 * bytes consumed varies frame to frame. This is use for mime/ietf data 91 * bytes consumed varies frame to frame. 119 * not change from frame to frame, but future versions will. 126 * is calculated using the number of bits consumed for the current frame, [all...] |
/external/v8/src/ |
frame-element.h | 38 // Virtual frame elements 43 // of the virtual frame. They should not be read. 44 // * Memory: an element that resides in the actual frame. Its address is 45 // given by its position in the virtual frame. 58 // we have to inspect their backing element in the frame. 69 // we have to inspect their backing element in the frame. 75 // The default constructor creates an invalid frame element. 84 // Factory function to construct an invalid frame element. 90 // Factory function to construct an in-memory frame element. 96 // Factory function to construct an in-register frame element [all...] |
/frameworks/base/media/libmediaplayerservice/ |
MetadataRetrieverClient.cpp | 246 VideoFrame *frame = mRetriever->captureFrame(); local 247 if (frame == NULL) { 248 LOGE("failed to capture a video frame"); 251 size_t size = sizeof(VideoFrame) + frame->mSize; 255 delete frame; 261 delete frame; 265 frameCopy->mWidth = frame->mWidth; 266 frameCopy->mHeight = frame->mHeight; 267 frameCopy->mDisplayWidth = frame->mDisplayWidth; 268 frameCopy->mDisplayHeight = frame->mDisplayHeight [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/common/ |
pvgsmamrdecoderinterface.h | 34 * One word (2-byte) to indicate type of frame type. 35 * One word (2-byte) to indicate frame type. 43 * One word (2-byte) for frame length N. 79 * bytes consumed varies frame to frame. This is use for mime/ietf data 89 * bytes consumed varies frame to frame. 117 * not change from frame to frame, but future versions will. 124 * is calculated using the number of bits consumed for the current frame, [all...] |