Searched
full:current (Results
276 -
300 of
28275) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/common/extensions/docs/examples/api/windows/merge_windows/ |
manifest.json | 4 "description": "Merges all of the browser's windows into the current window",
|
/external/chromium_org/base/message_loop/ |
message_loop_proxy.h | 20 // MessageLoop::current()->message_loop_proxy() 21 // MessageLoopProxy::current() 27 // Gets the MessageLoopProxy for the current message loop, creating one if 29 static scoped_refptr<MessageLoopProxy> current();
|
/external/chromium_org/build/android/buildbot/ |
bb_annotations.py | 8 """Adds a link with name |label| linking to |url| to current buildbot step. 18 """Appends |msg| to the current buildbot step text. 36 """Marks the current step as failed.""" 41 """Marks the current step with a warning."""
|
env_to_json.py | 6 # Encode current environment into json.
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
tokenized_string_char_iterator.h | 34 // Returns the current char if there is one. Otherwise, returns 0. 41 // Returns the number of UTF16 code units for the current char. 44 // Returns true if the current char is the first char of the current token.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/ |
manifest.json | 3 "description": "Change the current page color",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/ |
manifest.json | 12 "default_title": "Time to current page",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/show_tabs/ |
manifest.json | 4 "description": "Adds a browser action showing which tabs share the current tab's process.",
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/windows/merge_windows/ |
manifest.json | 4 "description": "Merges all of the browser's windows into the current window",
|
/external/chromium_org/content/renderer/media/ |
render_media_log.cc | 19 : render_loop_(base::MessageLoopProxy::current()), 21 DCHECK(RenderThreadImpl::current()) << 26 if (!RenderThreadImpl::current()) { 38 RenderThreadImpl::current()->Send(
|
/external/chromium_org/native_client_sdk/src/libraries/xray/ |
xray.odt | |
/external/chromium_org/net/dns/ |
dns_client.h | 25 // Destroys the current DnsTransactionFactory and creates a new one 29 // Returns NULL if the current config is not valid. 32 // Returns NULL if the current config is not valid. 35 // Returns NULL if the current config is not valid.
|
/external/chromium_org/net/url_request/ |
url_fetcher_delegate.h | 25 // This will be called when some part of the response is read. |current| 29 int64 current, int64 total); 32 // |current| denotes the number of bytes sent so far, and |total| is the 35 int64 current, int64 total);
|
/external/chromium_org/remoting/tools/ |
is-remoting-session | 7 # Test whether or not the current desktop is virtual Me2Me.
|
/external/chromium_org/sandbox/win/src/ |
window.h | 17 // descriptor is based on the security descriptor of the current window 22 // current process. The security descriptor on the new desktop is based on the 23 // security descriptor of the desktop associated with the current thread. 25 // the desktop. If the functions fails the switch back to the current winsta,
|
/external/chromium_org/third_party/cacheinvalidation/ |
OWNERS | 3 # These are current and former members of the Sync team who have the most
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
signalthread_unittest.cc | 42 EXPECT_EQ(harness_->main_thread_, Thread::Current()); 52 EXPECT_EQ(harness_->main_thread_, Thread::Current()); 58 EXPECT_EQ(harness_->main_thread_, Thread::Current()); 64 EXPECT_EQ(harness_->main_thread_, Thread::Current()); 69 EXPECT_NE(harness_->main_thread_, Thread::Current()); 70 EXPECT_EQ(worker(), Thread::Current()); 71 Thread::Current()->socketserver()->Wait(250, false); 82 EXPECT_EQ(main_thread_, Thread::Current()); 91 main_thread_ = Thread::Current(); 132 Thread::Current()->socketserver()->Wait(100, false) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
Makefile | 2 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
Makefile | 2 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/ |
Makefile | 3 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
Makefile | 2 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/ |
Makefile | 3 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/ |
Makefile | 3 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/ |
Makefile | 2 include $(TOP)/configs/current
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/ |
Makefile | 2 include $(TOP)/configs/current
|
Completed in 406 milliseconds
<<11121314151617181920>>