• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit-7600.1.25/win/Interfaces/

Lines Matching refs:in

4  * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
41 @discussion Each menu item in the default menu items array passed in
200 HRESULT createWebViewWithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);
211 HRESULT webViewShow([in] IWebView* sender);
217 @discussion Clients showing multiple views in one window may
223 HRESULT webViewClose([in] IWebView* sender);
229 @discussion Clients showing multiple views in one window may want to
233 HRESULT webViewFocus([in] IWebView* sender);
239 @discussion Clients showing multiple views in one window may want to
243 HRESULT webViewUnfocus([in] IWebView* sender);
249 @discussion This method should return the focused control in the
253 real first responder if some control not in the window has focus.
256 HRESULT webViewFirstResponder([in] IWebView* sender, [out, retval] HWND* responderHWnd);
263 @discussion responder will always be a view that is in the view
270 HRESULT makeFirstResponder([in] IWebView* sender, [in] HWND responderHWnd);
279 HRESULT setStatusText([in] IWebView* sender, [in] BSTR text);
288 HRESULT webViewStatusText([in] IWebView* sender, [out, retval] BSTR* text);
302 HRESULT webViewAreToolbarsVisible([in] IWebView* sender, [out, retval] BOOL* visible);
314 HRESULT setToolbarsVisible([in] IWebView* sender, [in] BOOL visible);
323 HRESULT webViewIsStatusBarVisible([in] IWebView* sender, [out, retval] BOOL* visible);
333 HRESULT setStatusBarVisible([in] IWebView* sender, [in] BOOL visible);
340 @discussion If there are multiple views in the same window, they
345 HRESULT webViewIsResizable([in] IWebView* sender, [out, retval] BOOL* resizable);
352 @discussion If there are multiple views in the same window, they
357 HRESULT setResizable([in] IWebView* sender, [in] BOOL resizable);
369 HRESULT setFrame([in] IWebView* sender, [in] RECT* frame);
378 HRESULT webViewFrame([in] IWebView* sender, [out, retval] RECT* frame);
391 HRESULT setContentRect([in] IWebView* sender, [in] RECT* contentRect);
399 HRESULT webViewContentRect([in] IWebView* sender, [out, retval] RECT* contentRect);
410 HRESULT runJavaScriptAlertPanelWithMessage([in] IWebView* sender, [in] BSTR message);
423 HRESULT runJavaScriptConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [out, retval] BOOL* result);
437 HRESULT runJavaScriptTextInputPanelWithPrompt([in] IWebView* sender, [in] BSTR message, [in] BSTR defaultText, [out, retval] BSTR* result);
446 @discussion Clients should include a message in addition to the one
451 HRESULT runBeforeUnloadConfirmPanelWithMessage([in] IWebView* sender, [in] BSTR message, [in] IWebFrame* initiatedByFrame, [out, retval] BOOL* result);
462 HRESULT runOpenPanelForFileButtonWithResultListener([in] IWebView* sender, [in] IWebOpenPanelResultListener* resultListener);
470 @param modifierFlags The modifier flags as in NSEvent.
473 HRESULT mouseDidMoveOverElement([in] IWebView* sender, [in] IPropertyBag* elementInformation, [in] UINT modifierFlags);
477 @abstract Returns the menu items to display in an element's contextual menu.
480 @param defaultMenuItems An array of default NSMenuItems to include in all contextual menus.
481 @result An array of NSMenuItems to include in the contextual menu.
484 HRESULT contextMenuItemsForElement([in] IWebView* sender, [in] IPropertyBag* element, [in] HMENU defaultItemsHMenu, [out, retval] HMENU* resultHMenu);
497 HRESULT validateUserInterfaceItem([in] IWebView* webView, [in] UINT itemCommandID, [in] BOOL defaultValidation, [out, retval] BOOL* isValid);
507 copy behavior or return NO and perform copy: in some other way. See WebView.h to see the actions that
511 HRESULT shouldPerformAction([in] IWebView* webView, [in] UINT itemCommandID, [in] UINT sender);
523 HRESULT dragDestinationActionMaskForDraggingInfo([in] IWebView* webView, [in] IDataObject* draggingInfo, [out, retval] WebDragDestinationAction* action);
535 HRESULT willPerformDragDestinationAction([in] IWebView* webView, [in] WebDragDestinationAction action, [in] IDataObject* draggingInfo);
541 @param point The point where the drag started in the coordinates of the WebView
546 HRESULT dragSourceActionMaskForPoint([in] IWebView* webView, [in] LPPOINT point, [out, retval] WebDragSourceAction* action);
553 @param point The point where the drag started in the coordinates of the WebView
560 HRESULT willPerformDragSourceAction([in] IWebView* webView, [in] WebDragSourceAction action, [in] LPPOINT point, [in] IDataObject* pasteboard, [out, retval] IDataObject** newPasteboard);
569 [local] HRESULT contextMenuItemSelected([in] IWebView* sender, [in] void* item, [in] IPropertyBag* element);
582 @param point The point associated with the context menu event in the coordinates of the WebView
584 HRESULT trackCustomPopupMenu([in] IWebView* sender, [in] HMENU hMenu, [in] LPPOINT point);
592 [local] HRESULT measureCustomMenuItem([in] IWebView* sender, [in] void* measureItem);
600 [local] HRESULT drawCustomMenuItem([in] IWebView* sender, [in] void* drawItem);
609 HRESULT addCustomMenuDrawingData([in] IWebView* sender, [in] HMENU hMenu);
617 HRESULT cleanUpCustomMenuDrawingData([in] IWebView* sender, [in] HMENU hMenu);
621 @abstract Informs whether focus can be transferred out of the WebView in the specified direction
625 HRESULT canTakeFocus([in] IWebView* sender, [in] BOOL forward, [out] BOOL* result);
633 HRESULT takeFocus([in] IWebView* sender, [in] BOOL forward);
644 HRESULT registerUndoWithTarget([in] IWebUndoTarget* target, [in] BSTR actionName, [in] IUnknown* actionArg);
648 @abstract remove all the undo operations that are registered for the passed in target on the undo/redo stack.
651 HRESULT removeAllActionsWithTarget([in] IWebUndoTarget* target);
658 HRESULT setActionTitle([in] BSTR actionTitle);
692 HRESULT printFrame([in] IWebView* webView, [in] IWebFrame* frame);
699 @discussion This method is called when an FTP directory listing is viewed in a webView.
703 HRESULT ftpDirectoryTemplatePath([in] IWebView* webView, [out, retval] BSTR* path);
714 HRESULT webViewHeaderHeight([in] IWebView* webView, [out, retval] float* result);
725 HRESULT webViewFooterHeight([in] IWebView* webView, [out, retval] float* result);
731 @abstract The delegate should draw a header for the sender in the supplied rect.
735 HRESULT drawHeaderInRect([in] IWebView* webView, [in] RECT* rect, [in] ULONG_PTR drawingContext);
741 @abstract The delegate should draw a footer for the sender in the supplied rect.
745 HRESULT drawFooterInRect([in] IWebView* webView, [in] RECT* rect, [in] ULONG_PTR drawingContext, [in] UINT pageIndex, [in] UINT pageCount);
747 HRESULT webViewPrintingMarginRect([in] IWebView* webView, [out, retval] RECT* rect);
749 HRESULT canRunModal([in] IWebView* webView, [out, retval] BOOL* canRunBoolean);
750 HRESULT createModalDialog([in] IWebView* sender, [in] IWebURLRequest* request, [out, retval] IWebView** newWebView);
751 HRESULT runModal([in] IWebView* webView);
752 HRESULT isMenuBarVisible([in] IWebView* webView, [out, retval] BOOL* visible);
753 HRESULT setMenuBarVisible([in] IWebView* webView, [in] BOOL visible);
754 HRESULT runDatabaseSizeLimitPrompt([in] IWebView* webView, [in] BSTR displayName, [in] IWebFrame* initiatedByFrame, [out, retval] BOOL* allowed);
755 HRESULT paintCustomScrollbar([in] IWebView* webView, [in] HDC hDC, [in] RECT rect, [in] WebScrollBarControlSize size, [in] WebScrollbarControlState state,
756 [in] WebScrollbarControlPart pressedPart, [in] BOOL vertical, [in] float value, [in] float proportion, [in] WebScrollbarControlPartMask parts);
757 HRESULT paintCustomScrollCorner([in] IWebView* webView, [in] HDC hDC, [in] RECT rect);