Home | History | Annotate | Download | only in mac

Lines Matching full:preferences

620         for updating preferences-related settings into this one function. This
4077 an NSTimer. Pass in the preferences object as a parameter, since we might not be able to get to
4865 the proxy mechanism in WebPDFView that updates preferences. Now we also listen to PDFKit notifications
4885 update preferences soon, unless deliberately ignoring these notifications
4887 cancel timer, then save data to preferences (code for saving the data was extracted from
4890 use timer to consolidate multiple calls into one action; formerly we were setting preferences
4893 call _updatePreferencesSoon where we used to immediately set preferences
7823 This was caused by the WebView preferences rework in r18417. Specifically, in
7826 [[preferences userStyleSheetLocation] _web_originalDataAsString]], which will
10272 Keep preferences separate from the rest of the client, making sure we are using expected preference values.
20770 (WebView::preferences):
23366 the sizing-related preferences.
23377 removed code that applied the preferences here. This was too early to handle auto-sizing correctly,
23381 New method, does what WebPDFRepresentation used to do and also applies the preferences here.
23409 Don't observe preferences changes here -- we only want to observe preferences while the view is
23418 Stop observing preferences when the view is removed from its window.
23420 Start observing preferences when the view is added to a window.