HomeSort by relevance Sort by last modified time
    Searched full:coordinator (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/common/importer/
importer_bridge.h 66 // Notifies the coordinator that the import operation has begun.
69 // Notifies the coordinator that the collection of data for the specified
73 // Notifies the coordinator that the collection of data for the specified
77 // Notifies the coordinator that the entire import operation has completed.
  /external/chromium_org/content/browser/service_worker/
service_worker_job_coordinator.h 76 // job coordinator, the core owns the coordinator.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 62 * There is one coordinator per workbench window, shared between all editors in that window.
81 * Has the coordinator been initialized? We may have to delay initialization
83 * page when the coordinator is first started
87 /** Map from workbench windows to each layout window coordinator instance for that window */
92 * Returns the coordinator for the given window.
96 * @return the new coordinator, never null if {@code create} is true
101 LayoutWindowCoordinator coordinator = sCoordinators.get(window); local
102 if (coordinator == null && create) {
103 coordinator = new LayoutWindowCoordinator(window);
108 service.addPartListener(coordinator);
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction.h 44 // Called by the transaction coordinator when this transaction is unblocked.
71 CREATED, // Created, but not yet started by coordinator.
72 STARTED, // Started by the coordinator.
indexed_db_transaction_unittest.cc 92 // No conflicting transactions, so coordinator will start it immediately:
136 // No conflicting transactions, so coordinator will start it immediately:
321 // No conflicting transactions, so coordinator will start it immediately:
  /external/glide/library/src/main/java/com/bumptech/glide/request/
ThumbnailRequestCoordinator.java 4 * A coordinator that coordinates two individual {@link Request}s that load a small thumbnail version of an image and
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 160 ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator(); local
161 ASSERT(coordinator);
162 coordinator->scrollableAreaScrollLayerDidChange(this);
237 WebCore::ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator(); local
238 ASSERT(coordinator);
239 coordinator->setLayerIsContainerForFixedPositionLayers(m_innerViewportScrollLayer.get(), true);
257 coordinator->scrollableAreaScrollLayerDidChange(this);
290 ScrollingCoordinator* coordinator = m_frameHost.page().scrollingCoordinator(); local
291 ASSERT(coordinator);
293 webScrollbarLayer = coordinator->createSolidColorScrollbarLayer(webcoreOrientation, overlayScrollbarThickness, 0, false)
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 52 PnaclCoordinator* coordinator,
113 // Data about the translation files, owned by the coordinator
pnacl_coordinator.cc 80 PnaclCoordinator* coordinator = local
85 coordinator->pnacl_init_time_ = NaClGetTimeOfDayMicroseconds();
87 coordinator->split_module_count_ = std::min(4, std::max(1, cpus));
93 coordinator->OpenBitcodeStream();
94 return coordinator;
417 // will begin handing data to the coordinator, which is safe any time after
434 // thread returns, because it may be accessing the coordinator's
pnacl_translate_thread.cc 80 PnaclCoordinator* coordinator,
90 coordinator_ = coordinator;
143 // Ensure the buffer we send back to the coordinator is the expected size
416 // Only use our message if one hasn't already been set by the coordinator
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.h 61 // Return whether this scrolling coordinator handles scrolling for the given frame view.
98 // Returns true if the coordinator handled this change.
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc 31 // |coordinator| must remain valid throughout our lifetime. It is used to
33 // |coordinator->OnExecutorReady()|.
36 Executor(MultiThreadedProxyResolver* coordinator,
308 MultiThreadedProxyResolver* coordinator,
311 : coordinator_(coordinator),
314 DCHECK(coordinator);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 136 * Sent by the exiting coordinator (either EnterTransitionCoordinator
139 * the remote coordinator to take control of the shared elements and
147 * Sent by the entering coordinator to tell the exiting coordinator
155 * Sent by the exiting coordinator (either EnterTransitionCoordinator
158 * the remote coordinator to take control of the shared elements and
166 * Sent by the exiting coordinator (either
170 * remote coordinator. If it is false, it will trigger the enter
    [all...]
  /bionic/libc/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /development/ndk/platforms/android-L/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /external/valgrind/main/coregrind/m_mach/
mach_msg.c 18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /development/ndk/platforms/android-3/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /external/bison/
cfg.mk 58 coordinator@translationproject.org
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs_elf.h 21 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU

Completed in 2711 milliseconds

1 2 3 4 5