Op                 20 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java import android.graphics.Region.Op;
Op                257 content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java         canvas.clipPath(path, Op.XOR);
Op                298 gpu/config/gpu_control_list.cc GpuControlList::StringInfo::Op GpuControlList::StringInfo::StringToOp(
Op                215 gpu/config/gpu_control_list.h     static Op StringToOp(const std::string& string_op);
Op                217 gpu/config/gpu_control_list.h     Op op_;
Op                309 skia/ext/analysis_canvas.cc void AnalysisCanvas::onClipRect(const SkRect& rect, SkRegion::Op op, 
Op                315 skia/ext/analysis_canvas.cc void AnalysisCanvas::onClipPath(const SkPath& path, SkRegion::Op op,
Op                333 skia/ext/analysis_canvas.cc                                  SkRegion::Op op,
Op                 99 skia/ext/analysis_canvas.h                           SkRegion::Op op,
Op                102 skia/ext/analysis_canvas.h                            SkRegion::Op op,
Op                105 skia/ext/analysis_canvas.h                           SkRegion::Op op,
Op                165 skia/ext/benchmarking_canvas.cc   virtual void onClipRect(const SkRect& rect, SkRegion::Op op,
Op                171 skia/ext/benchmarking_canvas.cc   virtual void onClipRRect(const SkRRect& rrect, SkRegion::Op op,
Op                177 skia/ext/benchmarking_canvas.cc   virtual void onClipPath(const SkPath& path, SkRegion::Op op,
Op                184 skia/ext/benchmarking_canvas.cc                             SkRegion::Op op) OVERRIDE {
Op                 20 third_party/re2/re2/prefilter.cc Prefilter::Prefilter(Op op) {
Op                 71 third_party/re2/re2/prefilter.cc Prefilter* Prefilter::AndOr(Op op, Prefilter* a, Prefilter* b) {
Op                 31 third_party/re2/re2/prefilter.h   explicit Prefilter(Op op);
Op                 34 third_party/re2/re2/prefilter.h   Op op() { return op_; }
Op                 69 third_party/re2/re2/prefilter.h   static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
Op                 82 third_party/re2/re2/prefilter.h   Op op_;
Op               12240 third_party/sqlite/amalgamation/sqlite3.c typedef struct VdbeOp Op;
Op               12325 third_party/sqlite/amalgamation/sqlite3.c   Op *aOp;                /* Program instructions for parent frame */
Op               12484 third_party/sqlite/amalgamation/sqlite3.c   Op *aOp;                /* Space to hold the virtual machine's program */
Op               12555 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbePrintOp(FILE*, int, Op*);
Op               57238 third_party/sqlite/amalgamation/sqlite3.c   int nNew = (p->nOpAlloc ? p->nOpAlloc*2 : (int)(1024/sizeof(Op)));
Op               57239 third_party/sqlite/amalgamation/sqlite3.c   pNew = sqlite3DbRealloc(p->db, p->aOp, nNew*sizeof(Op));
Op               57241 third_party/sqlite/amalgamation/sqlite3.c     p->nOpAlloc = sqlite3DbMallocSize(p->db, pNew)/sizeof(Op);
Op               57422 third_party/sqlite/amalgamation/sqlite3.c static Op *opIterNext(VdbeOpIter *p){
Op               57424 third_party/sqlite/amalgamation/sqlite3.c   Op *pRet = 0;
Op               57425 third_party/sqlite/amalgamation/sqlite3.c   Op *aOp;
Op               57488 third_party/sqlite/amalgamation/sqlite3.c   Op *pOp;
Op               57533 third_party/sqlite/amalgamation/sqlite3.c   Op *pOp;
Op               57708 third_party/sqlite/amalgamation/sqlite3.c static void vdbeFreeOpArray(sqlite3 *, Op *, int);
Op               57764 third_party/sqlite/amalgamation/sqlite3.c static void vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp){
Op               57766 third_party/sqlite/amalgamation/sqlite3.c     Op *pOp;
Op               57829 third_party/sqlite/amalgamation/sqlite3.c   Op *pOp;
Op               57977 third_party/sqlite/amalgamation/sqlite3.c static char *displayP4(Op *pOp, char *zTemp, int nTemp){
Op               58158 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3VdbePrintOp(FILE *pOut, int pc, Op *pOp){
Op               58316 third_party/sqlite/amalgamation/sqlite3.c     Op *pOp;
Op               61512 third_party/sqlite/amalgamation/sqlite3.c     Op *pOp;
Op               62455 third_party/sqlite/amalgamation/sqlite3.c   Op *aOp = p->aOp;          /* Copy of p->aOp */
Op               62456 third_party/sqlite/amalgamation/sqlite3.c   Op *pOp;                   /* Current operation */
Op                550 third_party/sqlite/src/src/vdbe.c   Op *aOp = p->aOp;          /* Copy of p->aOp */
Op                551 third_party/sqlite/src/src/vdbe.c   Op *pOp;                   /* Current operation */
Op                 26 third_party/sqlite/src/src/vdbeInt.h typedef struct VdbeOp Op;
Op                111 third_party/sqlite/src/src/vdbeInt.h   Op *aOp;                /* Program instructions for parent frame */
Op                270 third_party/sqlite/src/src/vdbeInt.h   Op *aOp;                /* Space to hold the virtual machine's program */
Op                341 third_party/sqlite/src/src/vdbeInt.h void sqlite3VdbePrintOp(FILE*, int, Op*);
Op               1178 third_party/sqlite/src/src/vdbeapi.c     Op *pOp;
Op                113 third_party/sqlite/src/src/vdbeaux.c   int nNew = (p->nOpAlloc ? p->nOpAlloc*2 : (int)(1024/sizeof(Op)));
Op                114 third_party/sqlite/src/src/vdbeaux.c   pNew = sqlite3DbRealloc(p->db, p->aOp, nNew*sizeof(Op));
Op                116 third_party/sqlite/src/src/vdbeaux.c     p->nOpAlloc = sqlite3DbMallocSize(p->db, pNew)/sizeof(Op);
Op                297 third_party/sqlite/src/src/vdbeaux.c static Op *opIterNext(VdbeOpIter *p){
Op                299 third_party/sqlite/src/src/vdbeaux.c   Op *pRet = 0;
Op                300 third_party/sqlite/src/src/vdbeaux.c   Op *aOp;
Op                363 third_party/sqlite/src/src/vdbeaux.c   Op *pOp;
Op                408 third_party/sqlite/src/src/vdbeaux.c   Op *pOp;
Op                583 third_party/sqlite/src/src/vdbeaux.c static void vdbeFreeOpArray(sqlite3 *, Op *, int);
Op                639 third_party/sqlite/src/src/vdbeaux.c static void vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp){
Op                641 third_party/sqlite/src/src/vdbeaux.c     Op *pOp;
Op                704 third_party/sqlite/src/src/vdbeaux.c   Op *pOp;
Op                852 third_party/sqlite/src/src/vdbeaux.c static char *displayP4(Op *pOp, char *zTemp, int nTemp){
Op               1033 third_party/sqlite/src/src/vdbeaux.c void sqlite3VdbePrintOp(FILE *pOut, int pc, Op *pOp){
Op               1191 third_party/sqlite/src/src/vdbeaux.c     Op *pOp;