OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newObject
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
tst_qscriptengine.cpp
35
void
newObject
();
100
void tst_QScriptEngine::
newObject
()
104
engine.
newObject
();
/libcore/luni/src/test/java/libcore/java/io/
OldObjectInputStreamGetFieldTest.java
72
Support_GetPutFields
newObject
= new Support_GetPutFields();
73
newObject
.initTestValues();
77
object.equals(
newObject
));
/external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.cpp
97
RuntimeObject*
newObject
= newRuntimeObject(exec);
98
m_runtimeObject.set(exec->globalData(),
newObject
, 0);
99
m_rootObject->addRuntimeObject(exec->globalData(),
newObject
);
100
return
newObject
;
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine.cpp
235
\sa
newObject
()
357
QScriptValue QScriptEngine::
newObject
()
359
return QScriptValuePrivate::get(d_ptr->
newObject
());
365
\sa
newObject
()
qscriptengine_p.cpp
99
QScriptValuePrivate* proto = prototype ? prototype :
newObject
();
108
QScriptValuePrivate* proto =
newObject
();
125
QScriptValuePrivate* QScriptEnginePrivate::
newObject
() const
/external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp
199
RefPtr<AccessibilityObject>
newObject
= getOrCreate(newFocusedRender);
200
if (
newObject
) {
201
g_signal_emit_by_name(
newObject
->wrapper(), "focus-event", true);
202
g_signal_emit_by_name(
newObject
->wrapper(), "state-change", "focused", true);
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
tst_qscriptengine.cpp
40
void
newObject
();
146
QScriptValue proto = eng.
newObject
();
205
void tst_QScriptEngine::
newObject
()
208
QScriptValue object = engine.
newObject
();
212
QVERIFY(!object.equals(engine.
newObject
()));
213
QVERIFY(!object.strictlyEquals(engine.
newObject
()));
/packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java
97
MailTransport
newObject
= new MailTransport(mDebugLabel);
99
newObject
.mDebugLabel = mDebugLabel;
100
newObject
.mHost = mHost;
101
newObject
.mPort = mPort;
103
newObject
.mUserInfoParts = mUserInfoParts.clone();
105
newObject
.mConnectionSecurity = mConnectionSecurity;
106
newObject
.mTrustCertificates = mTrustCertificates;
107
return
newObject
;
/external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java
[
all
...]
/external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp
886
QObject*
newObject
= d->newWindowComponent->create(windowContext);
887
if (
newObject
) {
888
windowContext->setParent(
newObject
);
889
QDeclarativeItem* item = qobject_cast<QDeclarativeItem *>(
newObject
);
891
delete
newObject
;
897
newObject
->setParent(d->newWindowParent);
[
all
...]
Completed in 116 milliseconds