OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NSException
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebCore/platform/mac/
BlockExceptions.h
26
#import <Foundation/
NSException
.h>
28
void ReportBlockedObjCException(
NSException
*);
31
#define END_BLOCK_OBJC_EXCEPTIONS } @catch(
NSException
*localException) { ReportBlockedObjCException(localException); }
BlockExceptions.mm
31
void ReportBlockedObjCException(
NSException
*exception)
ThreadCheck.mm
115
[
NSException
raise:@"WebKitThreadingException" format:@"%s was called from a secondary thread", function];
/external/chromium/chrome/browser/
chrome_browser_application_mac.h
28
size_t BinForException(
NSException
* exception);
31
void RecordExceptionWithUma(
NSException
* exception);
/external/webkit/Source/WebCore/bindings/objc/
ExceptionHandlers.mm
71
NSException
*exception = [
NSException
exceptionWithName:exceptionName reason:reason userInfo:userInfo];
DOMObject.mm
48
[
NSException
raise:NSGenericException format:@"+[%@ init]: should never be used", NSStringFromClass([self class])];
DOMInternal.mm
83
[
NSException
raise:NSGenericException format:@"+%@: _init is an internal initializer", [self class]];
/external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm
105
} @catch(
NSException
* localException) {
133
} @catch(
NSException
* localException) {
166
} @catch(
NSException
* localException) {
179
} @catch(
NSException
* localException) {
objc_instance.mm
323
} @catch(
NSException
* localException) {
374
} @catch(
NSException
* localException) {
401
} @catch(
NSException
* localException) {
428
} @catch(
NSException
* localException) {
/external/webkit/Tools/DumpRenderTree/mac/
ObjCController.m
176
} @catch (
NSException
*e) {
212
} @catch(
NSException
*exception) {
AccessibilityUIElementMac.mm
59
#define END_AX_OBJC_EXCEPTIONS } @catch(
NSException
*e) { if (![[e name] isEqualToString:NSAccessibilityException]) @throw; }
[
all
...]
/external/webkit/Source/WebKit/mac/Misc/
WebKitLogging.m
104
if ([exception isKindOfClass:[
NSException
class]])
WebIconDatabase.mm
518
} @catch (
NSException
*localException) {
/external/webkit/Tools/Scripts/
extract-localizable-strings
49
my %isDebugMacro = ( ASSERT_WITH_MESSAGE => 1, LOG_ERROR => 1, ERROR => 1, NSURL_ERROR => 1, FATAL => 1, LOG => 1, LOG_WARNING => 1, UI_STRING_LOCALIZE_LATER => 1, LPCTSTR_UI_STRING_LOCALIZE_LATER => 1, UNLOCALIZED_STRING => 1, UNLOCALIZED_LPCTSTR => 1, dprintf => 1,
NSException
=> 1, NSLog => 1, printf => 1 );
/external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm
[
all
...]
WebView.mm
868
} @catch (
NSException
*localException) {
[
all
...]
Completed in 549 milliseconds