Searched +refs:other +refs:frame (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebFrameAdapter.cpp94 frame = Frame::create(page, ownerElement, frameLoaderClient);
97 frame->tree()->setName(name);
99 parentFrame->tree()->appendChild(frame);
109 , frame(0)
122 if (frame->tree()->parent())
170 frame->loader()->load(WebCore::FrameLoadRequest(frame, request));
172 if (frame->tree()->parent())
178 return frame && frame
367 kit(const Frame* frame) argument
428 isCoreFrameClear(WebCore::Frame* frame) argument
864 QWebHitTestResultPrivate(const QWebHitTestResultPrivate& other) argument
872 operator =(const QWebHitTestResultPrivate& other) argument
[all...]
H A DDumpRenderTreeSupportQt.cpp134 QDRTNode::QDRTNode(const QDRTNode& other) argument
135 :m_node(other.m_node)
141 QDRTNode& QDRTNode::operator=(const QDRTNode& other) argument
143 if (this != &other) {
144 Node* otherNode = other.m_node;
264 return adapter->frame->document()->documentElement();
281 Frame* coreFrame = adapter->frame;
342 WebCore::Frame* frame = adapter->page->focusController()->focusedOrMainFrame(); local
344 RefPtr<Range> range = frame->selection()->toNormalizedRange().get();
346 Element* selectionRoot = frame
366 WebCore::Frame* frame = adapter->page->focusController()->focusedOrMainFrame(); local
750 Frame* frame = adapter->page->focusController()->focusedOrMainFrame(); local
807 Frame* frame = adapter->frame; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DHitTestResult.cpp74 HitTestResult::HitTestResult(const HitTestLocation& other) argument
75 : m_hitTestLocation(other)
81 HitTestResult::HitTestResult(const HitTestResult& other) argument
82 : m_hitTestLocation(other.m_hitTestLocation)
83 , m_innerNode(other.innerNode())
84 , m_innerNonSharedNode(other.innerNonSharedNode())
85 , m_pointInInnerNodeFrame(other.m_pointInInnerNodeFrame)
86 , m_localPoint(other.localPoint())
87 , m_innerURLElement(other.URLElement())
88 , m_scrollbar(other
99 operator =(const HitTestResult& other) argument
618 append(const HitTestResult& other) argument
[all...]
H A DRenderLayerCompositor.cpp11 * documentation and/or other materials provided with the distribution.
163 CompositingState(const CompositingState& other) argument
164 : m_compositingAncestor(other.m_compositingAncestor)
165 , m_subtreeIsCompositing(other.m_subtreeIsCompositing)
166 , m_testingOverlap(other.m_testingOverlap)
168 , m_depth(other.m_depth + 1)
345 // but GraphicsLayer::flushCompositingState() will cross frame boundaries
356 AnimationUpdateBlock animationUpdateBlock(m_renderView->frameView()->frame()->animation());
452 for (Frame* frame = m_renderView->frameView()->frame(); fram
557 Frame* frame = m_renderView->frameView()->frame(); local
2899 Frame* frame = m_renderView->frameView()->frame(); local
2943 Frame* frame = m_renderView->frameView()->frame(); local
2978 Frame* frame = m_renderView->frameView() ? m_renderView->frameView()->frame() : 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DImageDocument.cpp11 * documentation and/or other materials provided with the distribution.
64 virtual bool operator==(const EventListener& other);
126 Frame* frame = document->frame(); local
127 return frame ? frame->pageZoomFactor() : 1;
132 Frame* frame = document()->frame(); local
133 Settings* settings = frame->settings();
134 if (!frame
180 ImageDocument(Frame* frame, const KURL& url) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dcombo.rb26 selectable from the drop-down list, and you can choose other values \
40 Ttk::Frame.new(base_frame) {|frame|
41 sep = Ttk::Separator.new(frame)
44 Ttk::Button.new(frame, :text=>'See Variables',
52 Ttk::Button.new(frame, :text=>'See Code',
55 Ttk::Button.new(frame, :text=>'Dismiss',
66 frame = Ttk::Frame.new(base_frame).pack(:fill=>:both, :expand=>true)
77 Tk.pack(Ttk::Labelframe.new(frame, :text=>'Fully Editable'){|f|
85 Ttk::LabelFrame.new(frame, :text=>'Disabled'){|f|
90 Ttk::LabelFrame.new(frame,
[all...]
H A Dttkbut.rb29 button controls whether all the other themed widgets in this toplevel are \
72 ## See ttk_widget(n) for other possible state flags
107 Ttk::Frame.new(base_frame) {|frame|
108 sep = Ttk::Separator.new(frame)
111 Ttk::Button.new(frame, :text=>'See Variables',
119 Ttk::Button.new(frame, :text=>'See Code',
122 Ttk::Button.new(frame, :text=>'Dismiss',
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorInstrumentation.cpp12 * in the documentation and/or other materials provided with the
117 Frame* frame = 0; local
119 frame = toDocument(context)->frame();
120 return frame;
135 InspectorInstrumentationCookie::InspectorInstrumentationCookie(const InspectorInstrumentationCookie& other) argument
136 : m_instrumentingAgents(other.m_instrumentingAgents)
137 , m_timelineAgentId(other.m_timelineAgentId)
141 InspectorInstrumentationCookie& InspectorInstrumentationCookie::operator=(const InspectorInstrumentationCookie& other) argument
143 if (this != &other) {
154 didClearWindowObjectInWorldImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, DOMWrapperWorld* world) argument
339 didScheduleResourceRequestImpl(InstrumentingAgents* instrumentingAgents, const String& url, Frame* frame) argument
437 willEvaluateScriptImpl(InstrumentingAgents* instrumentingAgents, const String& url, int lineNumber, Frame* frame) argument
459 didCreateIsolatedContextImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, ScriptState* scriptState, SecurityOrigin* origin) argument
485 didInvalidateLayoutImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
491 willLayoutImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
541 willScrollLayerImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
553 willRecalculateStyleImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
692 willReceiveResourceDataImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, Frame* frame, int length) argument
708 willReceiveResourceResponseImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const ResourceResponse& response, Frame* frame) argument
732 didReceiveResourceResponseButCanceledImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
738 continueAfterXFrameOptionsDeniedImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
743 continueWithPolicyDownloadImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
748 continueWithPolicyIgnoreImpl(Frame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) argument
851 domContentLoadedEventFiredImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
869 loadEventFiredImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
884 frameDetachedFromParentImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
931 frameDocumentUpdatedImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
947 frameStartedLoadingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
953 frameStoppedLoadingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
959 frameScheduledNavigationImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, double delay) argument
965 frameClearedScheduledNavigationImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
996 willWriteHTMLImpl(InstrumentingAgents* instrumentingAgents, unsigned startLine, Frame* frame) argument
1045 startConsoleTimingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, const String& title) argument
1053 stopConsoleTimingImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, const String& title, PassRefPtr<ScriptCallStack> stack) argument
1061 consoleTimeStampImpl(InstrumentingAgents* instrumentingAgents, Frame* frame, PassRefPtr<ScriptArguments> arguments) argument
1187 didReceiveWebSocketFrameImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const WebSocketFrame& frame) argument
1197 didSendWebSocketFrameImpl(InstrumentingAgents* instrumentingAgents, unsigned long identifier, const WebSocketFrame& frame) argument
1210 updateApplicationCacheStatusImpl(InstrumentingAgents* instrumentingAgents, Frame* frame) argument
1258 didRequestAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
1266 didCancelAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
1274 willFireAnimationFrameImpl(InstrumentingAgents* instrumentingAgents, int callbackId, Frame* frame) argument
[all...]
H A DInspectorIndexedDBAgent.cpp12 * in the documentation and/or other materials provided with the
104 virtual bool operator==(const EventListener& other) OVERRIDE
106 return this == &other;
168 virtual bool operator==(const EventListener& other) OVERRIDE
170 return this == &other;
412 virtual bool operator==(const EventListener& other) OVERRIDE
414 return this == &other;
592 static Document* assertDocument(ErrorString* errorString, Frame* frame) argument
594 Document* document = frame ? frame
619 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); local
638 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); local
652 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); local
757 Frame* frame = m_pageAgent->findFrameWithSecurityOrigin(securityOrigin); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.cpp168 Constructs a copy of \a other.
170 QWebElement::QWebElement(const QWebElement &other) argument
172 , m_element(other.m_element)
179 Assigns \a other to this element and returns a reference to this element.
181 QWebElement &QWebElement::operator=(const QWebElement &other) argument
184 if (this != &other) {
185 Element *otherElement = other.m_element;
542 Returns the geometry of this element, relative to its containing frame.
695 Returns the web frame which this element is a part of. If the element is a
707 Frame* frame
1560 QWebElementCollection(const QWebElementCollection &other) argument
1577 operator =(const QWebElementCollection &other) argument
1616 append(const QWebElementCollection &other) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.cpp276 // Make sure the main frame exists, as WebCore expects it when returning from this ChromeClient::createWindow()
286 void QWebPagePrivate::javaScriptAlert(QWebFrameAdapter* frame, const QString& msg) argument
288 q->javaScriptAlert(QWebFramePrivate::kit(frame), msg);
291 bool QWebPagePrivate::javaScriptConfirm(QWebFrameAdapter* frame, const QString& msg) argument
293 return q->javaScriptConfirm(QWebFramePrivate::kit(frame), msg);
296 bool QWebPagePrivate::javaScriptPrompt(QWebFrameAdapter *frame, const QString &msg, const QString &defaultValue, QString *result) argument
298 return q->javaScriptPrompt(QWebFramePrivate::kit(frame), msg, defaultValue, result);
306 void QWebPagePrivate::printRequested(QWebFrameAdapter *frame) argument
308 emit q->printRequested(QWebFramePrivate::kit(frame));
311 void QWebPagePrivate::databaseQuotaExceeded(QWebFrameAdapter* frame, cons argument
351 chooseFiles(QWebFrameAdapter *frame, bool allowMultiple, const QStringList &suggestedFileNames) argument
376 QWebFrame *frame = frameAdapter ? QWebFramePrivate::kit(frameAdapter): 0; local
383 emitRestoreFrameStateRequested(QWebFrameAdapter *frame) argument
388 emitSaveFrameStateRequested(QWebFrameAdapter *frame, QWebHistoryItem *item) argument
398 emitFrameCreated(QWebFrameAdapter *frame) argument
953 QWebFrameAdapter* frame = mainFrame.data()->d; local
1223 ViewportAttributes(const QWebPage::ViewportAttributes& other) argument
1248 operator =(const QWebPage::ViewportAttributes& other) argument
1493 javaScriptAlert(QWebFrame *frame, const QString& msg) argument
1512 javaScriptConfirm(QWebFrame *frame, const QString& msg) argument
1537 javaScriptPrompt(QWebFrame *frame, const QString& msg, const QString& defaultValue, QString* result) argument
1587 setFeaturePermission(QWebFrame* frame, Feature feature, PermissionPolicy policy) argument
1670 collectChildFrames(QWebFrame* frame, QList<QWebFrame*>& list) argument
1780 geolocationPermissionRequested(QWebFrameAdapter* frame) argument
1785 geolocationPermissionRequestCancelled(QWebFrameAdapter* frame) argument
1790 notificationsPermissionRequested(QWebFrameAdapter* frame) argument
1795 notificationsPermissionRequestCancelled(QWebFrameAdapter* frame) argument
2083 acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type) argument
[all...]
H A Dqwebpage.h222 ViewportAttributes(const QWebPage::ViewportAttributes& other);
226 QWebPage::ViewportAttributes& operator=(const QWebPage::ViewportAttributes& other);
321 void setFeaturePermission(QWebFrame* frame, Feature feature, PermissionPolicy policy);
350 QWebFrame* frame; member in class:QWebPage::ErrorPageExtensionOption
381 void frameCreated(QWebFrame *frame);
386 void printRequested(QWebFrame *frame);
398 void databaseQuotaExceeded(QWebFrame* frame, QString databaseName);
401 void saveFrameStateRequested(QWebFrame* frame, QWebHistoryItem* item);
402 void restoreFrameStateRequested(QWebFrame* frame);
406 void featurePermissionRequested(QWebFrame* frame, QWebPag
[all...]
H A Dqwebframe.cpp118 QWebFrame* newFrame = new QWebFrame(/*parent frame*/q, frameData);
145 \brief The QWebFrame class represents a frame in a web page.
149 QWebFrame represents a frame inside a web page. Each QWebPage
150 object contains at least one frame, the main frame, obtained using
152 \c{<frame>} or \c{<iframe>} elements.
154 A frame can be loaded using load() or setUrl(). Alternatively, if you have
162 loaded by the frame (see url()) as well as the URL originally requested
166 frame history (\l{QWebHistory}) if load is successful.
168 The title of an HTML frame ca
1055 QWebHitTestResult(const QWebHitTestResult &other) argument
1065 operator =(const QWebHitTestResult &other) argument
1265 QWebFrame *QWebHitTestResult::frame() const function in class:QWebHitTestResult
[all...]
H A Dqwebframe.h69 QWebHitTestResult(const QWebHitTestResult &other);
70 QWebHitTestResult &operator=(const QWebHitTestResult &other);
96 QWebFrame *frame() const;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DGestureTapHighlighter.cpp13 * documentation and/or other materials provided with the distribution.
52 Frame* containingFrame = o->frame();
96 inline void shiftXEdgesToContainIfStrikes(LayoutRect& rect, LayoutRect& other, bool isFirst) argument
101 if (other.isEmpty() || !strikes(rect, other))
104 LayoutUnit leftSide = std::min(rect.x(), other.x());
105 LayoutUnit rightSide = std::max(rect.maxX(), other.maxX());
111 other.shiftMaxXEdgeTo(rightSide);
113 other.shiftXEdgeTo(leftSide);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dwindow.c28 #include "frame.h"
99 /* The mini-buffer window of the selected frame.
171 /* Function to pop up a special frame. */
223 /* Nonzero means we can split a frame even if it is "unsplittable". */
267 p->frame = Qnil;
309 used by that frame. */)
310 (frame) variable
311 Lisp_Object frame;
313 if (NILP (frame))
314 frame variable
1094 Lisp_Object x, y, frame; variable
1100 CHECK_LIVE_FRAME (frame); variable
2016 Lisp_Object frame, minibuf, window; variable
2329 Lisp_Object frame, dedicated; variable
2355 Lisp_Object frame, dedicated; variable
2370 Lisp_Object buffer, frame; variable
2454 Lisp_Object buffer, frame; variable
2498 Lisp_Object tail, frame; local
3503 Lisp_Object frame = XWINDOW (window)->frame; local
3635 register Lisp_Object buffer, not_this_window, frame; variable
3745 Lisp_Object upper, lower, other; variable
6078 Lisp_Object frame; variable
6596 Lisp_Object frame; variable
6607 CHECK_LIVE_FRAME (frame); variable
6721 Lisp_Object frame; variable
6728 CHECK_FRAME (frame); variable
[all...]
H A Dw32fns.c36 #include "frame.h"
278 /* The below are defined in frame.c. */
323 /* Extract a frame as a FRAME_PTR, defaulting to the selected frame
327 check_x_frame (frame)
328 Lisp_Object frame;
332 if (NILP (frame))
333 frame = selected_frame;
334 CHECK_LIVE_FRAME (frame);
335 f = XFRAME (frame);
381 Lisp_Object tail, frame; local
3180 int other = (msg == WM_LBUTTONDOWN) ? RMOUSE : LMOUSE; local
3244 int other = (msg == WM_LBUTTONUP) ? RMOUSE : LMOUSE; local
4147 Lisp_Object frame, tem; variable
4460 Lisp_Object frame; variable
6325 Lisp_Object color, frame; variable
6341 Lisp_Object color, frame; variable
6851 Lisp_Object prop, value, frame, type, format, outer_p; variable
6881 Lisp_Object prop, frame; variable
6909 Lisp_Object prop, frame; variable
7191 Lisp_Object frame, tem; local
7522 Lisp_Object string, frame, parms, timeout, dx, dy; variable
7754 Lisp_Object deleted, frame, timer; variable
7988 Lisp_Object frame, include_proportional; variable
8046 Lisp_Object command, frame; variable
[all...]
H A Dbuffer.c51 #include "frame.h"
213 If the optional arg FRAME is a frame, we return the buffer list
214 in the proper order for that frame: the buffers in FRAME's `buffer-list'
215 frame parameter come first, followed by the rest of the buffers. */)
216 (frame) variable
217 Lisp_Object frame;
222 if (FRAMEP (frame))
226 CHECK_FRAME (frame);
228 framelist = Fcopy_sequence (XFRAME (frame)->buffer_list);
971 If inquiring about some other buffe
225 CHECK_FRAME (frame); variable
1236 register Lisp_Object buffer, visible_ok, frame; variable
1416 struct buffer *other; variable in typeref:struct:buffer
1564 Lisp_Object frame; local
2163 struct buffer *other; variable in typeref:struct:buffer
3229 struct Lisp_Overlay *other, *other_prev; local
3302 struct Lisp_Overlay *other, *other_prev; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DnavigatorView.css13 * documentation and/or other materials provided with the distribution.
36 content: url(Images/frame.png);
51 .navigator-other-tree-item .icon {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.cpp636 // For nodes other than elements and attributes, the prefix is always null
642 // The spec says that for nodes other than elements and attributes, prefix is always null.
680 if (document()->frame() && document()->frame()->page() && document()->frame()->page()->isEditable() && !containingShadowRoot())
925 bool Node::isDescendantOf(const Node *other) const
927 // Return true if other is an ancestor of this, otherwise false
928 if (!other || !other->hasChildNodes() || inDocument() != other
[all...]
H A DElement.cpp637 // other out, but the alternative is that we'd have to crawl up the whole render tree every
752 // When in strict mode, clientWidth for the document element should return the width of the containing frame.
753 // When in quirks mode, clientWidth for the body element should return the width of the containing frame.
776 // When in strict mode, clientHeight for the document element should return the height of the containing frame.
777 // When in quirks mode, clientHeight for the body element should return the height of the containing frame.
1222 bool Element::hasEquivalentAttributes(const Element* other) const
1225 other->synchronizeAllAttributes();
1226 if (elementData() == other->elementData())
1229 return elementData()->isEquivalent(other->elementData());
1230 if (other
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Disearch.el103 (other :tag "on" t))
296 "Face for lazy highlighting of matches other than the current one."
322 (define-key map [t] 'isearch-other-control-char)
328 (define-key map (make-string 1 i) 'isearch-other-control-char)
338 ;; another full keymap. This must be done for any other prefix
345 (define-key map (vector meta-prefix-char t) 'isearch-other-meta-char)
386 ;; Pass frame events transparently so they won't exit the search.
388 ;; switch-frame might be generated by someone typing at another keyboard.
389 (define-key map [switch-frame] nil)
390 (define-key map [delete-frame] ni
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dsupercite.el143 (defcustom sc-cite-frame-alist '()
144 "*Alist for frame selection during citing.
152 a citation frame, or a symbol that represents the name of
153 a variable whose value is a citation frame."
158 (put 'sc-cite-frame-alist 'risky-local-variable t)
160 (defcustom sc-uncite-frame-alist '()
161 "*Alist for frame selection during unciting.
162 See the variable `sc-cite-frame-alist' for details."
167 (put 'sc-uncite-frame-alist 'risky-local-variable t)
169 (defcustom sc-recite-frame
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim179 " Frame - frame.
205 " Button - accessible only by other properties
210 " Checkbox - accessible only by other properties
216 " File upload - accessible only by other properties
222 " Hidden - accessible only by other properties
225 " Password - accessible only by other properties
233 " Radio - accessible only by other properties
239 " Reset - accessible only by other properties
245 " Submit - accessible only by other properties
251 " Text - accessible only by other propertie
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp893 cursorWidth = shmem->cursorSize[0 != shmem->frame].width;
911 // If the frame buffer is cacheable, flush at the end of the
966 hs = &shmem->hotSpot[0 != shmem->frame];
984 hs = &shmem->hotSpot[0 != shmem->frame];
994 + shmem->cursorSize[0 != shmem->frame].width;
996 + shmem->cursorSize[0 != shmem->frame].height;
1027 hs = &shmem->hotSpot[0 != shmem->frame];
1029 + shmem->cursorSize[0 != shmem->frame].width;
1031 + shmem->cursorSize[0 != shmem->frame].height;
2070 setCursorImage( (void *)(uintptr_t) shmem->frame );
3252 int frame; local
3460 IOIndex frame = args->scalarInput[1]; local
3516 int frame = (uintptr_t) cursorImage; local
7537 extSetMirrorOne(uint32_t value, IOFramebuffer * other) argument
7603 IOFramebuffer * other = (IOFramebuffer *) reference; local
7642 IOFramebuffer * other = (IOFramebuffer *) reference; local
[all...]

Completed in 399 milliseconds

123