Searched refs:BOOL (Results 226 - 250 of 903) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStreamEnumerator.h43 -(BOOL) hasNext;
H A DANTLRTreeIterator.h40 BOOL firstTime;
51 @property BOOL firstTime;
68 - (BOOL) hasNext;
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcookie_tree_node.h33 - (BOOL)isLeaf;
/external/chromium/chrome/browser/ui/cocoa/
H A Dstyled_text_field_cell.h54 - (BOOL)shouldDrawBezel;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSArrayExtras.m59 BOOL removePreviousItemIfSeparator = YES;
63 BOOL itemIsSeparator = [item isSeparatorItem];
H A DWebNSFileManagerExtras.h41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
42 - (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFormDelegate.m63 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame
68 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame
H A DWebPolicyDelegatePrivate.h51 - (BOOL)webView:(WebView *)webView shouldGoToHistoryItem:(WebHistoryItem *)item;
H A DWebResourceInternal.h48 + (BOOL)_needMailThreadWorkaroundIfCalledOffMainThread;
H A DWebHTMLRepresentation.h65 - (BOOL)elementDoesAutoComplete:(DOMElement *)element;
66 - (BOOL)elementIsPassword:(DOMElement *)element;
70 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element resultDistance:(WebNSUInteger*)outDistance resultIsInCellAbove:(BOOL*)outIsInCellAbove;
H A DWebFrameView.mm75 - (BOOL)_needsToResetDragMargins;
76 - (void)_setNeedsToResetDragMargins:(BOOL)s;
80 - (BOOL)_scrollTo:(const NSPoint *)newOrigin animate:(BOOL)animate; // need the boolean result from this method
95 BOOL includedInWebKitStatistics;
146 BOOL resetDragMargins = [window _needsToResetDragMargins];
225 + (NSMutableDictionary *)_viewTypesAllowImageTypeOmission:(BOOL)allowImageTypeOmission
228 static BOOL addedImageTypes = NO;
235 BOOL omitPDFSupport = [[NSUserDefaults standardUserDefaults] boolForKey:@"WebKitOmitPDFSupport"];
248 + (BOOL)_canShowMIMETypeAsHTM
[all...]
H A DWebDelegateImplementationCaching.mm138 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object, BOOL boolean)
194 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector)
199 return reinterpret_cast<BOOL (*)(id, SEL, WebView *)>(objc_msgSend)(delegate, selector, self);
201 return reinterpret_cast<BOOL (*)(id, SEL, WebView *)>(objc_msgSend)(delegate, selector, self);
208 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object)
213 return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(delegate, selector, self, object);
215 return reinterpret_cast<BOOL (*)(id, SEL, WebView *, id)>(objc_msgSend)(delegate, selector, self, object);
222 static inline BOOL CallDelegateReturningBoolea
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebResourceLoadDelegatePrivate.idl61 HRESULT shouldUseCredentialStorage([in] IWebView* webView, [in] unsigned long identifier, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldUse);
63 HRESULT shouldCacheResponse([in] IWebView* webView, [in] unsigned long identifier, [in] IWebURLResponse* response, [in] const char* data, [in] unsigned long long length, [in] IWebDataSource* dataSource, [out, retval] BOOL* shouldCache);
/external/webkit/Source/WebKit/win/
H A DWebKitSystemBits.cpp48 BOOL result = GetDiskFreeSpaceExW((LPCWSTR)path.charactersWithNullTermination(), &freeBytesToCaller, 0, 0);
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_shelf_controller.h47 BOOL barIsVisible_;
49 BOOL isFullscreen_;
84 - (BOOL)isVisible;
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dweb_drop_target.h52 - (BOOL)performDragOperation:(id<NSDraggingInfo>)info
64 - (BOOL)populateURL:(GURL*)url
67 convertingFilenames:(BOOL)convertFilenames;
/external/quake/quake/src/WinQuake/
H A Dconproc.cpp36 BOOL GetScreenBufferLines (int *piLines);
37 BOOL SetScreenBufferLines (int iLines);
38 BOOL ReadText (LPTSTR pszText, int iBeginLine, int iEndLine);
39 BOOL WriteText (LPCTSTR szText);
41 BOOL SetConsoleCXCY(HANDLE hStdout, int cx, int cy);
174 BOOL GetScreenBufferLines (int *piLines)
177 BOOL bRet;
188 BOOL SetScreenBufferLines (int iLines)
195 BOOL ReadText (LPTSTR pszText, int iBeginLine, int iEndLine)
199 BOOL bRe
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.h134 + (BOOL)isSelectorExcludedFromWebScript:(SEL)selector;
155 + (BOOL)isKeyExcludedFromWebScript:(const char *)name;
229 + (BOOL)throwException:(NSString *)exceptionMessage;
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.h44 BOOL nibLoaded;
45 BOOL usingSheet;
57 - (BOOL)loadNib;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
39 BOOL isSingleElement;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
75 - (BOOL) hasNext;
H A DANTLRBaseRecognizer.h57 // BOOL failed;
65 //@property (assign, getter=getFailed, setter=setFailed) BOOL failed;
90 - (BOOL) getFailed;
91 - (void) setFailed: (BOOL) flag;
115 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
136 - (ANTLRBitSet *)combineFollows:(BOOL) exact;
169 - (BOOL) alreadyParsedRule:(id<ANTLRIntStream>)anInput RuleIndex:(NSInteger)ruleIndex;
180 - (BOOL) evaluateSyntacticPredicate:(SEL)synpredFragment;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
39 BOOL isSingleElement;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
75 - (BOOL) hasNext;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRewriteRuleElementStream.h38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
39 BOOL isSingleElement;
47 @property (assign, getter=Getdirty, setter=Setdirty:) BOOL dirty;
48 @property (assign, getter=GetIsSingleElement, setter=SetIsSingleElement:) BOOL isSingleElement;
75 - (BOOL) hasNext;
/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_win.cc21 BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data);
42 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
61 BOOL result = Shell_NotifyIcon(NIM_ADD, &icon_data);
77 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
91 BOOL result = Shell_NotifyIcon(NIM_MODIFY, &icon_data);
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultUIDelegate.m41 - (void)_cycleWindowsReversed:(BOOL)reversed;
114 - (BOOL)webViewAreToolbarsVisible: (WebView *)wv
119 - (void)webView: (WebView *)wv setToolbarsVisible:(BOOL)visible
123 - (BOOL)webViewIsStatusBarVisible: (WebView *)wv
128 - (void)webView: (WebView *)wv setStatusBarVisible:(BOOL)visible
132 - (BOOL)webViewIsResizable: (WebView *)wv
137 - (void)webView: (WebView *)wv setResizable:(BOOL)resizable
160 - (BOOL)webView: (WebView *)wv runJavaScriptConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame
191 - (BOOL)webView:(WebView *)webView shouldBeginDragForElement:(NSDictionary *)element dragImage:(NSImage *)dragImage mouseDownEvent:(NSEvent *)mouseDownEvent mouseDraggedEvent:(NSEvent *)mouseDraggedEvent
234 - (BOOL)webVie
[all...]

Completed in 326 milliseconds

1234567891011>>