Searched refs:current (Results 76 - 100 of 1406) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp60 const CounterNode* current = this; local
62 while (!(next = current->m_nextSibling)) {
63 current = current->m_parent;
64 if (!current || current == stayWithin)
307 for (const CounterNode* current = root; current; current = current
[all...]
/external/v8/src/
H A Dinterface.cc62 static int current() { return current_; } function in class:v8::internal::Nesting
78 PrintF("%*s# Adding...\n", Nesting::current(), "");
79 PrintF("%*sthis = ", Nesting::current(), "");
80 this->Print(Nesting::current());
81 PrintF("%*s%s : ", Nesting::current(), "",
83 interface->Print(Nesting::current());
105 PrintF("%*sthis' = ", Nesting::current(), "");
106 this->Print(Nesting::current());
107 PrintF("%*s# Added.\n", Nesting::current(), "");
126 PrintF("%*s# Unifying...\n", Nesting::current(), "");
[all...]
/external/chromium/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc122 MessageLoop::current()->RunAllPending();
134 MessageLoop::current()->RunAllPending();
178 MessageLoop::current()->RunAllPending();
184 NotificationService::current()->Notify(
188 MessageLoop::current()->RunAllPending();
194 MessageLoop::current()->RunAllPending();
201 MessageLoop::current()->RunAllPending();
207 NotificationService::current()->Notify(
211 MessageLoop::current()->RunAllPending();
222 MessageLoop::current()
[all...]
/external/webkit/Source/WebCore/platform/wx/wxcode/
H A Dscrollbar_render.h50 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart,
53 inline void calcThumbStartAndLength(int physicalLength, int max, int current, argument
61 float thumbPos = ((float)current / (float)max) * ((float)physicalLength - thumbSize);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp81 RenderObject* current = firstChild(); local
82 while (current) {
83 if (current->isBoxModelObject()) {
85 RenderBoxModelObject* box = toRenderBoxModelObject(current);
92 current = current->nextSibling();
170 RenderObject* current = firstChild(); local
171 while (current) {
172 if (current->isBoxModelObject()) {
173 RenderBoxModelObject* box = toRenderBoxModelObject(current);
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java82 * Gets the current value.
84 * @return the current value
125 * if the current value is <a href="#bitEquals">bitwise equal</a>
141 * if the current value is <a href="#bitEquals">bitwise equal</a>
161 * Atomically adds the given value to the current value.
168 long current = value;
169 double currentVal = longBitsToDouble(current);
172 if (updater.compareAndSet(this, current, next)) {
179 * Atomically adds the given value to the current value.
186 long current
[all...]
/external/webkit/Source/WebCore/platform/text/
H A DBidiRunList.h100 Run* current = 0; local
103 current = next;
104 next = current->next();
107 if (!current)
110 current->m_next = run->m_next;
124 Run* current = m_firstRun; local
125 Run* next = current->next();
127 current = next;
128 next = current->next();
131 current
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderIterator.java144 final int current = this.currentIndex;
145 if (current < 0) {
149 this.currentIndex = findNext(current);
151 return this.allHeaders[current];
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DObjectFactory.java84 // (cl == null) iff current ClassLoader == null
86 // Thus Class.forName(String) will use the current
94 // Fall back to current classloader
95 ClassLoader current = ObjectFactory.class.getClassLoader();
96 if (current == null) {
98 } else if (cl != current) {
99 cl = current;
/external/chromium/base/
H A Dtimer.cc23 MessageLoop::current()->PostDelayedTask(
/external/chromium/chrome/browser/printing/
H A Dprint_job.cc20 : ui_message_loop_(MessageLoop::current()),
41 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
69 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
111 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
126 NotificationService::current()->Notify(
133 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
158 DCHECK_EQ(ui_message_loop_, MessageLoop::current());
168 NotificationService::current()->Notify(
186 MessageLoop::current(), &MessageLoop::Quit);
189 bool old_state = MessageLoop::current()
[all...]
/external/chromium/net/url_request/
H A Durl_request_error_job.cc22 MessageLoop::current()->PostTask(
/external/kernel-headers/original/linux/
H A Dirqflags.h23 # define trace_hardirq_enter() do { current->hardirq_context++; } while (0)
24 # define trace_hardirq_exit() do { current->hardirq_context--; } while (0)
25 # define trace_softirq_enter() do { current->softirq_context++; } while (0)
26 # define trace_softirq_exit() do { current->softirq_context--; } while (0)
/external/webkit/Source/WebCore/html/
H A DTimeInputType.cpp61 double current = currentTimeMS(); local
63 double dstOffset = calculateDSTOffset(current, utcOffset);
65 current += offset * msPerMinute;
68 date.setMillisecondsSinceMidnight(current);
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
H A DThreadLauncherMac.mm47 WebProcess::shared().initialize(serverPort, RunLoop::current());
51 RunLoop::current()->run();
/external/chromium/chrome/common/
H A Dthumbnail_score.cc86 bool ShouldReplaceThumbnailWith(const ThumbnailScore& current, argument
88 int current_type = GetThumbnailType(current.good_clipping, current.at_top);
101 double current_interesting_score = 1.0 - current.boring_score;
108 1.0 / (current.redirect_hops_from_dest + 1);
116 replacement.time_at_snapshot - current.time_at_snapshot;
126 // If the current thumbnail doesn't meet basic boringness
128 // current one even if we're using a worse thumbnail type.
129 return current.boring_score >= ThumbnailScore::kThumbnailMaximumBoringness &&
135 // Consider the current thumbnai
[all...]
/external/e2fsprogs/resize/
H A Dsim_progress.c23 __u32 current; member in struct:ext2_sim_progress
50 void ext2fs_progress_update(ext2_sim_progmeter prog, __u32 current) argument
54 level = prog->barwidth * current / prog->maxdone;
55 old_level = prog->barwidth * prog->current / prog->maxdone;
56 prog->current = current;
100 prog->current = 0;
/external/guava/guava/src/com/google/common/collect/
H A DBstInOrderPath.java77 BstInOrderPath<N> current = this;
78 while (current.sideExtension == side) {
79 current = current.getPrefix();
81 current = current.prefixOrNull();
82 return Optional.fromNullable(current);
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
72 /* FIXME: The current client lib doesn't give a way to see if the picogui
154 * FIXME: Another nitpick about the current client lib is there's no
169 /* Determine the current screen size */
191 SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, argument
196 if (current->pixels) {
197 shmdt(current->pixels);
198 current->pixels = NULL;
204 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) {
212 current
[all...]
/external/webkit/Source/WebCore/inspector/front-end/
H A DScopeChainSidebarPane.js148 var current = this;
153 result = current.property.name + "." + result;
155 result = current.property.name;
156 current = current.parent;
157 } while (current && !current.root);
/external/webkit/Source/WebCore/platform/
H A DArena.h67 Arena* current; // current arena. member in struct:WebCore::ArenaPool
83 Arena *_a = (pool)->current; \
94 Arena *_a = (pool)->current; \
105 #define ARENA_MARK(pool) ((void *) (pool)->current->avail)
122 Arena *_a = (pool)->current; \
131 if ((pool)->current == (a)) (pool)->current = &(pool)->first; \
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTexturesGenerator.cpp113 QueuedOperation* current = mRequestedOperations.last(); local
114 int currentPriority = current->priority();
117 mRequestedOperationsHash.remove(current->uniquePtr());
118 return current;
134 current = next;
147 mRequestedOperationsHash.remove(current->uniquePtr());
148 return current;
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGImageBufferTools.cpp41 const RenderObject* current = renderer; local
42 ASSERT(current);
45 while (current) {
46 absoluteTransform = current->localToParentTransform() * absoluteTransform;
47 if (current->isSVGRoot())
49 current = current->parent();
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_provider_delegate_win.cc50 const ConfigurationPolicyProvider::PolicyDefinitionList::Entry* current; local
51 for (current = policy_definition_list_->begin;
52 current != policy_definition_list_->end;
53 ++current) {
54 const string16 name(ASCIIToUTF16(current->name));
55 switch (current->value_type) {
59 result->SetString(current->name, string_value);
66 result->Set(current->name, list_value.release());
72 result->SetBoolean(current->name, bool_value);
79 result->SetInteger(current
[all...]
H A Dconfiguration_policy_provider_mac.cc51 const ConfigurationPolicyProvider::PolicyDefinitionList::Entry* current; local
52 for (current = policy_list_->begin; current != policy_list_->end; ++current) {
54 base::SysUTF8ToCFStringRef(current->name));
62 switch (current->value_type) {
67 policy->SetString(current->name, string_value);
73 policy->SetBoolean(current->name, bool_value);
83 policy->SetInteger(current->name, int_value);
104 policy->Set(current
[all...]

Completed in 429 milliseconds

1234567891011>>