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
113
) sorted by null
1
2
3
4
5
/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}}
/external/chromium_org/content/test/plugin/
plugin_window_size_test.h
14
// on the second
SetWindow
call.
19
// NPAPI
SetWindow
handler
20
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_npobject_lifetime_test.h
23
// NPAPI
SetWindow
handler.
24
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
49
// NPAPI
SetWindow
handler.
50
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
66
// NPAPI
SetWindow
handler.
67
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_npobject_identity_test.h
21
// NPAPI
SetWindow
handler.
22
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_npobject_proxy_test.h
22
// NPAPI
SetWindow
handler.
23
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_setup_test.h
18
// NPAPI
SetWindow
handler.
19
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_javascript_open_popup.h
21
// NPAPI
SetWindow
handler.
22
virtual NPError
SetWindow
(NPWindow* window) OVERRIDE;
34
// NPAPI
SetWindow
handler.
35
virtual NPError
SetWindow
(NPWindow* window) OVERRIDE;
plugin_setup_test.cc
16
NPError PluginSetupTest::
SetWindow
(NPWindow* pNPWindow) {
plugin_javascript_open_popup.cc
21
int16 ExecuteJavascriptOpenPopupWithPluginTest::
SetWindow
(
44
int16 ExecuteJavascriptPopupWindowTargetPluginTest::
SetWindow
(
57
return PluginTest::
SetWindow
(window);
plugin_create_instance_in_paint.h
21
virtual NPError
SetWindow
(NPWindow* pNPWindow);
plugin_delete_plugin_in_stream_test.h
21
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_windowed_test.h
24
virtual NPError
SetWindow
(NPWindow* pNPWindow);
plugin_arguments_test.h
38
// NPAPI
SetWindow
handler.
39
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_window_size_test.cc
15
NPError PluginWindowSizeTest::
SetWindow
(NPWindow* pNPWindow) {
47
SetError("Wrong position passed in to
SetWindow
! Test failed");
plugin_delete_plugin_in_deallocate_test.h
23
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_get_javascript_url2_test.h
23
virtual NPError
SetWindow
(NPWindow* pNPWindow) OVERRIDE;
plugin_delete_plugin_in_deallocate_test.cc
72
NPError DeletePluginInDeallocateTest::
SetWindow
(NPWindow* pNPWindow) {
78
// Ensure that we run the test once, even if
SetWindow
is called again.
137
g_signalling_instance_->SetError("
SetWindow
was not invoked.");
plugin_npobject_lifetime_test.cc
24
NPError NPObjectLifetimeTest::
SetWindow
(NPWindow* pNPWindow) {
94
NPError NPObjectLifetimeTestInstance2::
SetWindow
(NPWindow* pNPWindow) {
126
NPError NPObjectDeletePluginInNPN_Evaluate::
SetWindow
(NPWindow* np_window) {
plugin_delete_plugin_in_stream_test.cc
19
NPError DeletePluginInStreamTest::
SetWindow
(NPWindow* pNPWindow) {
/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
...]
/cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.h
34
static void
setWindow
(JNIEnv* env, jobject obj, jobject surface);
/external/chromium_org/ash/test/
test_activation_delegate.cc
36
void TestActivationDelegate::
SetWindow
(aura::Window* window) {
test_activation_delegate.h
30
void
SetWindow
(aura::Window* window);
Completed in 482 milliseconds
1
2
3
4
5