HomeSort by relevance Sort by last modified time
    Searched full:atab (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript_test.mm 81 scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]);
82 scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
83 [aTab.get() setURL:@"http://google.com"];
86 [aWindow.get() insertInTabs:aTab.get()];
103 scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]);
104 scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
105 [aTab.get() setURL:@"http://google.com"];
108 [aWindow.get() insertInTabs:aTab.get() atIndex:0];
123 scoped_nsobject<TabAppleScript> aTab;
127 aTab.reset([[TabAppleScript alloc] init])
    [all...]
window_applescript.mm 168 - (void)insertInTabs:(TabAppleScript*)aTab {
171 [aTab setContainer:self
180 [aTab setTabContent:contents];
183 - (void)insertInTabs:(TabAppleScript*)aTab atIndex:(int)index {
186 [aTab setContainer:self
200 [aTab setTabContent:params.target_contents];
window_applescript.h 50 - (void)insertInTabs:(TabAppleScript*)aTab;
55 - (void)insertInTabs:(TabAppleScript*)aTab atIndex:(int)index;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
window_applescript_test.mm 81 base::scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]);
82 base::scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
83 [aTab.get() setURL:@"http://google.com"];
86 [aWindow.get() insertInTabs:aTab.get()];
103 base::scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]);
104 base::scoped_nsobject<NSNumber> var([[aTab.get() uniqueID] copy]);
105 [aTab.get() setURL:@"http://google.com"];
108 [aWindow.get() insertInTabs:aTab.get() atIndex:0];
123 base::scoped_nsobject<TabAppleScript> aTab;
127 aTab.reset([[TabAppleScript alloc] init])
    [all...]
window_applescript.mm 171 - (void)insertInTabs:(TabAppleScript*)aTab {
174 [aTab setContainer:self
185 [aTab setWebContents:contents];
188 - (void)insertInTabs:(TabAppleScript*)aTab atIndex:(int)index {
191 [aTab setContainer:self
205 [aTab setWebContents:params.target_contents];
window_applescript.h 50 - (void)insertInTabs:(TabAppleScript*)aTab;
55 - (void)insertInTabs:(TabAppleScript*)aTab atIndex:(int)index;
  /system/core/sh/
alias.c 57 struct alias *atab[ATABSIZE]; variable in typeref:struct:alias
165 ap = atab[i];
166 atab[i] = NULL;
219 for (ap = atab[i]; ap; ap = ap->next) {
272 return &atab[hashval % ATABSIZE];
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 123 milliseconds