Searched refs:spy (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp2386 QSignalSpy spy(&page, SIGNAL(loadFinished(bool)));
2392 QCOMPARE(spy.count(), 1);
2398 QCOMPARE(spy.count(), 2);
2404 QCOMPARE(spy.count(), 3);
2426 QSignalSpy spy(frame, SIGNAL(loadFinished(bool)));
2433 QVERIFY(!spy.at(0).first().toBool());
2442 QVERIFY(!spy.at(1).first().toBool());
2459 QSignalSpy spy(frame, SIGNAL(javaScriptWindowObjectCleared()));
2464 QCOMPARE(spy.count(), signalCount);
2471 QSignalSpy spy(fram
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
H A DSDL_aavideo.c206 int ddy1, ddy, spy = 0, ey; local
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
232 bb1 += spy;
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp448 QSignalSpy spy(wv, SIGNAL(htmlChanged()));
450 QCOMPARE(spy.count(), 1);
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp572 QSignalSpy spy(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString)));
574 QTRY_COMPARE(spy.count(), 1);
576 QTRY_COMPARE(spy.count(),1);
/external/v8/test/cctest/
H A Dtest-api.cc5222 Script::Compile(v8_str("spy=function(){return spy;}"))->Run();
5223 Local<Value> spy = env1->Global()->Get(v8_str("spy")); local
5224 CHECK(spy->IsFunction());
5231 // Switch to env2 in the same domain and invoke spy on env2.
5236 Local<Value> result = Function::Cast(*spy)->Call(env2->Global(), 0, NULL);
/external/chromium/net/base/
H A Deffective_tld_names.cc3170 {"spy.museum", 0},

Completed in 185 milliseconds