Home | History | Annotate | Download | only in mac

Lines Matching full:calling

138          they always use a respondsToSelector check before calling this.
196 WebKit started calling the mouseDidMoveOverElement delegate method with a nil dictionary in r14982.
199 start calling this with nil since it will break Adobe Help Viewer, and possibly other clients.
477 Always animate when calling _scrollTo.
534 calling back into the IconDatabase
1113 So any client on Leopard calling displayIfNeeded* on the WebView would get a layout and any new dirty rects. So
1247 2) Recursivly builds up an array of descendant WebHTMLViews before calling layout on them.
1674 detect that we've already called the delegate and avoids calling it twice.
2397 Now calls WebCore object methods directly, rather than calling
2423 Calling setHorizontalScrollingMode: calls updateScrollers before returning, this will cause
2426 calling updateScrollers.
2616 (WebDocumentLoaderMac::setDataSource): Call retainDataSource instead of calling HardRetain
2625 rather than calling HardRetain only if the old set of resources was empty.
3250 In some cases, calling [super dealloc] might end up calling visibleRect, so make sure to
3861 No test because the bug requires calling setAllowsScrolling: to reproduce.
4621 (-[WebHTMLView _interceptEditingKeyEvent:shouldSaveCommand:]): If we have no command after calling interpretKeyEvents, we assume the input method handled the key.
4658 (-[WebInspector window]): Release the window after calling setWindow:.
5292 Call execCommand for deleteWordForward and deleteWordBackward instead of calling
7088 calling the editor to do text insertion. The insertion is then done in the
7824 _updateWebCoreSettingsFromPreferences when calling setUserStyleSheetLocation,
7829 setUserStyleSheetEnabled *before* calling setUserStyleSheetLocation.
7861 (-[WebBaseNetscapePluginView stop]): Make a copy of the streams collection prior to calling stop all streams.
7862 This is necessary because calling stop has the side effect of removing the stream from this same collection.
7903 - fixed <rdar://problem/4918446> Safari's temp files (PDF's) should be in a sub-folder when calling Preview
8184 fixMenusForOldClients before calling up to the delegate.
8284 resulted in not calling pasteboardTypesForSelection, which Mail was
9249 Widgets take care of calling -removeFromSuperview on their NSViews, which
9337 (-[WebView initWithCoder:]): Don't use the WebView until calling
10164 We were computing isSelectionMisspelled by calling WebCore, but then ignoring the result and always
11628 implement by calling through to WebView
11687 WebCorePageState object directly instead of calling saveDocumentToPageCache on
14852 calling _documentLoadState over and over again.
16164 Changed to call new -[WebCoreFrameBridge stringWithData:] instead of the calling
17916 NPP_Destroy() cannot be called while the browser is calling one of its other plug-in functions. The classic
17926 It should not be possible to start a plug-in instance while we are calling into it (one of those chicken/egg
17929 If we're already calling a plug-in function, do not call NPP_Destroy(). The plug-in function we are calling
18247 when calling above method.
18249 calling above method.
18591 YES while calling sendContextMenuEvent: on the bridge.
18710 implemented this new method by calling through to new bridge method selectionImageForcingWhiteText:
19227 Bug 9732: [Drosera] calling removeListener to many times will cause
19771 Use the plugInPaths ivar instead of calling pluginLocations().
20044 add nil check before calling CFSetApplyFunction
21483 (-[WebHTMLView viewDidMoveToWindow]): Remove logic for calling _reset, including the inWindow
21690 handle removing lastToolTipTag by calling super
23378 because -layout can be called before the document exists, and calling setAutoSize:YES at that
23431 Instead of calling -stop, assert that the plugin is not running. A plugin view cannot be deallocated
23447 is now deleted immediately after calling NPP_StreamAsFile().
23451 Delete the file after calling NPP_StreamAsFile(), instead of in -dealloc/-finalize. It should be OK
23947 have a NULL instance by the time we start the NPStream (by calling -startStreamWithResponse:).
24353 Call super init to create the page before creating the main frame and calling setMainFrame: with it.