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

  /external/webkit/Source/WebKit/mac/WebView/
WebFormDelegate.h 52 - (void)textFieldDidBeginEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
53 - (void)textFieldDidEndEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
54 - (void)textDidChangeInTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame;
55 - (void)textDidChangeInTextArea:(DOMHTMLTextAreaElement *)element inFrame:(WebFrame *)frame;
57 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame;
58 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame;
WebFormDelegate.m 47 - (void)textFieldDidBeginEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
51 - (void)textFieldDidEndEditing:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
55 - (void)textDidChangeInTextField:(DOMHTMLInputElement *)element inFrame:(WebFrame *)frame
59 - (void)textDidChangeInTextArea:(DOMHTMLTextAreaElement *)element inFrame:(WebFrame *)frame
63 - (BOOL)textField:(DOMHTMLInputElement *)element doCommandBySelector:(SEL)commandSelector inFrame:(WebFrame *)frame
68 - (BOOL)textField:(DOMHTMLInputElement *)element shouldHandleEvent:(NSEvent *)event inFrame:(WebFrame *)frame
WebHistoryDelegate.h 34 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame;
36 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
38 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainer.h 39 @method webPlugInContainerLoadRequest:inFrame:
47 - (void)webPlugInContainerLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target;
WebPluginContainerPrivate.h 41 - (id)_webPluginContainerCheckIfAllowedToLoadRequest:(NSURLRequest *)Request inFrame:(NSString *)target resultObject:(id)obj selector:(SEL)selector;
WebPluginController.mm 363 - (id)_webPluginContainerCheckIfAllowedToLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target resultObject:(id)obj selector:(SEL)selector
372 - (void)webPlugInContainerLoadRequest:(NSURLRequest *)request inFrame:(NSString *)target
  /external/webkit/Tools/DumpRenderTree/mac/
HistoryDelegate.mm 40 - (void)webView:(WebView *)webView didNavigateWithNavigationData:(WebNavigationData *)navigationData inFrame:(WebFrame *)webFrame
56 - (void)webView:(WebView *)webView didPerformClientRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
63 - (void)webView:(WebView *)webView didPerformServerRedirectFromURL:(NSString *)sourceURL toURL:(NSString *)destinationURL inFrame:(WebFrame *)webFrame
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 45 inFrame:(NSRect)cellFrame;
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 43 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<InFrame>();
72 public InFrame takeFrame() throws InterruptedException {
124 InFrame inFrame = new InFrame(i, reader);
125 reader.nextFrame(inFrame);
126 inFrames.add(inFrame);
161 public static class InFrame implements SpdyReader.Handler {
176 public InFrame(int sequence, SpdyReader reader)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 492 float inFrame[FRAMESAMPLES_10ms];
523 inFrame[k] = (float)speechInLB[k];
527 inFrame[k] = (float) speechIn[k];
532 inFrame[0] += (float)1.23455334e-3;
533 inFrame[1] -= (float)2.04324239e-3;
534 inFrame[2] += (float)1.90854954e-3;
535 inFrame[9] += (float)1.84854878e-3;
544 streamLenLB = WebRtcIsac_EncodeLb(inFrame, &instLB->ISACencLB_obj,
555 inFrame[k] = (float) speechInUB[k];
559 inFrame[0] += (float)1.23455334e-3
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.mm 632 CallFormDelegate(m_webView, @selector(textFieldDidBeginEditing:inFrame:), inputElement, kit(element->document()->frame()));
642 CallFormDelegate(m_webView, @selector(textFieldDidEndEditing:inFrame:), inputElement, kit(element->document()->frame()));
655 CallFormDelegate(m_webView, @selector(textDidChangeInTextField:inFrame:), inputElement, kit(element->document()->frame()));
689 return CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inFrame:), inputElement, commandSelector, kit(element->document()->frame()));
701 CallFormDelegateReturningBoolean(NO, m_webView, @selector(textField:doCommandBySelector:inFrame:), inputElement, @selector(deleteBackward:), kit(element->document()->frame()));
711 CallFormDelegate(m_webView, @selector(textDidChangeInTextArea:inFrame:), textAreaElement, kit(element->document()->frame()));
    [all...]
WebFrameLoaderClient.mm     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h     [all...]
OpenGLRenderer.cpp 531 bool OpenGLRenderer::updateLayer(Layer* layer, bool inFrame) {
536 if (inFrame) {
541 if (CC_UNLIKELY(inFrame || mCaches.drawDeferDisabled)) {
547 if (inFrame) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1015 milliseconds