/external/chromium/chrome/browser/chromeos/login/ |
ownership_service.h | 47 // that is stored by the session manager. Thus, to write a setting, you 136 OwnerManager* manager() { return manager_.get(); } function in class:chromeos::OwnershipService
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 72 // Manager events. 161 // Sync manager event handlers.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util_unittest.cc | 144 ScopedDirLookup lookup(setter_upper_.manager(), setter_upper_.name()); 171 ScopedDirLookup lookup(setter_upper_.manager(), setter_upper_.name());
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field.h | 108 // Undo manager for this text field. We use a specific instance rather than 109 // the standard undo manager in order to let us clear the undo stack at will.
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_item_gtk.h | 62 // Called when the icon manager has finished loading the icon. We take 88 // Ask the icon manager to asynchronously start loading the icon for the file.
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt_gtk.cc | 66 virtual void BuildViewForPasswordManager(PasswordManager* manager, 107 SetModel(manager);
|
login_prompt_mac.mm | 55 virtual void BuildViewForPasswordManager(PasswordManager* manager, 65 SetModel(manager);
|
/external/chromium/chrome/browser/ui/panels/ |
panel.cc | 22 PanelManager* Panel::manager() const { function in class:Panel 50 manager()->Remove(this);
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.h | 114 // The focus manager we register with to keep track of focus changes. 169 // The focus manager we register with to keep track of focus changes.
|
/external/chromium/net/url_request/ |
url_request_throttler_manager.cc | 117 // Since, for now, the manager object might conceivably go away before 118 // the entries, detach the entries' back-pointer to the manager.
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.h | 62 // manager is the SessionManager to which we register this client 64 SecureTunnelSessionClient(const buzz::Jid& jid, SessionManager* manager);
|
/external/clang/include/clang/Frontend/ |
TextDiagnostic.h | 54 /// a different source manager than SM. 96 /// consumers that don't have a source manager or other state that the full
|
/external/e2fsprogs/misc/ |
e2undo.c | 131 io_manager manager = unix_io_manager; local 179 retval = manager->open(device_name,
|
/external/freetype/src/base/ |
ftinit.c | 215 FT_ERROR(( "FT_Init_FreeType: cannot find memory manager\n" )); 245 /* discard memory manager */
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmLexer.h | 59 /// a memory buffer owned by the source manager. 95 /// The returned StringRef points into the source manager's memory buffer, and
|
/external/mesa3d/docs/ |
relnotes-6.5.2.html | 35 <li>New DRI memory manager system. Currently used by the i915tex driver. 36 Other DRI drivers will be updated to use the new memory manager in coming
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackExt.java | 58 * @param accountManager -- account manager (for fetching credentials). 73 * @param accountManager -- account manager (for fetching credentials).
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzWindow.m | 83 We'll save the current visible surface, let the window manager redraw any 96 /* let the window manager redraw controls, border, etc */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
proto_10.js | 62 function Manager () { 65 Manager.prototype = new Employee();
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleCurl.cpp | 195 ResourceHandleManager* manager = ResourceHandleManager::sharedInstance(); local 197 manager->dispatchSynchronousJob(handle.get());
|
/external/webkit/Source/WebCore/plugins/gtk/ |
gtk2xtbin.h | 116 XtTranslations translations; /* private to Translation Manager */ 118 struct _XtStateRec *current_state; /* Translation Manager state ptr */
|
/frameworks/base/core/java/android/webkit/ |
DeviceOrientationService.java | 48 public DeviceOrientationService(DeviceMotionAndOrientationManager manager, Context context) { 49 mManager = manager;
|
JniUtil.java | 186 ActivityManager manager = (ActivityManager) sContext.getSystemService( local 189 manager.getMemoryInfo(memInfo);
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SearchManagerTest.java | 100 * a search manager interface. 109 * a search manager at any time, and that for any given context,
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRightsManager.java | 23 * This class provides interfaces to access the DRM right manager. 62 * The instance of the rights manager.
|