HomeSort by relevance Sort by last modified time
    Searched full:setwindow (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/clang/test/SemaObjC/
warn-selector-selection.m 8 - (void)setWindow:(Object *)wdw;
13 [obj setWindow:0]; // expected-warning{{'Object' may not respond to 'setWindow:'}}
class-method-lookup.m 31 - (void)setWindow:(Object *)wdw;
35 - (void)setWindow:(Class1 *)window;
43 [obj setWindow:nil]; // expected-warning {{'Object' may not respond to 'setWindow:'}}
warn-strict-selector-match.m 16 - (void)setWindow:(Object *)wdw; // expected-note {{using}}
20 - (void)setWindow:(Class1 *)window; // expected-note {{also found}}
26 [obj setWindow:0]; // expected-warning {{Object' may not respond to 'setWindow:'}}
27 [obj2 setWindow:0]; // expected-warning {{multiple methods named 'setWindow:' found}}
  /cts/tests/tests/database/src/android/database/cts/
AbstractWindowedCursorTest.java 53 mCursor.setWindow(mWindow);
66 mCursor.setWindow(mWindow);
83 mCursor.setWindow(mWindow);
87 mCursor.setWindow(null);
93 mCursor.setWindow(mWindow);
104 mCursor.setWindow(mWindow);
115 mCursor.setWindow(mWindow);
126 mCursor.setWindow(mWindow);
137 mCursor.setWindow(mWindow);
148 mCursor.setWindow(mWindow)
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebWindowAnimation.h 41 // Be sure to call setWindow:nil to clear the weak link _window when appropriate
42 - (void)setWindow:(NSWindow *)window;
57 // Be sure to call setWindow:nil to clear the weak link _window when appropriate
58 - (void)setWindow:(NSWindow *)window;
WebWindowAnimation.m 92 - (void)setWindow:(NSWindow *)window
221 - (void)setWindow:(NSWindow*)window
WebVideoFullscreenController.mm 183 [_fadeAnimation setWindow:nil];
197 [self setWindow:nil];
614 [_fullscreenAnimation setWindow:nil];
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MemoryCursor.java 31 setWindow(new CursorWindow(name));
  /external/webkit/Source/WebCore/bindings/js/
ScriptCachedFrameData.cpp 87 windowShell->setWindow(window->globalData(), window);
89 windowShell->setWindow(frame->domWindow());
JSDOMWindowShell.cpp 51 setWindow(window);
58 void JSDOMWindowShell::setWindow(PassRefPtr<DOMWindow> domWindow)
69 setWindow(*JSDOMWindow::commonJSGlobalData(), jsDOMWindow);
JSDOMWindowShell.h 47 void setWindow(JSC::JSGlobalData& globalData, JSDOMWindow* window)
53 void setWindow(PassRefPtr<DOMWindow>);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 109 host->setWindow(testWindow);
111 host->setWindow(0);
167 ASSERT_WITH_MESSAGE(m_state != WindowSet, "Must call setWindow(0) before destroying CACFLayerTreeHost");
170 void CACFLayerTreeHost::setWindow(HWND window)
CACFLayerTreeHost.h 64 void setWindow(HWND);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 91 m_layerTreeHost->setWindow(m_hwnd);
151 m_layerTreeHost->setWindow(0);
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 48 setWindow(d.window);
83 setWindow(mBulkCursor.getWindow(newPosition));
AbstractWindowedCursor.java 162 public void setWindow(CursorWindow window) {
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java 234 public void setWindow(CursorWindow window) {
235 super.setWindow(window);
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 464 PLUGIN_LOG("--%p SetWindow isStarted=[%d] \n", instance(), m_isStarted);
469 // in Android, plugin always get the setwindow() in the page coordinate.
482 if (m_plugin->pluginFuncs()->setwindow) {
484 m_plugin->pluginFuncs()->setwindow(m_instance, &m_npWindow);
488 m_window->setWindow(&m_npWindow, m_isTransparent);
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 82 pluginFuncs->setwindow = NPP_SetWindow;
139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 265 if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow)
301 m_plugin->pluginFuncs()->setwindow(m_instance, &m_npWindow);
  /external/webkit/Source/WebCore/plugins/win/
PluginPackageWin.cpp 107 // call SetWindow when the plugin view has a correct size
133 // call SetWindow when the plugin view has a correct size
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 482 if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->setwindow)
485 // If the plugin didn't load sucessfully, no point in calling setwindow
489 // On Unix, only call plugin's setwindow if it's full-page or windowed
522 m_plugin->pluginFuncs()->setwindow(m_instance, &m_npWindow);
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 97 cursor.setWindow(cursorWindow);
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 89 pluginFuncs->setwindow = NPP_SetWindow;
  /external/webkit/Source/WebCore/html/
HTMLEmbedElement.cpp 158 // plugins/netscape-plugin-setwindow-size.html

Completed in 1328 milliseconds

1 2 3