Searched defs:first (Results 151 - 175 of 1268) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_test_util.cc22 bool AreImagesEqual(const gfx::ImageSkia& first, const gfx::ImageSkia& second) { argument
23 if (first.width() != second.width() || first.height() != second.height())
25 const SkBitmap* first_bitmap = first.bitmap();
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_data_collector.h111 const SampleType& first = sample_queue->front(); local
112 if (sample.time - first.time >
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay_unittest.cc68 const GURL first("https://www.google.com");
69 contents()->NavigateAndCommit(first); variable
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.cpp143 inline static bool compareCSSValues(const CSSValue& first, const CSSValue& second) argument
145 return static_cast<const ChildClassType&>(first).equals(static_cast<const ChildClassType&>(second));
H A DCSSValueList.h85 CSSValue* first() const { return item(0); } function in class:blink::CSSValueListInspector
H A DPair.h39 static PassRefPtrWillBeRawPtr<Pair> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, argument
42 return adoptRefWillBeNoop(new Pair(first, second, identicalValuesPolicy));
45 CSSPrimitiveValue* first() const { return m_first.get(); } function in class:blink::FINAL
49 void setFirst(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first) { m_first = first; } argument
55 return generateCSSString(first()->cssText(), second()->cssText(), m_identicalValuesPolicy);
73 Pair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, IdenticalValuesPolicy identicalValuesPolicy) argument
74 : m_first(first)
78 static String generateCSSString(const String& first, const String& second, IdenticalValuesPolicy identicalValuesPolicy) argument
80 if (identicalValuesPolicy == DropIdenticalValues && first
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.h65 Node* first() const { return m_distribution.isEmpty() ? 0 : m_distribution.first().get(); } function in class:blink::InsertionPoint
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DANGLEInstancedArrays.cpp69 void ANGLEInstancedArrays::drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount) argument
74 m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBFactory.cpp166 IDBKey* first = scriptValueToIDBKey(scriptState->isolate(), firstValue); local
169 ASSERT(first);
172 if (!first->isValid() || !second->isValid()) {
177 return static_cast<short>(first->compare(second));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.h35 // An abstract number of element in a sequence. The sequence has a first element.
37 // call a first element '0' or '1' which makes integer type ambiguous.
50 static OrdinalNumber first() { return OrdinalNumber(0); } function in class:WTF::OrdinalNumber
74 static TextPosition minimumPosition() { return TextPosition(OrdinalNumber::first(), OrdinalNumber::first()); }
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Df_enum.c103 int num=0,slen=0,first=1; local
134 if (first)
136 first=0;
H A Df_int.c108 int num=0,slen=0,first=1; local
139 if (first)
141 first=0;
H A Df_string.c103 int num=0,slen=0,first=1; local
110 if (first)
115 first=0;
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_looper.py5 previously up, if this is the first or last item in the sequence, etc.
34 if loop.first:
115 def first(self): member in class:loop_pos
117 first = property(first) variable in class:loop_pos
134 if self.first:
/external/chromium_org/third_party/flot/
H A Djquery.flot.selection.min.js67 xaxis, the plugin picks the first one it sees.
79 */(function(e){function t(t){function s(e){n.active&&(h(e),t.getPlaceholder().trigger("plotselecting",[a()]))}function o(t){if(t.which!=1)return;document.body.focus(),document.onselectstart!==undefined&&r.onselectstart==null&&(r.onselectstart=document.onselectstart,document.onselectstart=function(){return!1}),document.ondrag!==undefined&&r.ondrag==null&&(r.ondrag=document.ondrag,document.ondrag=function(){return!1}),c(n.first,t),n.active=!0,i=function(e){u(e)},e(document).one("mouseup",i)}function u(e){return i=null,document.onselectstart!==undefined&&(document.onselectstart=r.onselectstart),document.ondrag!==undefined&&(document.ondrag=r.ondrag),n.active=!1,h(e),m()?f():(t.getPlaceholder().trigger("plotunselected",[]),t.getPlaceholder().trigger("plotselecting",[null])),!1}function a(){if(!m())return null;if(!n.show)return null;var r={},i=n.first,s=n.second;return e.each(t.getAxes(),function(e,t){if(t.used){var n=t.c2p(i[t.direction]),o=t.c2p(s[t.direction]);r[e]={from:Math.min(n,o),to:Math.max(n,o)}}}),r}function f(){var e=a();t.getPlaceholder().trigger("plotselected",[e]),e.xaxis&&e.yaxis&&t.getPlaceholder().trigger("selected",[{x1:e.xaxis.from,y1:e.yaxis.from,x2:e.xaxis.to,y2:e.yaxis.to}])}function l(e,t,n){return t<e?e:t>n?n:t}function c(e,r){var i=t.getOptions(),s=t.getPlaceholder().offset(),o=t.getPlotOffset();e.x=l(0,r.pageX-s.left-o.left,t.width()),e.y=l(0,r.pageY-s.top-o.top,t.height()),i.selection.mode=="y"&&(e.x=e==n.first?0:t.width()),i.selection.mode=="x"&&(e.y=e==n.first?0:t.height())}function h(e){if(e.pageX==null)return;c(n.second,e),m()?(n.show=!0,t.triggerRedrawOverlay()):p(!0)}function p(e){n.show&&(n.show=!1,t.triggerRedrawOverlay(),e||t.getPlaceholder().trigger("plotunselected",[]))}function d(e,n){var r,i,s,o,u=t.getAxes();for(var a in u){r=u[a];if(r.direction==n){o=n+r.n+"axis",!e[o]&&r.n==1&&(o=n+"axis");if(e[o]){i=e[o].from,s=e[o].to;break}}}e[o]||(r=n=="x"?t.getXAxes()[0]:t.getYAxes()[0],i=e[n+"1"],s=e[n+"2"]);if(i!=null&&s!=null&&i>s){var f=i;i=s,s=f}return{from:i,to:s,axis:r}}function v(e,r){var i,s,o=t.getOptions();o.selection.mode=="y"?(n.first.x=0,n.second.x=t.width()):(s=d(e,"x"),n.first.x=s.axis.p2c(s.from),n.second.x=s.axis.p2c(s.to)),o.selection.mode=="x"?(n.first.y=0,n.second.y=t.height()):(s=d(e,"y"),n.first.y=s.axis.p2c(s.from),n.second.y=s.axis.p2c(s.to)),n.show=!0,t.triggerRedrawOverlay(),!r&&m()&&f()}function m(){var e=t.getOptions().selection.minSize;return Math.abs(n.second.x-n.first
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcmru.c32 FTC_MruNode first = *plist; local
35 if ( first )
37 FTC_MruNode last = first->prev;
42 FTC_MruNode cnode = first;
54 } while ( cnode != first );
58 first->prev = node;
60 node->next = first;
76 FTC_MruNode first = *plist; local
79 FT_ASSERT( first != NULL );
81 if ( first !
125 FTC_MruNode first = *plist; local
207 FTC_MruNode first, node; local
331 FTC_MruNode first, node, next; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_refcnt.c73 static boolean first = TRUE; local
75 if (first) {
77 first = FALSE;
H A Du_dirty_surfaces.h70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) argument
73 if(first > last)
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
H A Du_linkage.c120 int first = -1; local
128 if(first < 0)
129 first = i;
138 else if((last - first) < efficient_slots)
141 layout[i - first] = i;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_fs.h71 struct r300_fragment_shader_code* first; member in struct:r300_fragment_shader
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c519 unsigned first = decl->Range.First; local
523 for( idx = first; idx <= last; idx++ ) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter_layout.c59 * \param first Index of first element in \c src to copy
63 * The location in \c dst of the first element copied from \c src on
73 unsigned first, unsigned count)
78 for (i = first; i < (first + count); i++) {
169 /* All relative addressed operands were processed on the first
71 copy_indirect_accessed_array(struct gl_program_parameter_list *src, struct gl_program_parameter_list *dst, unsigned first, unsigned count) argument
/external/chromium_org/third_party/skia/bench/
H A DMergeBench.cpp47 SkImageFilter* first = SkBitmapSource::Create(fCheckerboard); local
49 SkAutoUnref aur0(first);
51 return SkMergeImageFilter::Create(first, second);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadImplicit.cpp93 * lazily compute the coefficients, comparing the easiest to compute first.
94 * xx and yy first; then xy; and so on.
97 int first = 0; local
100 first += first == index;
103 if (first == index) {
106 if (!AlmostDequalUlps(fP[index] * p2.fP[first], fP[first] * p2.fP[index])) {
H A DSkPathOpsCubic.h16 const SkDCubic& first() const { return (const SkDCubic&) pts[0]; } function in struct:SkDCubicPair

Completed in 2065 milliseconds

1234567891011>>