Lines Matching refs:BOOL

65         - (void)_setInViewSourceMode:(BOOL)flag;
67 HRESULT setInViewSourceMode([in] BOOL flag);
72 - (BOOL)_inViewSourceMode;
74 HRESULT inViewSourceMode([out, retval] BOOL* flag);
96 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
100 HRESULT generateSelectionImage(BOOL forceWhiteText, [out, retval] OLE_HANDLE* hBitmap);
102 HRESULT canHandleRequest([in] IWebURLRequest* request, [out, retval] BOOL* result);
106 HRESULT setTabKeyCyclesThroughElements([in] BOOL cycles);
107 HRESULT tabKeyCyclesThroughElements([out, retval] BOOL* result);
109 HRESULT setAllowSiteSpecificHacks([in] BOOL allows);
117 HRESULT setInitialFocus([in] BOOL forward);
123 HRESULT setProhibitsMainFrameScrolling([in] BOOL prohibits);
126 HRESULT setShouldApplyMacFontAscentHack([in] BOOL shouldApply);
134 HRESULT shouldClose([out, retval] BOOL* result);
143 HRESULT setDefersCallbacks([in] BOOL defersCallbacks);
144 HRESULT defersCallbacks([out, retval] BOOL* defersCallbacks);
153 HRESULT setTransparent([in] BOOL transparent);
154 HRESULT transparent([out, retval] BOOL* transparent);
156 HRESULT setAlwaysUsesComplexTextCodePath([in] BOOL complex);
157 HRESULT alwaysUsesComplexTextCodePath([out, retval] BOOL* complex);
159 HRESULT setCookieEnabled([in] BOOL enable);
160 HRESULT cookieEnabled([out, retval] BOOL* enabled);
172 HRESULT setMemoryCacheDelegateCallsEnabled([in] BOOL enabled);
174 HRESULT setJavaScriptURLsAreAllowed([in] BOOL areAllowed);
176 HRESULT setCanStartPlugins([in] BOOL canStartPlugins);
210 HRESULT addOriginAccessWhitelistEntry([in] BSTR sourceOrigin, [in] BSTR destinationProtocol, [in] BSTR destinationHost, [in] BOOL allowDestinationSubdomains);
213 HRESULT removeOriginAccessWhitelistEntry([in] BSTR sourceOrigin, [in] BSTR destinationProtocol, [in] BSTR destinationHost, [in] BOOL allowDestinationSubdomains);
222 HRESULT isNodeHaltedPlugin([in] IDOMNode*, [retval, out] BOOL*);
224 HRESULT hasPluginForNodeBeenHalted([in] IDOMNode*, [retval, out] BOOL*);
231 HRESULT setDomainRelaxationForbiddenForURLScheme([in] BOOL forbidden, [in] BSTR scheme);