OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setwindow
(Results
1 - 25
of
62
) 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 [-Wstrict-selector-match]}}
/cts/tests/tests/database/src/android/database/cts/
AbstractWindowedCursorTest.java
63
mCursor.
setWindow
(mWindow);
81
mCursor.
setWindow
(mWindow);
102
method = "
setWindow
",
115
mCursor.
setWindow
(mWindow);
119
mCursor.
setWindow
(null);
130
mCursor.
setWindow
(mWindow);
146
mCursor.
setWindow
(mWindow);
162
mCursor.
setWindow
(mWindow);
178
mCursor.
setWindow
(mWindow);
194
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];
/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);
/external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp
468
PLUGIN_LOG("--%p
SetWindow
isStarted=[%d] \n", instance(), m_isStarted);
473
// in Android, plugin always get the
setwindow
() in the page coordinate.
486
if (m_plugin->pluginFuncs()->
setwindow
) {
491
m_plugin->pluginFuncs()->
setwindow
(m_instance, &m_npWindow);
495
m_window->
setWindow
(&m_npWindow, m_isTransparent);
/cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java
127
method = "
setWindow
",
142
cursor.
setWindow
(cursorWindow);
/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
/frameworks/base/core/java/android/database/sqlite/
SQLiteCursor.java
302
public void
setWindow
(CursorWindow window) {
303
super.
setWindow
(window);
/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);
/frameworks/base/core/java/android/database/
AbstractWindowedCursor.java
162
public void
setWindow
(CursorWindow window) {
BulkCursorToCursorAdaptor.java
94
setWindow
(mBulkCursor.getWindow(newPosition));
CursorToBulkCursorAdaptor.java
148
windowedCursor.
setWindow
(window);
/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 767 milliseconds
1
2
3