/external/chromium/chrome/browser/extensions/ |
extension_web_ui.cc | 411 // tracker deletes itself when done. 412 ExtensionWebUIImageLoadingTracker* tracker = local 414 tracker->Init();
|
image_loading_tracker.h | 50 // The |image| is owned by the tracker, so the observer should make a copy
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
ChromeClientEfl.cpp | 412 DatabaseDetails details = DatabaseTracker::tracker().detailsForNameAndOrigin(databaseName, origin); 420 if (!quota && !DatabaseTracker::tracker().hasEntryForOrigin(origin)) 423 DatabaseTracker::tracker().setQuota(origin, quota);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
RadioGroupTest.java | 113 // inject the tracker to the button when the button is added by 122 // the tracker informs the checked state change of the button to the group 126 // the tracker informs the checked state change of the button to the group 130 // remove the tracker from the button when the button is removed
|
/external/apache-http/src/org/apache/http/impl/conn/ |
SingleClientConnManager.java | 229 RouteTracker tracker = uniquePoolEntry.tracker; 230 shutdown = (tracker == null || // can happen if method is aborted 231 !tracker.toRoute().equals(route));
|
/external/chromium/chrome/browser/resources/shared/js/ |
event_tracker.js | 86 * Remove a single event listener given it's tracker entry. It's up to the
|
/external/chromium/chrome/browser/sync/glue/ |
foreign_session_tracker.h | 21 // Class to manage foreign sessions. The tracker will own all ForeignSession
|
/external/llvm/include/llvm/Analysis/ |
CaptureTracking.h | 59 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker);
|
/external/webkit/Source/WebCore/storage/ |
StorageAreaSync.cpp | 248 StorageTracker::tracker().cancelDeletingOrigin(m_databaseIdentifier); 264 StorageTracker::tracker().setOriginDetails(m_databaseIdentifier, databaseFilename); 460 if (StorageTracker::tracker().isActive()) 461 StorageTracker::tracker().deleteOrigin(m_databaseIdentifier);
|
AbstractDatabase.cpp | 206 m_filename = DatabaseTracker::tracker().fullPathForDatabase(securityOrigin(), m_name); 207 DatabaseTracker::tracker().addOpenDatabase(this); 473 return DatabaseTracker::tracker().getMaxSizeForDatabase(this);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDatabase.cpp | 110 DatabaseTracker::tracker().getOpenDatabases(origin.get(), databaseName, &databaseHandles);
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-projects.jd | 59 <li>Allocation Tracker - Shows the memory allocation of objects.</li>
|
/frameworks/base/services/common_time/ |
clock_recovery.h | 73 // Low-pass filter for bias tracker.
|
/frameworks/native/services/surfaceflinger/ |
FrameTracker.h | 71 // advanceFrame advances the frame tracker to the next frame.
|
/prebuilts/tools/common/m2/internal/asm/asm-parent/3.3/ |
asm-parent-3.3.pom | 64 <url>http://forge.objectweb.org/tracker/?group_id=23</url>
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.cc | 166 PrefProxyConfigTracker* tracker, 169 pref_config_tracker_(tracker),
|
/frameworks/base/core/java/android/net/ |
NetworkStateTracker.java | 223 * Informs the state tracker that another interface is stacked on top of it. 228 * Informs the state tracker that a stacked interface has been removed.
|
/frameworks/base/docs/html/training/gestures/ |
movement.jd | 121 // Reset the velocity tracker back to its initial state. 124 // Add a user's movement to the tracker.
|
/frameworks/base/services/java/com/android/server/net/ |
LockdownVpnTracker.java | 48 * State tracker for lockdown mode. Watches for normal {@link NetworkInfo} to be 247 // cycle tracker, reset error count, and trigger retry
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
bluetooth-le.jd | 114 an activity tracker that is a BLE device. The phone supports the 115 central role; the activity tracker supports the peripheral role (to 120 <p>Once the phone and the activity tracker have established a connection, they 122 one or the other might act as the server. For example, if the activity tracker 124 tracker to act as the server. If the activity tracker wants to receive updates
|
/external/libvorbis/doc/vorbisenc/ |
overview.html | 148 set-point in a long-range bitrate tracker which adjusts the encoder's 284 bitrate tracker is allowed to slew from enforcing minimum frame sizes 289 tracker uses an unbounded reservoir to track overall bitrate-to-date 290 in the stream. When bitrates are too low, the tracker will try to 293 describes, in seconds, how quickly the tracker may transition from an
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileFilter.java | 113 ignoreResultList.add("storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html"); // Missing layoutTestController.originsWithLocalStorage() 114 ignoreResultList.add("storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html"); // Missing layoutTestController.originsWithLocalStorage() 115 ignoreResultList.add("storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html"); // Missing layoutTestController.originsWithLocalStorage() 116 ignoreResultList.add("storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html"); // Missing layoutTestController.originsWithLocalStorage() 117 ignoreResultList.add("storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html"); // Missing layoutTestController.originsWithLocalStorage()
|
/system/core/adb/ |
jdwp_service.c | 656 JdwpTracker* tracker = (JdwpTracker*) s; local 666 tracker->prev->next = tracker->next; 667 tracker->next->prev = tracker->prev;
|
/external/chromium/chrome/browser/google/ |
google_url_tracker_unittest.cc | 159 GoogleURLTracker* tracker = new GoogleURLTracker; local 160 tracker->queue_wakeup_task_ = false; 162 testing_browser_process->SetGoogleURLTracker(tracker);
|
/external/libvorbis/include/vorbis/ |
vorbisenc.h | 245 tracker will start nudging the bitrate higher.*/ 248 tracker will start nudging the bitrate lower.*/ 286 * time in seconds the bitrate tracker may swing from one extreme to the
|