HomeSort by relevance Sort by last modified time
    Searched refs:BOOL (Results 1 - 25 of 984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 60 - (BOOL)isDNSPrefetchingEnabled;
61 - (void)setDNSPrefetchingEnabled:(BOOL)flag;
63 - (BOOL)developerExtrasEnabled;
64 - (void)setDeveloperExtrasEnabled:(BOOL)flag;
66 - (BOOL)authorAndUserStylesEnabled;
67 - (void)setAuthorAndUserStylesEnabled:(BOOL)flag;
69 - (BOOL)applicationChromeModeEnabled;
70 - (void)setApplicationChromeModeEnabled:(BOOL)flag;
72 - (BOOL)usesEncodingDetector;
73 - (void)setUsesEncodingDetector:(BOOL)flag
    [all...]
WebDynamicScrollBarsView.h 47 - (void)setAllowsHorizontalScrolling:(BOOL)flag;
51 - (void)setAllowsScrollersToOverlapContent:(BOOL)flag;
54 - (void)setAlwaysHideHorizontalScroller:(BOOL)flag;
55 - (void)setAlwaysHideVerticalScroller:(BOOL)flag;
59 - (BOOL)horizontalScrollingAllowed;
60 - (BOOL)verticalScrollingAllowed;
WebPreferences.h 232 - (BOOL)userStyleSheetEnabled;
238 - (void)setUserStyleSheetEnabled:(BOOL)flag;
255 - (BOOL)isJavaEnabled;
261 - (void)setJavaEnabled:(BOOL)flag;
266 - (BOOL)isJavaScriptEnabled;
272 - (void)setJavaScriptEnabled:(BOOL)flag;
277 - (BOOL)javaScriptCanOpenWindowsAutomatically;
283 - (void)setJavaScriptCanOpenWindowsAutomatically:(BOOL)flag;
288 - (BOOL)arePlugInsEnabled;
294 - (void)setPlugInsEnabled:(BOOL)flag
    [all...]
WebDynamicScrollBarsViewInternal.h 34 - (BOOL)allowsHorizontalScrolling;
35 - (BOOL)allowsVerticalScrolling;
37 - (void)setScrollingModes:(WebCore::ScrollbarMode)hMode vertical:(WebCore::ScrollbarMode)vMode andLock:(BOOL)lock;
43 - (void)setHorizontalScrollingMode:(WebCore::ScrollbarMode)mode andLock:(BOOL)lock;
44 - (void)setVerticalScrollingMode:(WebCore::ScrollbarMode)mode andLock:(BOOL)lock;
46 - (void)setHorizontalScrollingModeLocked:(BOOL)locked;
47 - (void)setVerticalScrollingModeLocked:(BOOL)locked;
48 - (void)setScrollingModesLocked:(BOOL)mode;
50 - (BOOL)horizontalScrollingModeLocked;
51 - (BOOL)verticalScrollingModeLocked
    [all...]
WebViewData.h 57 extern BOOL applicationIsTerminating;
82 BOOL allowsUndo;
85 BOOL zoomsTextOnly;
89 BOOL userAgentOverridden;
92 BOOL useSiteSpecificSpoofing;
105 BOOL closed;
106 BOOL shouldCloseWithWindow;
107 BOOL mainFrameDocumentReady;
108 BOOL drawsBackground;
109 BOOL tabKeyCyclesThroughElementsChanged
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSEventExtras.h 33 -(BOOL)_web_isKeyEvent:(unichar)key;
35 -(BOOL)_web_isDeleteKeyEvent;
36 -(BOOL)_web_isEscapeKeyEvent;
37 -(BOOL)_web_isOptionTabKeyEvent;
38 -(BOOL)_web_isReturnOrEnterKeyEvent;
39 -(BOOL)_web_isTabKeyEvent;
WebCache.h 32 + (void)setDisabled:(BOOL)disabled;
33 + (BOOL)isDisabled;
  /external/chromium/chrome/browser/ui/cocoa/
chrome_event_processing_window.h 18 BOOL redispatchingEvent_;
19 BOOL eventHandled_;
28 - (BOOL)redispatchKeyEvent:(NSEvent*)event;
34 - (BOOL)handleExtraWindowKeyboardShortcut:(NSEvent*)event;
38 - (BOOL)handleDelayedWindowKeyboardShortcut:(NSEvent*)event;
42 - (BOOL)handleExtraBrowserKeyboardShortcut:(NSEvent*)event;
45 - (BOOL)performKeyEquivalent:(NSEvent*)theEvent;
info_bubble_window.h 17 BOOL closing_;
20 BOOL delayOnClose_;
25 @property(nonatomic) BOOL delayOnClose;
30 - (BOOL)isClosing;
draggable_button.h 12 BOOL draggable_; // Is this a draggable type of button?
13 BOOL actionHasFired_; // Has the action already fired for this click?
14 BOOL actsOnMouseDown_; // Does button action happen on mouse down when
25 @property(nonatomic) BOOL actionHasFired;
28 @property(nonatomic) BOOL draggable;
33 @property(nonatomic) BOOL actsOnMouseDown;
44 - (void)secondaryMouseUpAction:(BOOL)wasInside;
53 - (BOOL)deltaIndicatesConclusionReachedWithXDelta:(float)xDelta
64 - (BOOL)deltaIndicatesDragStartWithXDelta:(float)xDelta
clickhold_button_cell.h 19 BOOL enableClickHold_;
23 BOOL trackOnlyInRect_;
24 BOOL activateOnDrag_;
28 @property(assign, nonatomic) BOOL enableClickHold;
36 @property(assign, nonatomic) BOOL trackOnlyInRect;
40 @property(assign, nonatomic) BOOL activateOnDrag;
about_ipc_controller.h 45 // Each BOOL allows events that have that name prefix.
49 BOOL appCache_;
50 BOOL view_;
51 BOOL utilityHost_;
52 BOOL viewHost_;
53 BOOL plugin_;
54 BOOL npObject_;
55 BOOL devTools_;
56 BOOL pluginProcessing_;
57 BOOL userString1_
    [all...]
fast_resize_view.h 19 BOOL fastResizeMode_;
26 - (void)setFastResizeMode:(BOOL)fastResizeMode;
nsmenuitem_additions.h 16 - (BOOL)cr_firesForKeyEvent:(NSEvent*)event;
20 - (BOOL)cr_firesForKeyEventIfEnabled:(NSEvent*)event;
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginRequest.h 36 BOOL _didStartFromUserGesture;
37 BOOL _sendNotification;
40 - (id)initWithRequest:(NSURLRequest *)request frameName:(NSString *)frameName notifyData:(void *)notifyData sendNotification:(BOOL)sendNotification didStartFromUserGesture:(BOOL)currentEventIsUserGesture;
45 - (BOOL)isCurrentEventUserGesture;
46 - (BOOL)sendNotification;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 43 HRESULT setDeveloperExtrasEnabled([in] BOOL enabled);
44 HRESULT developerExtrasEnabled([out, retval] BOOL* enabled);
46 HRESULT setAutomaticallyDetectsCacheModel([in] BOOL automaticallyDetectsCacheModel);
47 HRESULT automaticallyDetectsCacheModel([out, retval] BOOL* automaticallyDetectsCacheModel);
49 HRESULT setAuthorAndUserStylesEnabled([in] BOOL enabled);
50 HRESULT authorAndUserStylesEnabled([out, retval] BOOL* enabled);
52 HRESULT inApplicationChromeMode([out, retval] BOOL *allowed);
53 HRESULT setApplicationChromeMode([in] BOOL allowed);
55 HRESULT setOfflineWebApplicationCacheEnabled([in] BOOL enabled);
56 HRESULT offlineWebApplicationCacheEnabled([out, retval] BOOL *enabled)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/mac/
FullKeyboardAccessWatcher.h 33 BOOL fullKeyboardAccessEnabled;
36 + (BOOL)fullKeyboardAccessEnabled;
  /external/webkit/Tools/DumpRenderTree/mac/
EditingDelegate.h 33 BOOL acceptsEditing;
36 - (void)setAcceptsEditing:(BOOL)newAcceptsEditing;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 42 BOOL userIsResizing_;
47 BOOL resizable_;
52 BOOL canDragLeft_;
56 BOOL canDragRight_;
62 BOOL grippyPinned_;
67 - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
75 @property(nonatomic) BOOL canDragLeft;
76 @property(nonatomic) BOOL canDragRight;
77 @property(nonatomic) BOOL grippyPinned;
78 @property(nonatomic,getter=isResizable) BOOL resizable
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_button.h 16 BOOL handleMiddleClick_;
21 BOOL handlingMiddleClick_;
25 @property(assign, nonatomic) BOOL handleMiddleClick;
30 - (BOOL)shouldHandleEvent:(NSEvent*)theEvent;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebImageRendererFactory.m 38 + (BOOL)shouldUseThreadedDecoding
43 + (void)setShouldUseThreadedDecoding:(BOOL)threadedDecode
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_state.h 29 - (BOOL)isVisible;
32 - (BOOL)isAnimationRunning;
36 - (BOOL)isInState:(bookmarks::VisualState)state;
40 - (BOOL)isAnimatingToState:(bookmarks::VisualState)state;
44 - (BOOL)isAnimatingFromState:(bookmarks::VisualState)state;
48 - (BOOL)isAnimatingFromState:(bookmarks::VisualState)fromState
53 - (BOOL)isAnimatingBetweenState:(bookmarks::VisualState)fromState
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 52 BOOL closeDeferred_; // If YES, call performClose: in removeOverlay:.
69 - (BOOL)shouldConstrainFrameRect;
96 - (BOOL)isDragSessionActive;
102 - (BOOL)tabDraggingAllowed;
103 - (BOOL)tabTearingAllowed;
104 - (BOOL)windowMovementAllowed;
108 - (void)showNewTabButton:(BOOL)show;
114 - (BOOL)isTabFullyVisible:(TabView*)tab;
118 - (BOOL)canReceiveFrom:(TabWindowController*)source;
138 - (BOOL)hasLiveTabs
    [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.h 125 /* [retval][out] */ BOOL* enabled);
128 /* [in] */ BOOL enabled);
137 /* [retval][out] */ BOOL* enabled);
140 /* [in] */ BOOL enabled);
143 /* [retval][out] */ BOOL* enabled);
146 /* [in] */ BOOL enabled);
149 /* [retval][out] */ BOOL* enabled);
152 /* [in] */ BOOL enabled);
155 /* [retval][out] */ BOOL* enabled);
158 /* [in] */ BOOL enabled)
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.h 40 BOOL _windowRefIsOwned;
41 BOOL _carbon;
48 BOOL _passingCarbonWindowActivationEvents;
52 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned;
53 - (id)initWithCarbonWindowRef:(WindowRef)inWindowRef takingOwnership:(BOOL)inWindowRefIsOwned disableOrdering:(BOOL)inDisableOrdering carbon:(BOOL)inCarbon;
59 - (BOOL)reconcileToCarbonWindowBounds;

Completed in 3889 milliseconds

1 2 3 4 5 6 7 8 91011>>