Searched defs:current (Results 1 - 25 of 808) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
H A Dbackground.js7 var current = min; variable
10 chrome.browserAction.setIcon({path:"icon" + current + ".png"});
11 current++;
13 if (current > max)
14 current = min;
/external/chromium_org/base/
H A Dguid.cc17 char current = guid[i]; local
19 if (current != '-')
22 if (!IsHexDigit(current))
H A Dthread_task_runner_handle.cc22 ThreadTaskRunnerHandle* current = lazy_tls_ptr.Pointer()->Get(); local
23 DCHECK(current);
24 return current->task_runner_;
H A Devent_recorder.h39 static EventRecorder* current() { function in class:base::EventRecorder
/external/chromium_org/base/test/expectations/
H A Dexpectation_unittest.cc111 test_expectations::Platform current = local
113 EXPECT_FALSE(current.name.empty());
117 test_expectations::Configuration current = local
119 EXPECT_NE(test_expectations::CONFIGURATION_UNSPECIFIED, current);
/external/chromium_org/components/enhanced_bookmarks/
H A Ditem_position_unittest.cc16 ItemPosition current = ItemPosition::CreateInitialPosition(); local
18 ItemPosition next = ItemPosition::CreateBefore(current);
19 EXPECT_LT(next.ToString(), current.ToString());
20 current = next;
23 EXPECT_LT(current.ToString().size(), 20u);
27 ItemPosition current = ItemPosition::CreateInitialPosition(); local
29 ItemPosition next = ItemPosition::CreateAfter(current);
30 EXPECT_GT(next.ToString(), current.ToString());
31 current = next;
34 EXPECT_LT(current
[all...]
/external/chromium_org/content/renderer/
H A Drender_process.h34 static RenderProcess* current() { function in class:content::RenderProcess
35 return static_cast<RenderProcess*>(ChildProcess::current());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMDataStore.cpp52 DOMDataStore& DOMDataStore::current(v8::Isolate* isolate) function in class:blink::DOMDataStore
54 return DOMWrapperWorld::current(isolate).domDataStore();
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformThreadData.cpp56 PlatformThreadData& PlatformThreadData::current() function in class:blink::PlatformThreadData
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DPlatform.cpp48 Platform* Platform::current() function in class:blink::Platform
H A DWebPrerenderingSupport.cpp49 WebPrerenderingSupport* WebPrerenderingSupport::current() function in class:blink::WebPrerenderingSupport
/external/chromium_org/ui/aura/client/
H A Dvisibility_client.cc26 aura::Window* current = window; local
28 visibility_client = current->GetProperty(kWindowVisibilityClientKey);
29 current = current->parent();
30 } while (current && !visibility_client);
/external/libexif/test/
H A Dtest-sorted.c33 ExifTag last = 0, current; local
36 current = exif_tag_table_get_tag(i);
37 if (current < last) {
39 current);
43 printf("Tag 0x%04x has a NULL name\n", current);
46 last = current;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisTraverser.java84 * Traverse to the next node after the current node.
88 * @param current The current node of the traversal. This is the last known
91 * should be set equal to current. Note that in order to test whether
97 public abstract int next(int context, int current); argument
100 * Traverse to the next node after the current node that is matched
105 * @param current The current node of the traversal. This is the last known
108 * should be set equal to current. Note that in order to test whether
115 public abstract int next(int context, int current, in argument
[all...]
/external/chromium_org/chrome/browser/task_manager/
H A Dos_resource_win.cc10 size_t* current,
12 *current = 0;
20 *current = GetGuiResources(process_with_query_rights, GR_GDIOBJECTS);
27 size_t* current,
29 *current = 0;
37 *current = GetGuiResources(process_with_query_rights, GR_USEROBJECTS);
9 GetWinGDIHandles(base::ProcessHandle process, size_t* current, size_t* peak) argument
26 GetWinUSERHandles(base::ProcessHandle process, size_t* current, size_t* peak) argument
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_token_store.cc17 CloudPrintTokenStore* CloudPrintTokenStore::current() { function in class:cloud_print::CloudPrintTokenStore
/external/chromium_org/extensions/browser/
H A Dcontent_hash_tree.cc25 const std::vector<std::string>* current = &leaf_hashes; local
27 // Where we're inserting new hashes computed from the current level.
30 while (current->size() > 1) {
31 // Iterate over the current level of hashes, computing the hash of up to
33 std::vector<std::string>::const_iterator i = current->begin();
34 while (i != current->end()) {
37 for (int j = 0; j < branch_factor && i != current->end(); j++) {
48 current = &current_nodes;
50 DCHECK_EQ(1u, current->size());
51 return (*current)[
[all...]
/external/chromium_org/net/url_request/
H A Durl_fetcher_delegate.cc10 const URLFetcher* source, int64 current, int64 total) {}
13 const URLFetcher* source, int64 current, int64 total) {}
9 OnURLFetchDownloadProgress( const URLFetcher* source, int64 current, int64 total) argument
12 OnURLFetchUploadProgress( const URLFetcher* source, int64 current, int64 total) argument
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DArrayBuffer.cpp58 ArrayBufferView* current = m_firstView; local
59 removeView(current);
60 if (allViewsAreNeuterable || current->isNeuterable())
61 current->neuter();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsTightBounds.cpp25 SkOpContour* current = *currentPtr++; local
26 SkPathOpsBounds bounds = current->bounds();
28 current = *currentPtr++;
29 bounds.add(current->bounds());
/external/chromium_org/v8/src/
H A Dproperty.cc14 LookupResult* current = this; // Could be NULL. local
15 while (current != NULL) {
16 visitor->VisitPointer(bit_cast<Object**>(&current->holder_));
17 visitor->VisitPointer(bit_cast<Object**>(&current->transition_));
18 current = current->next_;
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGlideAnimation.java8 public boolean animate(Drawable previous, R current, View view, Target<R> target); argument
/external/llvm/lib/Support/
H A DMemoryObject.cpp19 uint64_t current = address; local
22 if (current + size > limit)
25 while (current - address < size) {
26 if (readByte(current, &buf[(current - address)]))
29 current++;
/external/bison/lib/
H A Dmsvc-inval.c104 struct gl_msvc_inval_per_thread *current = gl_msvc_inval_current (); local
105 if (current->restart_valid)
106 longjmp (current->restart, 1);
/external/chromium_org/base/message_loop/
H A Dmessage_loop_proxy_impl.cc47 MessageLoopProxy::current() { function in class:base::MessageLoopProxy
48 MessageLoop* cur_loop = MessageLoop::current();

Completed in 1524 milliseconds

1234567891011>>