HomeSort by relevance Sort by last modified time
    Searched refs:SEL (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 111 SEL objcMethodSelector = method_getName(objcMethod);
114 SEL objcMethodSelector = objcMethod->method_name;
objc_runtime.mm 60 ObjcMethod::ObjcMethod(ClassStructPtr aClass, SEL selector)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 434 SEL selector = @selector(webView:addMessageToConsole:withSource:);
497 SEL selector = @selector(webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:);
514 SEL selector = @selector(webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:);
529 SEL selector = @selector(webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:);
    [all...]
WebContextMenuClient.mm 279 SEL selector = @selector(webView:contextMenuItemsForElement:defaultMenuItems:);
311 SEL selector = @selector(webView:contextMenuItemSelected:forElement:);
WebDragClient.mm 109 SEL selector = @selector(webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:);
WebEditorClient.mm 658 static SEL selectorForKeyEvent(KeyboardEvent* event)
688 if (SEL commandSelector = selectorForKeyEvent(event))
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 58 SEL _controllerActionOnAnimationEnd;
61 - (void)animateFromRect:(NSRect)startRect toRect:(NSRect)endRect withSubAnimation:(NSAnimation *)subAnimation controllerAction:(SEL)controllerAction;
548 - (void)animateFromRect:(NSRect)startRect toRect:(NSRect)endRect withSubAnimation:(NSAnimation *)subAnimation controllerAction:(SEL)controllerAction
WebUIDelegate.h 467 - (BOOL)webView:(WebView *)webView shouldPerformAction:(SEL)action fromSender:(id)sender;
WebViewInternal.h 64 + (void)_makeAllWebViewsPerformSelector:(SEL)selector;
WebHTMLView.mm 235 static void setCursor(NSWindow *self, SEL cmd, NSPoint point)
247 static void resetCursorRects(NSWindow* self, SEL cmd)
254 static void setCursor(NSCursor* self, SEL cmd)
289 static void setNeedsDisplayInRect(NSView *self, SEL cmd, NSRect invalidRect)
538 SEL selectorForDoCommandBySelector;
    [all...]
WebPDFView.mm 490 SEL action = [item action];
    [all...]
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 63 SEL action = NULL;
  /external/webkit/Source/WebKit/mac/Misc/
WebDownload.mm 84 - (BOOL)respondsToSelector:(SEL)selector
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebEditorClientMac.mm 142 static void changeWordCase(WebPage* page, SEL selector)
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 204 static id NSApplicationAccessibilityFocusedUIElement(NSApplication*, SEL)
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 81 SEL _action;
83 - (id)initWithAction:(SEL)action;
88 - (id)initWithAction:(SEL)action
98 - (SEL)action
722 SEL selector = NSSelectorFromString(nameNS);
    [all...]
EventSendingController.mm 121 + (BOOL)isSelectorExcludedFromWebScript:(SEL)aSelector
152 + (NSString *)webScriptNameForSelector:(SEL)aSelector
    [all...]
DumpRenderTree.mm 160 SEL imposterMethodName = method_getName(imposterMethods[i]);
169 SEL originalMethodName = method_getName(originalMethods[j]);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 379 typedef HashMap<SEL, String> SelectorNameMap;
385 SelectorNameMap* map = new HashMap<SEL, String>;
400 static String commandNameForSelector(SEL selector)
624 SEL action = [item action];
    [all...]
PDFViewController.mm 339 SEL action = [item action];
  /external/webkit/Source/WebCore/page/mac/
EventHandlerMac.mm 417 static void selfRetainingNSScrollViewScrollWheel(NSScrollView *, SEL, NSEvent *);
438 static void selfRetainingNSScrollViewScrollWheel(NSScrollView *self, SEL selector, NSEvent *event)
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 95 SEL action = [menuItem action];
135 SEL action = [item action];
  /external/clang/lib/Sema/
Sema.cpp 157 // If 'SEL' does not yet refer to any declarations, make it refer to the
158 // predefined 'SEL'.
159 DeclarationName SEL = &Context.Idents.get("SEL");
160 if (IdResolver.begin(SEL) == IdResolver.end())
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 262 <synpreds:{pred | SEL <pred>Selector;}; separator="\n">
583 <synpreds:{pred | SEL <pred>Selector;}; separator="\n">
791 SEL <name>Selector = @selector(<name>_fragment);
    [all...]

Completed in 1140 milliseconds

1 2 34 5