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

12

/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;
159 WebCore::Node* QtDRTNodeRuntime::get(const QDRTNode& node) function in class:QtDRTNodeRuntime
173 return toJS(exec, globalObject, QtDRTNodeRuntime::get(variant.value<QDRTNode>()));
264 return adapter->frame->document()->documentElement();
281 Frame* coreFrame = adapter->frame;
342 WebCore::Frame* frame local
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.
97 // something on the stack. The root layer should also never get an
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)
309 if (graphicsLayer != m_scrollLayer.get())
345 // but GraphicsLayer::flushCompositingState() will cross frame boundaries
356 AnimationUpdateBlock animationUpdateBlock(m_renderView->frameView()->frame()
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/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;
254 return QWebElement(m_element->querySelector(selectorQuery, exception).get());
542 Returns the geometry of this element, relative to its containing frame.
695 Returns the web frame whic
1560 QWebElementCollection(const QWebElementCollection &other) argument
1577 operator =(const QWebElementCollection &other) argument
1616 append(const QWebElementCollection &other) argument
2067 Element* QtWebElementRuntime::get(const QWebElement& element) function in class:QtWebElementRuntime
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
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;
122 m_requestCallback->sendFailure("Could not get result in callback.");
168 virtual bool operator==(const EventListener& other) OVERRIDE
170 return this == &other;
184 m_executableWithDatabase->requestCallback()->sendFailure("Could not get result in callback.");
322 virtual RequestCallback* requestCallback() { return m_requestCallback.get(); }
362 RefPtr<InspectorValue> value = array->get(i);
366 keyArray.append(idbKeyFromInspectorObject(object.get()));
592 assertDocument(ErrorString* errorString, Frame* frame) argument
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...]
H A DInspectorFileSystemAgent.cpp12 * in the documentation and/or other materials provided with the
98 return (m_handler.get()->*m_handlingMethod)(argument);
163 errorCallback->handleEvent(FileError::create(FileError::SYNTAX_ERR).get());
233 errorCallback->handleEvent(FileError::create(FileError::SYNTAX_ERR).get());
358 errorCallback->handleEvent(FileError::create(FileError::SYNTAX_ERR).get());
406 virtual bool operator==(const EventListener& other) OVERRIDE
408 return this == &other;
416 didHitError(m_reader->error().get());
464 errorCallback->handleEvent(FileError::create(FileError::SYNTAX_ERR).get());
502 m_reader->readAsArrayBuffer(blob.get(), IGNORE_EXCEPTIO
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DNode.cpp591 toElement(node.get())->normalizeAttributes();
597 node = NodeTraversal::nextPostOrder(node.get());
601 RefPtr<Text> text = toText(node.get());
605 // Care must be taken to get the next node before removing the current node.
606 node = NodeTraversal::nextPostOrder(node.get());
626 document()->textNodesMerged(nextText.get(), offset);
630 node = NodeTraversal::nextPostOrder(node.get());
636 // 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()
[all...]
H A DElement.cpp159 return attrNodeListMap().get(element);
166 return attrNodeListMap().get(element);
171 return result.iterator->value.get();
186 return attrNodeList->at(i).get();
295 cloneChildNodes(clone.get());
324 detachAttrNodeFromElementWithValue(attrNode.get(), attribute->value());
637 // 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
[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)
376 ;; Turned off because I find I expect to get the global definition--rms.
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] ni
[all...]
H A Dmouse.el82 (other :tag "Single click" t))
112 (plist-get (get map 'menu-prop) :filter))))
121 ;; we need to get its function cell
273 (if (zerop (assoc-default 'menu-bar-lines (frame-parameters) 'eq 0))
290 Do nothing if the frame has just one window.
301 (let ((oframe (selected-frame))
302 (frame (window-frame (posn-window (event-start click)))))
304 (raise-frame fram
[all...]
H A Dfollow.el60 ;; columns. Delete the other windows and split the window with
82 ;; * Play around and enjoy! Scroll one window and watch the other.
93 ;; The command `follow-delete-other-windows-and-split' maximises the
101 ;; (global-set-key [f7] 'follow-delete-other-windows-and-split)
107 ;; frame.
125 ;; The correct way to cofigurate Follow mode, or any other mode for
156 ;; Like `follow-scroll-up', but in the other direction.
158 ;; follow-delete-other-windows-and-split C-c . 1
170 ;; in this frame.
173 ;; Switch buffer in all windows in the active frame
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMCoreClasses.cpp11 * documentation and/or other materials provided with the distribution.
163 *result = DOMNodeList::createInstance(m_node->childNodes().get());
355 /* [in] */ IDOMNode* other,
365 if (!other)
369 HRESULT hr = other->QueryInterface(__uuidof(DOMNode), (void**)&domOther);
378 /* [in] */ IDOMNode* /*other*/,
426 m_node->removeEventListener(type, webListener.get(), useCapture);
630 *result = DOMElement::createInstance(m_document->createElement(tagNameString, ec).get());
698 *result = DOMNodeList::createInstance(m_document->getElementsByTagName(tagNameString).get());
739 *result = DOMNodeList::createInstance(m_document->getElementsByTagNameNS(namespaceURIString, localNameString).get());
354 isSameNode( IDOMNode* other, BOOL* result) argument
1189 isEqual( IDOMElement *other, BOOL *result) argument
1278 Frame* frame = m_element->document()->frame(); local
[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/WebCore-7537.78.1/page/
H A DContentSecurityPolicy.cpp11 * documentation and/or other materials provided with the distribution.
113 static const char frameSrc[] = "frame-src";
940 if (!directives->checkEval(directives->operativeDirective(directives->m_scriptSrc.get()))) {
941 String message = makeString("Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"", directives->operativeDirective(directives->m_scriptSrc.get())->text(), "\".\n");
988 return directive ? directive : m_defaultSrc.get();
1063 prefix = "Refused to frame '";
1087 return (checkInlineAndReportViolation(operativeDirective(m_scriptSrc.get()), consoleMessage, contextURL, contextLine, true)
1088 && checkNonceAndReportViolation(m_scriptNonce.get(), String(), consoleMessage, contextURL, contextLine));
1090 return (checkInline(operativeDirective(m_scriptSrc.get()))
1091 && checkNonce(m_scriptNonce.get(), Strin
1455 copyStateFrom(const ContentSecurityPolicy* other) argument
1747 Frame* frame = document->frame(); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dlazy-lock.el141 ;; can interfere with other functions on the hook, and vice versa.
161 ;; (d) It interferes with other package functions on `post-command-hook'.
178 ;; Because buffer text is not necessarily fontified, other packages that expect
229 ;; - Renamed `buffer-windows' to `get-buffer-window-list'
266 ;; - Use `other' widget where possible (Andreas Schwab fix)
302 (put 'do-while 'lisp-indent-function (get 'while 'lisp-indent-function)))
369 If any other value, e.g., `eventually', means demand-driven fontification is
381 (other :tag "eventually" eventually))
392 If any other value, e.g., `syntax-driven', means deferred syntactically true
399 (other
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dwidget26 # This won't work everywhere, but there's no other way in core Tk at the
129 ttk::frame .statusBar
150 ttk::frame .textFrame
234 # demo hyperlink, begin newline, or change style) and all other lines
349 @@demo twind A text widget with embedded windows and other features
417 # Add "See Code" and "Dismiss" button frame, with optional "See Vars"
420 # w - The name of the frame to use.
424 ttk::frame $w
426 #ttk::frame $w.sep -height 2 -relief sunken
481 set b [ttk::frame
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim875 syn match baan4glh "form\.other:"
922 syn match baan4glh "choice\.get\.defaults:"
940 syn match baan4glh "field\.other:"
987 syn keyword baanDalHook after.change.object after.get.object after.new.object after.save.object before.change.object
988 syn keyword baanDalHook before.destroy.object before.get.object before.new.object before.open.object.set before.save.object
1090 syn keyword baanBshell get.compnr
1092 syn keyword baanBshell get.argc
1093 syn keyword baanBshell get.long.arg
1094 syn keyword baanBshell get.double.arg
1095 syn keyword baanBshell get
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex290 \key{show subtree in indirect buffer, ded.\ frame}{C-c C-k}
352 Outside of tables, the same keys may have other functionality.
432 \key{...force open in emacs/other window}{C-u C-c C-o}
434 \key{...force open in emacs/other window}{mouse-3}
600 \key{goto original location in other window}{TAB/mouse-2}
602 \key{goto original location, delete other windows}{RET}
603 \key{show subtree in indirect buffer, ded.\ frame}{b}
608 \key{delete other windows}{o}
652 \key{convert date to other calendars}{C}
670 some other plac
[all...]
H A Drefcard.tex310 \key{get mode-specific information}{C-h m}
410 frame instead of a window.
414 \threecol{delete all other windows}{C-x 1\ \ \ \ }{C-x 5 1}
420 \key{scroll other window}{C-M-v}
426 \threecol{select buffer in other window}{C-x 4 b}{C-x 5 b}
427 \threecol{display buffer in other window}{C-x 4 C-o}{C-x 5 C-o}
428 \threecol{find file in other window}{C-x 4 f}{C-x 5 f}
429 \threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
430 \threecol{run Dired in other window}{C-x 4 d}{C-x 5 d}
431 \threecol{find tag in other windo
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DREADME128 logger references around with your functions and methods. You can get a
160 my($logger, $some, $other, $parameters) = @_;
269 necessarily mean that the message will actually get logged. What
418 The screen appender above, on the other hand, uses a "SimpleLayout",
544 on the other hand is very powerful and allows for a very flexible
754 with other Internet functions, but not because there would be a class of
784 other system components even "DEBUG" messages will be logged.
817 categories. If you do, you'll get into trouble with inherited methods.
850 package "Bar", which will always get a logger of the "Bar" category,
863 In a method other tha
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex.el117 ;; quickly to every part of your document. Press `?' to get help.
134 ;; other environments)
187 ;; When the enclosing macro is `\cite' or `\ref' and no other message
200 ;; other information. It does it automatically once and updates its
237 ;; get stuck, of if you are curious what else might be available.
353 When referencing, you get a menu with all labels of a given type and
372 Under X, these and other functions will also be available as `Ref' menu
387 (unless (get 'reftex-auto-view-crossref 'initialized)
391 (unless (get 'reftex-auto-recenter-toc 'initialized)
413 ;; Use it so that we get th
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy35 Many users will find enough information in L<"EXAMPLES"> to get
129 Write html with a frame holding a table of contents and the source code. The
130 output files will be F<mymodule.pm.html> (the frame), F<mymodule.pm.toc.html>
152 Options may not be bundled together. In other words, options B<-q> and
235 Change the extension of the backup file to be something other than the
361 of indentation. Certain other features are incompatible with this
375 does its own checking, but this option employs perl to get a "second
636 and other code tokens.
774 arise between them and all of the other rules that it uses. One
867 See also the next item, B<-isbc>, as well as B<-sbc>, for other way
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm760 functions and methods. You can get a logger anytime via a singleton
793 my($logger, $some, $other, $parameters) = @_;
912 necessarily mean that the message will actually get logged.
1067 screen appender above, on the other hand,
1201 on the other hand is very powerful and
1417 with other Internet functions, but not because there would be
1448 logged only if they're C<ERROR> or worse, while in all other system components
1487 categories. If you do, you'll get into trouble with inherited methods.
1521 will always get a logger of the C<Bar> category, even if we call C<new()> via
1533 In a method other tha
[all...]

Completed in 199 milliseconds

12