HomeSort by relevance Sort by last modified time
    Searched refs:validateUserInterfaceItem (Results 1 - 17 of 17) sorted by null

  /external/webkit/Tools/MiniBrowser/
MBToolbarItem.m 32 [self setEnabled:[[self target] validateUserInterfaceItem:self]];
  /external/chromium/chrome/browser/ui/cocoa/
menu_controller.h 57 - (BOOL)validateUserInterfaceItem:(id<NSValidatedUserInterfaceItem>)item;
  /external/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.m 48 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 445 @method webView:validateUserInterfaceItem:defaultValidation:
454 - (BOOL)webView:(WebView *)webView validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item defaultValidation:(BOOL)defaultValidation;
WebPDFView.mm 361 // disable it using validateUserInterfaceItem.
503 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
510 return CallUIDelegateReturningBoolean(result, [self _webView], @selector(webView:validateUserInterfaceItem:defaultValidation:), item, result);
    [all...]
WebView.mm     [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.h 159 virtual HRESULT STDMETHODCALLTYPE validateUserInterfaceItem(
  /external/webkit/Tools/WinLauncher/
PrintWebUIDelegate.h 67 virtual HRESULT STDMETHODCALLTYPE validateUserInterfaceItem(IWebView*, UINT, BOOL, BOOL*) { return E_NOTIMPL; }
  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.h 161 virtual HRESULT STDMETHODCALLTYPE validateUserInterfaceItem(
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm 505 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegate.idl 487 @method webView:validateUserInterfaceItem:defaultValidation:
495 - (BOOL)webView:(WebView *)webView validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item defaultValidation:(BOOL)defaultValidation;
497 HRESULT validateUserInterfaceItem([in] IWebView* webView, [in] UINT itemCommandID, [in] BOOL defaultValidation, [out, retval] BOOL* isValid);
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 729 if (![validator respondsToSelector:@selector(validateUserInterfaceItem:)])
731 return [validator validateUserInterfaceItem:target.get()];
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 321 // disable it using validateUserInterfaceItem.
337 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
WKView.mm 622 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 133 - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)item
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm     [all...]

Completed in 501 milliseconds