Searched +defs:frame +defs:parameters (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/calendar/
H A Dcal-x.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dframe.el[all...]
H A Dediff-wind.el[all...]
H A Dtooltip.el[all...]
H A Dspeedbar.el[all...]
H A Dman.el[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitUIClient.cpp126 static void setWindowFrame(WKPageRef page, WKRect frame, const void* clientInfo) argument
139 static void printFrame(WKPageRef page, WKFrameRef frame, const void*) argument
144 static void runOpenPanel(WKPageRef page, WKFrameRef frame, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener, const void *clientInfo) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtWebPageUIClient.cpp137 void QtWebPageUIClient::runOpenPanel(WKPageRef, WKFrameRef, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener, const void* clientInfo) argument
158 void QtWebPageUIClient::policyForGeolocationPermissionRequest(WKPageRef page, WKFrameRef frame, WKSecurityOriginRef origin, WKGeolocationPermissionRequestRef request, const void* clientInfo) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebInspector.cpp79 WebPageCreationParameters parameters; local
226 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
H A DWebPage.cpp220 PassRefPtr<WebPage> WebPage::create(uint64_t pageID, const WebPageCreationParameters& parameters) argument
230 WebPage::WebPage(uint64_t pageID, const WebPageCreationParameters& parameters) argument
540 createPlugin(WebFrame* frame, HTMLPlugInElement* pluginElement, const Plugin::Parameters& parameters, String& newMIMEType) argument
597 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
748 focusedPluginViewForFrame(Frame* frame) argument
762 pluginViewForFrame(Frame* frame) argument
774 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
788 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
988 Frame* frame = m_page->mainFrame(); local
1001 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
1160 Frame* frame = m_page->mainFrame(); local
1207 Frame* frame = m_mainFrame->coreFrame(); local
1245 Frame* frame = m_mainFrame->coreFrame(); local
1259 Frame* frame = m_mainFrame->coreFrame(); local
1648 Frame* frame = page->corePage()->mainFrame(); local
1662 Frame* frame = page->corePage()->mainFrame(); local
1763 Frame* frame = page->mainFrame(); local
1827 Frame* frame = page->mainFrame(); local
1878 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
1976 Frame* frame = page->mainFrame(); local
2019 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
2186 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
2329 Frame* frame = frameWithSelection(m_page.get()); local
2380 resourceDataForFrame(Frame* frame, const KURL& resourceURL) argument
2664 Frame* frame = node->document()->frame(); local
2969 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
3040 replaceSelectionWithText(Frame* frame, const String& text) argument
3065 Frame* frame = m_page->mainFrame(); local
3325 beginLoad(WebFrame* frame, const SandboxExtension::Handle& handle) argument
3337 shouldReuseCommittedSandboxExtension(WebFrame* frame) argument
3359 didStartProvisionalLoad(WebFrame* frame) argument
3380 didCommitProvisionalLoad(WebFrame* frame) argument
3394 didFailProvisionalLoad(WebFrame* frame) argument
3473 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
3536 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
3581 WebFrame* frame = WebProcess::shared().webFrame(frameID); local
3713 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
3737 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
3748 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
3754 Frame* frame = m_page->focusController()->focusedOrMainFrame(); local
4109 didCommitLoad(WebFrame* frame) argument
4133 didFinishLoad(WebFrame* frame) argument
4282 Frame* frame = frameWithSelection(m_page.get()); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLTProcessorLibxslt.cpp141 Frame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame(); local
219 static const char** xsltParamArrayFromParameterMap(XSLTProcessor::ParameterMap& parameters) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebUIClient.cpp123 void WebUIClient::runJavaScriptAlert(WebPageProxy* page, const String& message, WebFrameProxy* frame) argument
131 bool WebUIClient::runJavaScriptConfirm(WebPageProxy* page, const String& message, WebFrameProxy* frame) argument
139 String WebUIClient::runJavaScriptPrompt(WebPageProxy* page, const String& message, const String& defaultValue, WebFrameProxy* frame) argument
288 void WebUIClient::setWindowFrame(WebPageProxy* page, const FloatRect& frame) argument
309 bool WebUIClient::runBeforeUnloadConfirmPanel(WebPageProxy* page, const String& message, WebFrameProxy* frame) argument
333 exceededDatabaseQuota(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, const String& databaseName, const String& databaseDisplayName, unsigned long long currentQuota, unsigned long long currentOriginUsage, unsigned long long currentDatabaseUsage, unsigned long long expectedUsage) argument
341 runOpenPanel(WebPageProxy* page, WebFrameProxy* frame, WebOpenPanelParameters* parameters, WebOpenPanelResultListenerProxy* listener) argument
350 decidePolicyForGeolocationPermissionRequest(WebPageProxy* page, WebFrameProxy* frame, WebSecurityOrigin* origin, GeolocationPermissionRequestProxy* permissionRequest) argument
368 headerHeight(WebPageProxy* page, WebFrameProxy* frame) argument
376 footerHeight(WebPageProxy* page, WebFrameProxy* frame) argument
384 drawHeader(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& rect) argument
392 drawFooter(WebPageProxy* page, WebFrameProxy* frame, const WebCore::FloatRect& rect) argument
400 printFrame(WebPageProxy* page, WebFrameProxy* frame) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DPageUIClientEfl.cpp198 void PageUIClientEfl::setWindowFrame(WKPageRef, WKRect frame, const void* clientInfo) argument
216 void PageUIClientEfl::runOpenPanel(WKPageRef, WKFrameRef, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener, const void* clientInfo) argument
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlw-help.el[all...]
H A Dgdb-ui.el[all...]
H A Didlw-shell.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp125 void Chrome::contentsSizeChanged(Frame* frame, const IntSize& size) const argument
190 Page* Chrome::createWindow(Frame* frame, const FrameLoadRequest& request, const WindowFeatures& features, const NavigationAction& action) const argument
290 runBeforeUnloadConfirmPanel(const String& message, Frame* frame) argument
307 runJavaScriptAlert(Frame* frame, const String& message) argument
325 runJavaScriptConfirm(Frame* frame, const String& message) argument
344 runJavaScriptPrompt(Frame* frame, const String& prompt, const String& defaultValue, String& result) argument
367 setStatusbarText(Frame* frame, const String& status) argument
458 print(Frame* frame) argument
490 openDateTimeChooser(DateTimeChooserClient* client, const DateTimeChooserParameters& parameters) argument
497 runOpenPanel(Frame* frame, PassRefPtr<FileChooser> fileChooser) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus.el[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp156 Frame* frame = m_pluginView->m_pluginElement->document()->frame(); local
254 Frame* frame = pluginElement->document()->frame(); local
264 PassRefPtr<PluginView> PluginView::create(PassRefPtr<HTMLPlugInElement> pluginElement, PassRefPtr<Plugin> plugin, const Plugin::Parameters& parameters) argument
269 PluginView(PassRefPtr<HTMLPlugInElement> pluginElement, PassRefPtr<Plugin> plugin, const Plugin::Parameters& parameters) argument
358 Frame* PluginView::frame() const function in class:WebKit::PluginView
1044 Frame* frame = this->frame(); local
1104 Frame* frame = m_pluginElement->document()->frame(); local
1152 RefPtr<Frame> frame = m_pluginElement->document()->frame(); local
1297 Frame* frame = m_pluginElement->document()->frame(); local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebChromeClient.cpp77 static double area(WebFrame* frame) argument
180 void WebChromeClient::focusedFrameChanged(Frame* frame) argument
194 WebPageCreationParameters parameters; local
303 runBeforeUnloadConfirmPanel(const String& message, Frame* frame) argument
335 runJavaScriptAlert(Frame* frame, const String& alertText) argument
348 runJavaScriptConfirm(Frame* frame, const String& message) argument
365 runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) argument
467 contentsSizeChanged(Frame* frame, const IntSize& size) const argument
571 print(Frame* frame) argument
581 exceededDatabaseQuota(Frame* frame, const String& databaseName, DatabaseDetails details) argument
671 runOpenPanel(Frame* frame, PassRefPtr<FileChooser> prpFileChooser) argument
[all...]
H A DWebFrameLoaderClient.cpp85 WebFrameLoaderClient::WebFrameLoaderClient(WebFrame* frame) argument
1330 Plugin::Parameters parameters; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.cpp214 void WebProcess::initializeProcess(const ChildProcessInitializationParameters& parameters) argument
269 void WebProcess::initializeWebProcess(const WebProcessCreationParameters& parameters, CoreIPC::MessageDecoder& decoder) argument
572 createWebPage(uint64_t pageID, const WebPageCreationParameters& parameters) argument
691 addWebFrame(uint64_t frameID, WebFrame* frame) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dcl-macs.el[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32fns.c381 Lisp_Object tail, frame; local
4144 Lisp_Object parameters; variable
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
8100 Lisp_Object operation, document, parameters, show_flag; variable
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c692 xsltVarFrame *frame; local
717 xsltVarFrame * frame; local
2822 xsltVarFrame *frame; local
2877 xsltVarFrame *frame; local
6042 processTopLevelVars( domNode * xmlNode, xsltState * xs, char ** parameters, int ignoreUndeclaredParameters, char ** errMsg ) argument
7392 xsltProcess( domDocument * xsltDoc, domNode * xmlNode, void * xsltCmdData, char ** parameters, int ignoreUndeclaredParameters, xpathFuncCallback funcCB, void * xpathFuncClientData, xsltMsgCB xsltMsgCB, void * xsltMsgClientData, char ** errMsg, domDocument ** resultDoc ) argument
[all...]

Completed in 270 milliseconds

12