HomeSort by relevance Sort by last modified time
    Searched refs:_ignoreScaleAndDisplayModeAndPageNotifications (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebPDFView.h 42 BOOL _ignoreScaleAndDisplayModeAndPageNotifications;
WebPDFView.mm 182 _ignoreScaleAndDisplayModeAndPageNotifications = YES;
185 _ignoreScaleAndDisplayModeAndPageNotifications = NO;
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 107 BOOL _ignoreScaleAndDisplayModeAndPageNotifications;
155 _ignoreScaleAndDisplayModeAndPageNotifications = YES;
158 _ignoreScaleAndDisplayModeAndPageNotifications = NO;
204 if (!_ignoreScaleAndDisplayModeAndPageNotifications)

Completed in 83 milliseconds